Class ManagedTransaction

java.lang.Object
org.apache.ibatis.transaction.managed.ManagedTransaction
All Implemented Interfaces:
Transaction

public class ManagedTransaction extends Object implements Transaction
Transaction that lets the container manage the full lifecycle of the transaction. Delays connection retrieval until getConnection() is called. Ignores all commit or rollback requests. By default, it closes the connection but can be configured not to do it.
Author:
Clinton Begin
See Also: