|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrencyFailureException | |
org.springframework.dao | Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. |
org.springframework.orm | Root package for Spring's O/R Mapping integration classes. |
org.springframework.orm.hibernate | Package providing integration of Hibernate with Spring concepts. |
org.springframework.orm.jdo | Package providing integration of JDO with Spring concepts. |
Uses of ConcurrencyFailureException in org.springframework.dao |
Subclasses of ConcurrencyFailureException in org.springframework.dao | |
class |
CannotAcquireLockException
Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement. |
class |
CannotSerializeTransactionException
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts. |
class |
DeadlockLoserDataAccessException
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back. |
class |
OptimisticLockingFailureException
Exception thrown on an optimistic locking violation. |
Uses of ConcurrencyFailureException in org.springframework.orm |
Subclasses of ConcurrencyFailureException in org.springframework.orm | |
class |
ObjectOptimisticLockingFailureException
Exception thrown on an optimistic locking violation for a mapped object. |
Uses of ConcurrencyFailureException in org.springframework.orm.hibernate |
Subclasses of ConcurrencyFailureException in org.springframework.orm.hibernate | |
class |
HibernateOptimisticLockingFailureException
Hibernate-specific subclass of ObjectOptimisticLockingFailureException. |
Uses of ConcurrencyFailureException in org.springframework.orm.jdo |
Subclasses of ConcurrencyFailureException in org.springframework.orm.jdo | |
class |
JdoOptimisticLockingFailureException
JDO-specific subclass of ObjectOptimisticLockingFailureException. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |