I have an application using Hibernate for data persistence, with Spring on top (for good measure).Until recently, there was one persistent class in the application, A:
So I\'m a couple of weeks into NHibernate so pleae bear with me. I am working on a legacy database with lots of weird issues.
The title isn\'t clear as I couldn\'t think of one but, I have an EJB project and am trying to play with JPA. To create the entity manager I am injecting it in via annotations
I understand that it\'s better if objects are not responsible fo开发者_开发问答r their own persistence (makes testing the objects easier, plus separation of responsibilities), but then what object sho
I am having problems persisting domain objects where I have a many-to-many relationship with a join table
I\'m trying to implement EJB persistence, but I\'m having trouble deploying my application to JBoss. In my application I have the session bean TeamMgr, which looks like this:
I\'m trying to build something (ultimately a gem but for now an application) that works as follows. Suppose for example the DB records are breeds of dog.There\'s a Dog parent class and a child class
Is there a way to prevent a WCF 3.5 workflow from being persisted?I have an issue where some items in the workflow can开发者_开发技巧not be serialized so I need to block persistence.Is there a way do
I have a Graph object (开发者_JAVA技巧this is in Perl) for which I compute its transitive closure (i.e. for solving the all-pairs shortest paths problem).
In my application,there are some application specific settings, which should be available to me , next time when my application starts up.