Interface TransactionData
-
- All Known Implementing Classes:
ParameterTransactionDataImpl
,TransactionDataImpl
public interface TransactionData
Used 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 void
persist()
Persist the data.
-