Uses of Interface
com.subshell.persistence.transaction.Transaction

Packages that use Transaction
com.subshell.persistence.database Classes for working with databases. 
com.subshell.persistence.hibernate Persistence API implementation using Hibernate
com.subshell.persistence.mapper Classes for working with database-independent persistence mappers. 
com.subshell.persistence.runner Utility classes for automatic provision of transaction contexts. 
com.subshell.persistence.transaction Classes for working with transactions. 
 

Uses of Transaction in com.subshell.persistence.database
 

Methods in com.subshell.persistence.database that return Transaction
 Transaction Database.openTransaction()
          Opens and returns a new Transaction.
 

Uses of Transaction in com.subshell.persistence.hibernate
 

Classes in com.subshell.persistence.hibernate that implement Transaction
 class HibernateTransaction
          Transaction implementation using Hibernate.
 

Methods in com.subshell.persistence.hibernate that return Transaction
 Transaction HibernateDatabase.openTransaction()
           
 

Uses of Transaction in com.subshell.persistence.mapper
 

Methods in com.subshell.persistence.mapper that return Transaction
protected  Transaction TransactionPersistenceMapper.getTransaction()
          Returns the transaction associated with this persistence mapper.
 

Constructors in com.subshell.persistence.mapper with parameters of type Transaction
TransactionPersistenceMapper(Class<T> clazz, Transaction transaction)
          Creates a new TransactionPersistenceMapper.
 

Uses of Transaction in com.subshell.persistence.runner
 

Methods in com.subshell.persistence.runner that return Transaction
protected  Transaction SimpleTransactionContextRunner.openTransaction()
          Opens and returns a new transaction.
 

Uses of Transaction in com.subshell.persistence.transaction
 

Methods in com.subshell.persistence.transaction that return Transaction
 Transaction TransactionContextTransactionFactory.getTransaction()
           
 Transaction TransactionContext.getTransaction()
          Returns this transaction context's transaction.
 Transaction TransactionFactory.getTransaction()
          Creates and returns a new transaction.
 

Constructors in com.subshell.persistence.transaction with parameters of type Transaction
TransactionContext(Transaction transaction)
          Creates a new transaction context.
 



Copyright © 2004-2005 subshell GmbH. All Rights Reserved.