Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.Transaction
-
-
Uses of Transaction in com.sun.jdo.spi.persistence.support.sqlstore.impl
Classes in com.sun.jdo.spi.persistence.support.sqlstore.impl that implement Transaction Modifier and Type Class Description classTransactionImplThe Transaction interface allows operations to be performed against the transaction in the target Transaction object. -
Uses of Transaction in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency that return Transaction Modifier and Type Method Description TransactionConcurrency. suspend()TransactionConcurrencyDBNative. suspend()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency with parameters of type Transaction Modifier and Type Method Description voidConcurrency. resume(Transaction t)voidConcurrencyDBNative. resume(Transaction t) -
Uses of Transaction in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type Transaction Modifier and Type Method Description booleanUpdateQueryPlan. checkBatchThreshold(Transaction tran)Determines if the amount of batched operations exceeded a threshold.booleanUpdateStatement. exceedsBatchThreshold(Transaction tran)DBStatementUpdateStatement. getDBStatement(Transaction tran, Connection conn)Returns the cached db statement for the specified connection.DBStatementUpdateStatement. removeDBStatement(Transaction tran)Removes the db statement for the specified connection from the cache and closes this statement.
-