Business Components

Uses of Interface
oracle.jbo.server.DBTransaction

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

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 NullDBTransactionImpl
          Internal: Applications should not use this class.
 

Methods in oracle.jbo.server that return DBTransaction
TypeName
 DBTransaction ApplicationModuleImpl.getDBTransaction()
          Returns the database transaction associated with the root Application Module.
 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.
 


Business Components