Interface TransactionData
- 
- All Known Implementing Classes:
 ParameterTransactionDataImpl,TransactionDataImpl
public interface TransactionDataUsed to hold data accumulated by the JDBC persistence layer in the current transaction. The data is persisted immediately prior to the transaction being committed. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpersist()Persist the data. 
 -