Uses of Class
org.jaffa.persistence.engines.jdbcengine.datasource.PersistentTransaction

Packages that use PersistentTransaction
org.jaffa.persistence.engines.jdbcengine.interceptor   
 

Uses of PersistentTransaction in org.jaffa.persistence.engines.jdbcengine.interceptor
 

Methods in org.jaffa.persistence.engines.jdbcengine.interceptor with parameters of type PersistentTransaction
 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.
 



Copyright © 2002-2004 JAFFA Project.