Uses of Class
org.jaffa.persistence.exceptions.UOWException

Packages that use UOWException
org.jaffa.persistence   
org.jaffa.persistence.engines.jdbcengine.datasource.exceptions   
org.jaffa.persistence.engines.jdbcengine.interceptor   
org.jaffa.persistence.exceptions   
 

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 DataSourceCreationException
          This 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 AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
 class AlreadyLockedObjectException
          This exception is thrown while trying to lock a database row, which has already been locked.
 class CommitFailedException
          This exception is thrown if a commit fails.
 class DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
 class EngineInstantiationException
          This exception is thrown if the Persistence Engine could not be instantiated.
 class PostAddFailedException
          This exception is thrown if an error occurs in the PostAdd trigger of the persistent object.
 class PostDeleteFailedException
          This exception is thrown if an error occurs in the PostDelete trigger of the persistent object.
 class PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
 class PostUpdateFailedException
          This exception is thrown if an error occurs in the PostUpdate trigger of the persistent object.
 class PreAddFailedException
          This exception is thrown if an error occurs in the PreAdd trigger of the persistent object.
 class PreDeleteFailedException
          This exception is thrown if an error occurs in the PreDelete trigger of the persistent object.
 class PreUpdateFailedException
          This exception is thrown if an error occurs in the PreUpdate trigger of the persistent object.
 class QueryFailedException
          This exception is thrown if a query fails.
 class ReadOnlyObjectException
          This exception is thrown if a ReadOnly persistent object is updated.
 class RollbackFailedException
          This exception is thrown if a rollback fails.
 class UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 class UpdatePrimaryKeyException
          This exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database.
 



Copyright © 2002-2004 JAFFA Project.