| Package | Description | 
|---|---|
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.ejb | 
 Contains the base implementation of appmodule session beans. 
 | 
| oracle.jbo.server.security | |
| oracle.jbo.server.uniqueid | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBTransactionImpl
The superclass of classes representing connections of middle-tier objects to
 databases. 
 | 
class  | 
DBTransactionImpl2
 Implementation of  
DBTransaction interface for representing
 both "connected" and "not connected"  state. | 
class  | 
NullDBTransactionImpl
Deprecated. 
 
Since Jdeveloper 9.0.3. No replacement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBTransaction | 
ViewRowImpl.getDBTransaction()  | 
DBTransaction | 
ViewObjectImpl.getDBTransaction()
Gets the transaction within which this View Object operates. 
 | 
DBTransaction | 
TransactionEvent.getDBTransaction()
Gets the transaction that initiated the event. 
 | 
DBTransaction | 
EntityImpl.getDBTransaction()
Retrieves this Entity Object's database transaction. 
 | 
protected DBTransaction | 
DefaultJTATxnHandlerImpl.getDBTransaction()  | 
DBTransaction | 
ApplicationModuleImpl.getDBTransaction()
Gets this Application Module's database transaction. 
 | 
protected DBTransaction | 
ApplicationModuleImpl.getTransactionInternal()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected EntityImpl | 
EntityDefImpl.createBlankInstance(DBTransaction txn)  | 
EntityImpl | 
EntityDefImpl.createBlankInstance2(DBTransaction txn)
Internal: Applications should not use this method. 
 | 
protected EntityImpl | 
EntityDefOverRowSet.createFromSourceRow(Row srcRow,
                   DBTransaction txn)  | 
protected EntityImpl | 
EntityDefImpl.createInstance(DBTransaction txn,
              AttributeList al)  | 
EntityImpl | 
EntityDefImpl.createInstance2(DBTransaction txn,
               AttributeList al)
Instantiate an instance of the  
Entity. | 
EntityImpl | 
EntityDefImpl.findByAltKey(DBTransaction txn,
            java.lang.String keyName,
            Key key,
            boolean inclSubclasses,
            boolean searchDatabase)  | 
EntityImpl | 
EntityDefImpl.findByKey(DBTransaction txn,
         int keyIndex,
         Key key,
         boolean inclSubclasses,
         boolean searchDatabase)  | 
EntityImpl | 
EntityDefImpl.findByPKExtended(DBTransaction txn,
                Key key,
                boolean inclSubclasses)  | 
EntityImpl | 
ProgrammaticEntityDefImpl.findByPrimaryKey(DBTransaction txn,
                Key key)  | 
EntityImpl | 
EntityDefImpl.findByPrimaryKey(DBTransaction txn,
                Key key)
Finds an Entity Object given a Primary Key. 
 | 
EntityImpl | 
EntityDefImpl.findFromCache(DBTransaction txn,
             int keyIndex,
             Key key,
             boolean inclSubclasses)  | 
EntityImpl | 
EntityDefImpl.findFromDatabase(EntityCache entityCache,
                DBTransaction txn,
                int keyIndex,
                Key key)  | 
EntityImpl | 
EntityDefImpl.findInCacheByAltKeyExtended(DBTransaction txn,
                           java.lang.String keyName,
                           Key key,
                           boolean inclSubclasses)  | 
EntityImpl | 
EntityDefImpl.findInCacheByPKExtended(DBTransaction txn,
                       Key key,
                       boolean inclSubclasses)  | 
EntityImpl | 
EntityDefImpl.findInCacheByPrimaryKey(DBTransaction txn,
                       Key key)
Returns an Entity Object in EntityCache given a Primary Key. 
 | 
java.util.Iterator | 
EntityDefImpl.getAllEntityInstances(DBTransaction tr)
Deprecated. 
 
since 5.0 use getAllEntityInstancesIterator. 
 | 
java.util.Iterator | 
EntityDefImpl.getAllEntityInstancesIterator(DBTransaction tr)
Creates an iterator for stepping through instances of Entities of
 this definition object type. 
 | 
static RowSetIterator | 
EntityCache.getRSI(DBTransaction trans,
      java.lang.String amUsageName,
      java.lang.String voName,
      java.lang.String rsiName)  | 
protected EntityImpl | 
EntityDefImpl.newInstance(DBTransaction txn)  | 
EntityImpl | 
EntityDefImpl.newInstance2(DBTransaction txn)
Internal: Applications should not use this method. 
 | 
void | 
JTATransactionHandler.registerSynchronization(DBTransaction dbtrans)  | 
void | 
DefaultJTATxnHandlerImpl.registerSynchronization(DBTransaction dbtrans)  | 
| Constructor and Description | 
|---|
SequenceImpl(java.lang.String seqName,
            DBTransaction trans)
Constructor. 
 | 
SQLValueImpl(java.lang.String stmt,
            DBTransaction trans)  | 
TransactionEvent(DBTransaction t)
Creates a transaction event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EJBTxnHandlerImpl.registerSynchronization(DBTransaction txn)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractDataSecurityProviderImpl.setTransaction(DBTransaction dbTransaction)
Internal: Applications should not use this method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
UniqueIdHelper.resetDBTransaction(DBTransaction dbTrans)  |