| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of UOWException in org.jaffa.persistence | 
| Constructors in org.jaffa.persistence that throw UOWException | |
| UOW()Creates new UOW. | |
| Uses of UOWException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions | 
| Subclasses of UOWException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions | |
|  class | DataSourceCreationExceptionThis exception is thrown if any error occurs while creating a DataSource. | 
| Uses of UOWException in org.jaffa.persistence.engines.jdbcengine.interceptor | 
| Methods in org.jaffa.persistence.engines.jdbcengine.interceptor that throw UOWException | |
|  Object | UpdateInterceptor.invoke(PersistentTransaction pt)Performs the logic associated with updating Persistent objects in the database. | 
|  Object | QueryInterceptor.invoke(PersistentTransaction pt)Performs the logic associated with querying the database. | 
|  Object | LockInterceptor.invoke(PersistentTransaction pt)Performs the logic associated with locking Persistent objects in the database. | 
|  Object | DeleteInterceptor.invoke(PersistentTransaction pt)Performs the logic associated with deleting Persistent objects from the database. | 
|  Object | AddInterceptor.invoke(PersistentTransaction pt)Performs the logic associated with adding Persistent objects to the database. | 
| abstract  Object | AbstractInterceptor.invoke(PersistentTransaction pt)Performs the actual logic associated with the interceptor. | 
| Uses of UOWException in org.jaffa.persistence.exceptions | 
| Subclasses of UOWException in org.jaffa.persistence.exceptions | |
|  class | AddFailedExceptionThis exception is thrown if an addition of an object to the persistent store fails. | 
|  class | AlreadyLockedObjectExceptionThis exception is thrown while trying to lock a database row, which has already been locked. | 
|  class | CommitFailedExceptionThis exception is thrown if a commit fails. | 
|  class | DeleteFailedExceptionThis exception is thrown if the deletion of an object from the persistent store fails. | 
|  class | EngineInstantiationExceptionThis exception is thrown if the Persistence Engine could not be instantiated. | 
|  class | PostAddFailedExceptionThis exception is thrown if an error occurs in the PostAdd trigger of the persistent object. | 
|  class | PostDeleteFailedExceptionThis exception is thrown if an error occurs in the PostDelete trigger of the persistent object. | 
|  class | PostLoadFailedExceptionThis exception is thrown if an error occurs in the PostLoad trigger of the persistent object. | 
|  class | PostUpdateFailedExceptionThis exception is thrown if an error occurs in the PostUpdate trigger of the persistent object. | 
|  class | PreAddFailedExceptionThis exception is thrown if an error occurs in the PreAdd trigger of the persistent object. | 
|  class | PreDeleteFailedExceptionThis exception is thrown if an error occurs in the PreDelete trigger of the persistent object. | 
|  class | PreUpdateFailedExceptionThis exception is thrown if an error occurs in the PreUpdate trigger of the persistent object. | 
|  class | QueryFailedExceptionThis exception is thrown if a query fails. | 
|  class | ReadOnlyObjectExceptionThis exception is thrown if a ReadOnly persistent object is updated. | 
|  class | RollbackFailedExceptionThis exception is thrown if a rollback fails. | 
|  class | UpdateFailedExceptionThis exception is thrown if the updation of an object from the persistent store fails. | 
|  class | UpdatePrimaryKeyExceptionThis exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||