Business Components

Uses of Interface
oracle.jbo.server.DBTransaction

Packages that use DBTransaction
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
 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
 DBTransaction EntityImpl.getDBTransaction()
          Retrieves this Entity Object's database transaction.
 DBTransaction TransactionEvent.getDBTransaction()
          Gets the transaction that initiated the event.
 DBTransaction ApplicationModuleImpl.getDBTransaction()
          Returns the database transaction associated with the root Application Module.
 DBTransaction ViewObjectImpl.getDBTransaction()
          Gets the transaction within which this View Object operates.
 

Methods in oracle.jbo.server with parameters of type DBTransaction
 oracle.jbo.server.java.util.Iterator EntityDefImpl.getAllEntityInstances(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
TransactionEvent.TransactionEvent(DBTransaction t)
          Creates a transaction event.
SQLValueImpl.SQLValueImpl(java.lang.String stmt, DBTransaction trans)
           
SequenceImpl.SequenceImpl(java.lang.String seqName, DBTransaction trans)
           
 


Business Components