|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ojb.odmg.ImplementationImpl
org.apache.ojb.odmg.ImplementationJTAImpl
Implementation of the ODMG Implementation interface for use in
managed enviroments.
| Method Summary | |
Transaction |
currentTransaction()
Get the current Transaction for the thread. |
Database |
getDatabase(java.lang.Object obj)
Returns the current used database or null. |
DArray |
newDArray()
Create a new DArray object. |
DBag |
newDBag()
Create a new DBag object. |
DList |
newDList()
Create a new DList object. |
DMap |
newDMap()
Create a new DMap object. |
DSet |
newDSet()
Create a new DSet object. |
EnhancedOQLQuery |
newOQLQuery()
Create a new OQLQuery object. |
Transaction |
newTransaction()
Not supported in managed-environment. |
| Methods inherited from class org.apache.ojb.odmg.ImplementationImpl |
getConfigurator, getCurrentPBKey, getObjectId, getOqlCollectionClass, getTxManager, hasOpenTransaction, isImpliciteWriteLocks, isImplicitLocking, isOrdering, newDatabase, setConfigurator, setImpliciteWriteLocks, setImplicitLocking, setImplicitLockingBackward, setOqlCollectionClass, setOrdering, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Database getDatabase(java.lang.Object obj)
ImplementationImpl
getDatabase in interface ImplementationgetDatabase in class ImplementationImplpublic Transaction currentTransaction()
ImplementationImplTransaction for the thread.
currentTransaction in interface ImplementationcurrentTransaction in class ImplementationImplTransaction object or null if there is none.Transactionpublic EnhancedOQLQuery newOQLQuery()
ImplementationImplOQLQuery object.
newOQLQuery in interface ImplementationnewOQLQuery in class ImplementationImplOQLQuery object.OQLQuerypublic DList newDList()
ImplementationImplDList object.
newDList in interface ImplementationnewDList in class ImplementationImplDList object.DListpublic DBag newDBag()
ImplementationImplDBag object.
newDBag in interface ImplementationnewDBag in class ImplementationImplDBag object.DBagpublic DSet newDSet()
ImplementationImplDSet object.
newDSet in interface ImplementationnewDSet in class ImplementationImplDSet object.DSetpublic DArray newDArray()
ImplementationImplDArray object.
newDArray in interface ImplementationnewDArray in class ImplementationImplDArray object.DArraypublic DMap newDMap()
ImplementationImplDMap object.
newDMap in interface ImplementationnewDMap in class ImplementationImplDMap object.DMappublic Transaction newTransaction()
newTransaction in interface ImplementationnewTransaction in class ImplementationImplTransaction instance.Transaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||