Package de.aristaflow.adept2.core.transactionmanager
package de.aristaflow.adept2.core.transactionmanager
-
ClassDescriptionA
GlobalTransactionManagerhandles transactions globally, this can be either service-specific, spanning several services, spanning several databases or even several database management systems.This exception indicates that a transaction should be started for an object that has already started a transaction but the existing transaction uses looser options that the transaction to be started.A managed callable statement overrides anExtendedCallableStatementby returning the managed JDBC-classes where appropriate.Managed database meta data overridesDatabaseMetaDataby returning the managed JDBC-classes where appropriate.A managed extended connection extends anExtendedConnectionby the means to handle remote iterator.A managed prepared statement overrides anExtendedPreparedStatementby returning the managed JDBC-classes where appropriate.A managed result set extends aResultSetby the means to handle remote iterator.A managed statement overrides aStatementby returning the managed JDBC-classes where appropriate.This remote iterator encapsulates a result set.The clean-up task for closing the wrapped result set and dropping created recursion tables.This exception indicates that a transaction is accessed that has already been finished.This exception indicates that an object tries to access a transaction but has not started one.Simple (transient) manager for the definition and execution of updates to the database schema.TxManager<T>This class wraps aJDBCDataSourceand provides the means for implicit hierarchical transactions and sharing connections.