Uses of Interface
com.ibatis.sqlmap.engine.transaction.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in com.ibatis.sqlmap.engine.impl
Methods in com.ibatis.sqlmap.engine.impl that return TransactionModifier and TypeMethodDescriptionprotected TransactionSqlMapExecutorDelegate.autoStartTransaction(SessionScope sessionScope, boolean autoStart, Transaction trans) Auto start transaction.SqlMapExecutorDelegate.getTransaction(SessionScope sessionScope) Get a transaction for the session.Methods in com.ibatis.sqlmap.engine.impl with parameters of type TransactionModifier and TypeMethodDescriptionprotected TransactionSqlMapExecutorDelegate.autoStartTransaction(SessionScope sessionScope, boolean autoStart, Transaction trans) Auto start transaction. -
Uses of Transaction in com.ibatis.sqlmap.engine.mapping.statement
Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type TransactionModifier and TypeMethodDescriptionCachingStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) DeleteStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) InsertStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) MappedStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) Execute query for list.SelectKeyStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) UpdateStatement.executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults) CachingStatement.executeQueryForObject(StatementScope statementScope, Transaction trans, Object parameterObject, Object resultObject) DeleteStatement.executeQueryForObject(StatementScope statementScope, Transaction trans, Object parameterObject, Object resultObject) InsertStatement.executeQueryForObject(StatementScope statementScope, Transaction trans, Object parameterObject, Object resultObject) MappedStatement.executeQueryForObject(StatementScope statementScope, Transaction trans, Object parameterObject, Object resultObject) Execute query for object.UpdateStatement.executeQueryForObject(StatementScope statementScope, Transaction trans, Object parameterObject, Object resultObject) voidCachingStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidDeleteStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidInsertStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidMappedStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) Execute query with row handler.voidSelectKeyStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) voidUpdateStatement.executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler) intCachingStatement.executeUpdate(StatementScope statementScope, Transaction trans, Object parameterObject) intMappedStatement.executeUpdate(StatementScope statementScope, Transaction trans, Object parameterObject) Execute update.intSelectStatement.executeUpdate(StatementScope statementScope, Transaction trans, Object parameterObject) -
Uses of Transaction in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope that return TransactionModifier and TypeMethodDescriptionSessionScope.getTransaction()Getter for the session transaction.Methods in com.ibatis.sqlmap.engine.scope with parameters of type TransactionModifier and TypeMethodDescriptionvoidSessionScope.setTransaction(Transaction transaction) Setter for the session transaction. -
Uses of Transaction in com.ibatis.sqlmap.engine.transaction
Methods in com.ibatis.sqlmap.engine.transaction that return TransactionModifier and TypeMethodDescriptionTransactionConfig.newTransaction(int transactionIsolation) New transaction. -
Uses of Transaction in com.ibatis.sqlmap.engine.transaction.external
Classes in com.ibatis.sqlmap.engine.transaction.external that implement TransactionMethods in com.ibatis.sqlmap.engine.transaction.external that return TransactionModifier and TypeMethodDescriptionExternalTransactionConfig.newTransaction(int transactionIsolation) -
Uses of Transaction in com.ibatis.sqlmap.engine.transaction.jdbc
Classes in com.ibatis.sqlmap.engine.transaction.jdbc that implement TransactionMethods in com.ibatis.sqlmap.engine.transaction.jdbc that return Transaction -
Uses of Transaction in com.ibatis.sqlmap.engine.transaction.jta
Classes in com.ibatis.sqlmap.engine.transaction.jta that implement TransactionMethods in com.ibatis.sqlmap.engine.transaction.jta that return Transaction -
Uses of Transaction in com.ibatis.sqlmap.engine.transaction.user
Classes in com.ibatis.sqlmap.engine.transaction.user that implement TransactionModifier and TypeClassDescriptionclassThe Class UserProvidedTransaction.