Uses of Interface
net.ontopia.persistence.proxy.TransactionIF

Packages that use TransactionIF
net.ontopia.persistence.proxy An object-relational mapping framework. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
 

Uses of TransactionIF in net.ontopia.persistence.proxy
 

Classes in net.ontopia.persistence.proxy that implement TransactionIF
 class AbstractTransaction
          INTERNAL: The default proxy transaction implementation.
 class ROTransaction
          INTERNAL: The read-only proxy transaction implementation.
 class RWTransaction
          INTERNAL: The read-write proxy transaction implementation.
 

Fields in net.ontopia.persistence.proxy declared as TransactionIF
protected  TransactionIF TrackableSet.txn
           
protected  TransactionIF TrackableLazySet.txn
           
protected  TransactionIF ReadOnlySet.txn
           
protected  TransactionIF QueryCollection.txn
           
protected  TransactionIF PersistentObjectAccess.txn
           
protected  TransactionIF PersistentIterator.txn
           
protected  TransactionIF IdentityCollectionWrapper.txn
           
protected  TransactionIF AbstractRWPersistent.txn
           
protected  TransactionIF AbstractROPersistent.txn
           
 

Methods in net.ontopia.persistence.proxy that return TransactionIF
 TransactionIF PersistentIF._p_getTransaction()
          INTERNAL: Returns the transaction that is responible for managing the object.
 TransactionIF AbstractRWPersistent._p_getTransaction()
           
 TransactionIF AbstractROPersistent._p_getTransaction()
           
 TransactionIF StorageIF.createTransaction(boolean readonly)
          INTERNAL: Creates a new storage access instance.
 TransactionIF RDBMSStorage.createTransaction(boolean readonly)
           
 

Methods in net.ontopia.persistence.proxy with parameters of type TransactionIF
 void PersistentIF._p_setTransaction(TransactionIF transaction)
          INTERNAL: Sets the transaction that is responible for managing the object.
 void AbstractRWPersistent._p_setTransaction(TransactionIF txn)
           
 void AbstractROPersistent._p_setTransaction(TransactionIF txn)
           
 java.lang.Object OnDemandValue.getValue(TransactionIF txn)
           
 void TransactionEventListenerIF.transactionStored(TransactionIF txn)
          INTERNAL: Called when the transaction is stored.
 

Constructors in net.ontopia.persistence.proxy with parameters of type TransactionIF
AbstractROPersistent(TransactionIF txn)
           
AbstractRWPersistent(TransactionIF txn)
           
IdentityCollectionWrapper(TransactionIF txn, java.util.Collection identities)
           
PersistentObjectAccess(TransactionIF txn)
           
QueryCollection(TransactionIF txn, java.lang.String query_size, java.lang.Object[] params_size, java.lang.String query_iterator, java.lang.Object[] params_iterator)
           
ReadOnlySet(TransactionIF txn, java.util.Collection coll)
           
TrackableLazySet(TransactionIF txn, IdentityIF identity, int field)
           
TrackableSet(TransactionIF txn, java.util.Collection coll)
           
 

Uses of TransactionIF in net.ontopia.topicmaps.impl.rdbms
 

Fields in net.ontopia.topicmaps.impl.rdbms declared as TransactionIF
protected  TransactionIF SubjectIdentityCache.ptxn
           
protected  TransactionIF RoleTypeCache.ptxn
           
protected  TransactionIF RoleTypeAssocTypeCache.ptxn
           
protected  TransactionIF TopicMapBuilder.txn
           
protected  TransactionIF RDBMSTopicMapTransaction.txn
           
protected  TransactionIF QueryLookup.txn
           
protected  TransactionIF LocatorLookup.txn
           
 

Methods in net.ontopia.topicmaps.impl.rdbms that return TransactionIF
 TransactionIF RDBMSTopicMapTransaction.getTransaction()
          INTERNAL: Returns the proxy transaction used by the topic map transaction.
 TransactionIF RDBMSTopicMapStore.getTransactionIF()
           
 

Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIF
 void AssociationRole._p_setTransaction(TransactionIF txn)
           
protected  IdentityIF RDBMSTopicMapStore.getIdentityForObjectId(TransactionIF txn, java.lang.String object_id)
           
 

Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIF
Association(TransactionIF txn)
           
AssociationRole(TransactionIF txn)
           
LocatorLookup(java.lang.String qname, TransactionIF txn, TopicMapIF tm, int lrusize)
           
Occurrence(TransactionIF txn)
           
QueryLookup(java.lang.String qname, TransactionIF txn, int lrusize)
           
TMObject(TransactionIF txn)
           
Topic(TransactionIF txn)
           
TopicMap(TransactionIF txn)
           
TopicMapBuilder(TransactionIF txn, TopicMapIF tm)
           
TopicName(TransactionIF txn)
           
VariantName(TransactionIF txn)
           
 

Uses of TransactionIF in net.ontopia.topicmaps.query.impl.rdbms
 

Fields in net.ontopia.topicmaps.query.impl.rdbms declared as TransactionIF
protected  TransactionIF QueryProcessor.txn
           
 

Methods in net.ontopia.topicmaps.query.impl.rdbms that return TransactionIF
 TransactionIF QueryProcessor.getTransaction()
           
 



Copyright © 2000-2012 Ontopia.