Uses of Interface
net.ontopia.persistence.proxy.TransactionIF
Packages that use TransactionIF
Package
Description
An object-relational mapping framework.
Relational database implementation of the core topic map
interfaces.
Contains the rdbms implementation of the query language.
-
Uses of TransactionIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement TransactionIFModifier and TypeClassDescriptionclassINTERNAL: The default proxy transaction implementation.classINTERNAL: The read-only proxy transaction implementation.classINTERNAL: The read-write proxy transaction implementation.Fields in net.ontopia.persistence.proxy declared as TransactionIFModifier and TypeFieldDescriptionprotected TransactionIFAbstractROPersistent.txnprotected TransactionIFAbstractRWPersistent.txnprotected final TransactionIFIdentityCollectionWrapper.txnprotected final TransactionIFPersistentIterator.txnprotected TransactionIFPersistentObjectAccess.txnprotected TransactionIFQueryCollection.txnprotected TransactionIFReadOnlySet.txnprotected TransactionIFTrackableLazySet.txnprotected TransactionIFTrackableSet.txnMethods in net.ontopia.persistence.proxy that return TransactionIFModifier and TypeMethodDescriptionAbstractROPersistent._p_getTransaction()AbstractRWPersistent._p_getTransaction()PersistentIF._p_getTransaction()INTERNAL: Returns the transaction that is responible for managing the object.RDBMSStorage.createTransaction(boolean readonly) StorageIF.createTransaction(boolean readonly) INTERNAL: Creates a new storage access instance.Methods in net.ontopia.persistence.proxy with parameters of type TransactionIFModifier and TypeMethodDescriptionvoidAbstractROPersistent._p_setTransaction(TransactionIF txn) voidAbstractRWPersistent._p_setTransaction(TransactionIF txn) voidPersistentIF._p_setTransaction(TransactionIF transaction) INTERNAL: Sets the transaction that is responible for managing the object.OnDemandValue.getValue(TransactionIF txn) voidTransactionEventListenerIF.transactionStored(TransactionIF txn) INTERNAL: Called when the transaction is stored.Constructors in net.ontopia.persistence.proxy with parameters of type TransactionIFModifierConstructorDescriptionIdentityCollectionWrapper(TransactionIF txn, Collection<?> identities) 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 TransactionIFModifier and TypeFieldDescriptionprotected TransactionIFRoleTypeAssocTypeCache.ptxnprotected TransactionIFRoleTypeCache.ptxnprotected TransactionIFSubjectIdentityCache.ptxnprotected TransactionIFLocatorLookup.txnprotected TransactionIFQueryLookup.txnprotected TransactionIFRDBMSTopicMapTransaction.txnprotected TransactionIFTopicMapBuilder.txnMethods in net.ontopia.topicmaps.impl.rdbms that return TransactionIFModifier and TypeMethodDescriptionRDBMSTopicMapTransaction.getTransaction()INTERNAL: Returns the proxy transaction used by the topic map transaction.RDBMSTopicMapStore.getTransactionIF()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIFModifier and TypeMethodDescriptionvoidAssociationRole._p_setTransaction(TransactionIF txn) protected IdentityIFRDBMSTopicMapStore.getIdentityForObjectId(TransactionIF txn, String object_id) Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIFModifierConstructorDescriptionAssociation(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 TransactionIFMethods in net.ontopia.topicmaps.query.impl.rdbms that return TransactionIF