Tagged Questions
1
vote
1answer
1k views
Hibernate/JPA @Version and @Generated causing StaleObjectStateException
Using Spring 3.1/JPA 2 provided by Hibernate 4.1.0.
I have a base class for all of my Entities that provides basic audit capabilities (update timestamp, version number etc.) Because other ...
9
votes
1answer
635 views
How does one gracefully merge object graphs after NHibernate StaleObjectStateException?
We are trying to combine objects after a StaleObjectStateException has been thrown to save a merged copy.
Here's our environmental situation:
List item
Multi-user system
WPF Desktop application, ...