public class HibernateOptimisticLockException
extends org.hibernate.StaleStateException
| Constructor and Description |
|---|
HibernateOptimisticLockException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object entity) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEntity() |
static void |
rethrowOptimisticLockException(org.hibernate.Session session,
org.hibernate.StaleObjectStateException sose) |