Uses of Interface
org.hibersap.session.Transaction

Packages that use Transaction
org.hibersap.execution   
org.hibersap.execution.jca   
org.hibersap.execution.jco   
org.hibersap.session   
 

Uses of Transaction in org.hibersap.execution
 

Methods in org.hibersap.execution that return Transaction
 Transaction Connection.beginTransaction(SessionImplementor session)
          Begins a logical unit of work.
 Transaction Connection.getTransaction()
          Returns the current transaction.
 

Uses of Transaction in org.hibersap.execution.jca
 

Classes in org.hibersap.execution.jca that implement Transaction
 class JCATransaction
          Implementation for JCA, i.e. it uses a deployed resource adapter to connect to SAP.
 

Methods in org.hibersap.execution.jca that return Transaction
 Transaction JCAConnection.beginTransaction(SessionImplementor session)
           
 Transaction JCAConnection.getTransaction()
           
 

Uses of Transaction in org.hibersap.execution.jco
 

Classes in org.hibersap.execution.jco that implement Transaction
 class JCoTransaction
           
 

Methods in org.hibersap.execution.jco that return Transaction
 Transaction JCoConnection.beginTransaction(SessionImplementor session)
          Begins a logical unit of work.
 Transaction JCoConnection.getTransaction()
          Returns the current transaction.
 

Uses of Transaction in org.hibersap.session
 

Classes in org.hibersap.session that implement Transaction
 class AbstractTransaction
          May be used by implementors of the Transaction interface to unify the handling of synchronizations.
 

Methods in org.hibersap.session that return Transaction
 Transaction SessionImpl.beginTransaction()
           
 Transaction Session.beginTransaction()
          starts a transaction.
 Transaction SessionImpl.getTransaction()
           
 Transaction Session.getTransaction()
          returns the transaction.
 



Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.