Package de.aristaflow.adept2.core.transactionmanager


package de.aristaflow.adept2.core.transactionmanager
  • Class
    Description
    A GlobalTransactionManager handles 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 an ExtendedCallableStatement by returning the managed JDBC-classes where appropriate.
    Managed database meta data overrides DatabaseMetaData by returning the managed JDBC-classes where appropriate.
    A managed extended connection extends an ExtendedConnection by the means to handle remote iterator.
    A managed prepared statement overrides an ExtendedPreparedStatement by returning the managed JDBC-classes where appropriate.
    A managed result set extends a ResultSet by the means to handle remote iterator.
    A managed statement overrides a Statement by 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.
    This class wraps a JDBCDataSource and provides the means for implicit hierarchical transactions and sharing connections.