invoke(PersistentTransaction pt) Performs the logic associated with adding Persistent objects to the database.
This will add each object in the PersistentTransaction's ADD collection to 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 adding Persistent objects to the database.
This will add each object in the PersistentTransaction's ADD collection to 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