Uses of Class
org.seasar.doma.jdbc.tx.LocalTransaction
Packages that use LocalTransaction
-
Uses of LocalTransaction in org.seasar.doma.jdbc.tx
Subclasses of LocalTransaction in org.seasar.doma.jdbc.txModifier and TypeClassDescriptionclassA local transaction that keeps a JDBC connection open until the transaction is explicitly destroyed.Fields in org.seasar.doma.jdbc.tx declared as LocalTransactionModifier and TypeFieldDescriptionprotected final LocalTransactionLocalTransactionManager.transactionMethods in org.seasar.doma.jdbc.tx that return LocalTransactionModifier and TypeMethodDescriptionLocalTransactionDataSource.getLocalTransaction(JdbcLogger jdbcLogger) Returns a local transaction.LocalTransactionDataSource.getLocalTransaction(JdbcLogger jdbcLogger, TransactionIsolationLevel transactionIsolationLevel) Returns a local transaction with the specified transaction level.LocalTransactionManager.getTransaction()Returns the transaction.Constructors in org.seasar.doma.jdbc.tx with parameters of type LocalTransactionModifierConstructorDescriptionLocalTransactionManager(LocalTransaction transaction) Create an instance.