List of usage examples for org.hibernate StaleStateException subclass-usage
From source file org.granite.hibernate.HibernateOptimisticLockException.java
/** * @author William DRAI */ public class HibernateOptimisticLockException extends StaleStateException { private static final long serialVersionUID = 1L;
From source file org.granite.hibernate4.HibernateOptimisticLockException.java
/** * @author William DRAI */ public class HibernateOptimisticLockException extends StaleStateException { private static final long serialVersionUID = 1L;