invoke(PersistentTransaction pt) Performs the logic associated with updating Persistent objects in the database.
This will update each object in the PersistentTransaction's UPDATE collection in the database, utilising the JdbcBridge.
It will then pass on the control to the next Interceptor in the chain.
Parameters: pt - The PersistentTransaction object, on which the Interceptor is to be executed. throws: UOWException - if any error occurs.
Performs the logic associated with updating Persistent objects in the database.
This will update each object in the PersistentTransaction's UPDATE collection in the database, utilising the JdbcBridge.
It will then pass on the control to the next Interceptor in the chain.
Parameters: pt - The PersistentTransaction object, on which the Interceptor is to be executed. throws: UOWException - if any error occurs. the output from the next Interceptor in the chain.
Methods inherited from org.jaffa.persistence.engines.jdbcengine.interceptor.AbstractInterceptor