Business Components

Uses of Interface
oracle.jbo.server.DBTransaction

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
 

Uses of DBTransaction in oracle.jbo.server
 

Classes in oracle.jbo.server that implement DBTransaction
TypeName
 class DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
 class DBTransactionImpl2
           
 class NullDBTransactionImpl
          Deprecated.  
 

Methods in oracle.jbo.server that return DBTransaction
TypeName
 DBTransaction ApplicationModuleImpl.getDBTransaction()
          Gets this Application Module's database transaction.
 DBTransaction EntityImpl.getDBTransaction()
          Retrieves this Entity Object's database transaction.
protected  DBTransaction DefaultJTATxnHandlerImpl.getDBTransaction()
           
 DBTransaction TransactionEvent.getDBTransaction()
          Gets the transaction that initiated the event.
 DBTransaction ViewObjectImpl.getDBTransaction()
          Gets the transaction within which this View Object operates.
 

Methods in oracle.jbo.server with parameters of type DBTransaction
TypeName
 void JTATransactionHandler.registerSynchronization(DBTransaction dbtrans)
           
 void DefaultJTATxnHandlerImpl.registerSynchronization(DBTransaction dbtrans)
           
 oracle.jbo.server.java.util.Iterator EntityDefImpl.getAllEntityInstances(DBTransaction tr)
          Deprecated. since 5.0 use getAllEntityInstancesIterator.
 com.sun.java.util.collections.Iterator EntityDefImpl.getAllEntityInstancesIterator(DBTransaction tr)
          Creates an iterator for stepping through instances of Entities of this definition object type.
 EntityImpl EntityDefImpl.findByPrimaryKey(DBTransaction txn, Key key)
          Finds an Entity Object given a Primary Key.
protected  EntityImpl EntityDefImpl.createInstance(DBTransaction txn, AttributeList al)
          Instantiate an instance of the Entity.
protected  EntityImpl EntityDefImpl.createBlankInstance(DBTransaction txn)
          Internal: Applications should not use this method.
 

Constructors in oracle.jbo.server with parameters of type DBTransaction
TypeName
TransactionEvent(DBTransaction t)
          Creates a transaction event.
SQLValueImpl(java.lang.String stmt, DBTransaction trans)
           
SequenceImpl(java.lang.String seqName, DBTransaction trans)
          Constructor.
 

Uses of DBTransaction in oracle.jbo.server.ejb
 

Methods in oracle.jbo.server.ejb with parameters of type DBTransaction
TypeName
 void EJBTxnHandlerImpl.registerSynchronization(DBTransaction txn)
           
 


Business Components