Uses of Interface
net.ontopia.persistence.proxy.TransactionIF
-
Packages that use TransactionIF Package Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected TransactionIF
AbstractROPersistent. txn
protected TransactionIF
AbstractRWPersistent. txn
protected TransactionIF
IdentityCollectionWrapper. txn
protected TransactionIF
PersistentIterator. txn
protected TransactionIF
PersistentObjectAccess. txn
protected TransactionIF
QueryCollection. txn
protected TransactionIF
ReadOnlySet. txn
protected TransactionIF
TrackableLazySet. txn
protected TransactionIF
TrackableSet. txn
Methods in net.ontopia.persistence.proxy that return TransactionIF Modifier and Type Method Description TransactionIF
AbstractROPersistent. _p_getTransaction()
TransactionIF
AbstractRWPersistent. _p_getTransaction()
TransactionIF
PersistentIF. _p_getTransaction()
INTERNAL: Returns the transaction that is responible for managing the object.TransactionIF
RDBMSStorage. createTransaction(boolean readonly)
TransactionIF
StorageIF. createTransaction(boolean readonly)
INTERNAL: Creates a new storage access instance.Methods in net.ontopia.persistence.proxy with parameters of type TransactionIF Modifier and Type Method Description void
AbstractROPersistent. _p_setTransaction(TransactionIF txn)
void
AbstractRWPersistent. _p_setTransaction(TransactionIF txn)
void
PersistentIF. _p_setTransaction(TransactionIF transaction)
INTERNAL: Sets the transaction that is responible for managing the object.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 Constructor Description AbstractROPersistent(TransactionIF txn)
AbstractRWPersistent(TransactionIF txn)
IdentityCollectionWrapper(TransactionIF txn, Collection<?> identities)
PersistentObjectAccess(TransactionIF txn)
QueryCollection(TransactionIF txn, String query_size, Object[] params_size, String query_iterator, Object[] params_iterator)
ReadOnlySet(TransactionIF txn, Collection<?> coll)
TrackableLazySet(TransactionIF txn, IdentityIF identity, int field)
TrackableSet(TransactionIF txn, Collection<E> coll)
-
Uses of TransactionIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as TransactionIF Modifier and Type Field Description protected TransactionIF
RoleTypeAssocTypeCache. ptxn
protected TransactionIF
RoleTypeCache. ptxn
protected TransactionIF
SubjectIdentityCache. ptxn
protected TransactionIF
LocatorLookup. txn
protected TransactionIF
QueryLookup. txn
protected TransactionIF
RDBMSTopicMapTransaction. txn
protected TransactionIF
TopicMapBuilder. txn
Methods in net.ontopia.topicmaps.impl.rdbms that return TransactionIF Modifier and Type Method Description 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 Modifier and Type Method Description void
AssociationRole. _p_setTransaction(TransactionIF txn)
protected IdentityIF
RDBMSTopicMapStore. getIdentityForObjectId(TransactionIF txn, String object_id)
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIF Constructor Description Association(TransactionIF txn)
AssociationRole(TransactionIF txn)
LocatorLookup(String qname, TransactionIF txn, TopicMapIF tm, int lrusize, E nullObject)
Occurrence(TransactionIF txn)
QueryLookup(String qname, TransactionIF txn, int lrusize, V nullObject)
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 Modifier and Type Field Description protected TransactionIF
QueryProcessor. txn
Methods in net.ontopia.topicmaps.query.impl.rdbms that return TransactionIF Modifier and Type Method Description TransactionIF
QueryProcessor. getTransaction()
-