Package org.nanocontainer.persistence

Interface Summary
EntityInfo  
ExceptionFactory Factory component used by ExceptionHandler in order to create exceptions.
ExceptionHandler  
 

Class Summary
DefaultExceptionFactory Default factory for the persistence exceptions
 

Exception Summary
ConcurrencyFailureException Thrown when optimistic locking or failure to acquire lock occurs.
ObjectRetrievalFailureException Thrown when an object retrieval failure occurs.
PersistenceException Base for all persistence related exceptions.
StaleObjectStateException A specialization of ConcurrencyFailureException which is thrown when a version number or timestamp check failed or try delete or update a row that does not exist anymore.
TransactionException Indicates that a transaction could not be begun, committed or rolled back.
 



Copyright 2003-2003-2006 Codehaus. All Rights Reserved.