Interface TransactionImplementor
- All Superinterfaces:
EntityTransaction
,Transaction
- All Known Implementing Classes:
TransactionImpl
@Deprecated(since="7.0",
forRemoval=true)
public interface TransactionImplementor
extends Transaction
Deprecated, for removal: This API element is subject to removal in a future version.
This is no longer needed
Defines the "internal contract" for an implementation of
Transaction
.-
Method Summary
Methods inherited from interface jakarta.persistence.EntityTransaction
begin, commit, getRollbackOnly, rollback, setRollbackOnly, setTimeout
Methods inherited from interface org.hibernate.Transaction
getStatus, getTimeout, isActive, isComplete, isInCompletionProcess, markRollbackOnly, registerSynchronization, runAfterCompletion, runBeforeCompletion, setTimeout, wasFailure, wasStarted, wasSuccessful