|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBTransaction | |
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 | |
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. |
Methods in oracle.jbo.server that return DBTransaction | |
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. |
Methods in oracle.jbo.server with parameters of type DBTransaction | |
void |
JTATransactionHandler.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.findInCacheByPrimaryKey(DBTransaction txn, Key key) Returns an Entity Object in EntityCache given a Primary Key. |
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. |
void |
DefaultJTATxnHandlerImpl.registerSynchronization(DBTransaction dbtrans) |
Constructors in oracle.jbo.server with parameters of type DBTransaction | |
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 | |
void |
EJBTxnHandlerImpl.registerSynchronization(DBTransaction txn) |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.