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 classAbstractTransactionINTERNAL: The default proxy transaction implementation.classROTransactionINTERNAL: The read-only proxy transaction implementation.classRWTransactionINTERNAL: The read-write proxy transaction implementation.Fields in net.ontopia.persistence.proxy declared as TransactionIF Modifier and Type Field Description protected TransactionIFAbstractROPersistent. txnprotected TransactionIFAbstractRWPersistent. txnprotected TransactionIFIdentityCollectionWrapper. txnprotected TransactionIFPersistentIterator. txnprotected TransactionIFPersistentObjectAccess. txnprotected TransactionIFQueryCollection. txnprotected TransactionIFReadOnlySet. txnprotected TransactionIFTrackableLazySet. txnprotected TransactionIFTrackableSet. txnMethods in net.ontopia.persistence.proxy that return TransactionIF Modifier and Type Method Description TransactionIFAbstractROPersistent. _p_getTransaction()TransactionIFAbstractRWPersistent. _p_getTransaction()TransactionIFPersistentIF. _p_getTransaction()INTERNAL: Returns the transaction that is responible for managing the object.TransactionIFRDBMSStorage. createTransaction(boolean readonly)TransactionIFStorageIF. 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 voidAbstractROPersistent. _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.ObjectOnDemandValue. getValue(TransactionIF txn)voidTransactionEventListenerIF. 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 TransactionIFRoleTypeAssocTypeCache. ptxnprotected TransactionIFRoleTypeCache. ptxnprotected TransactionIFSubjectIdentityCache. ptxnprotected TransactionIFLocatorLookup. txnprotected TransactionIFQueryLookup. txnprotected TransactionIFRDBMSTopicMapTransaction. txnprotected TransactionIFTopicMapBuilder. txnMethods in net.ontopia.topicmaps.impl.rdbms that return TransactionIF Modifier and Type Method Description TransactionIFRDBMSTopicMapTransaction. getTransaction()INTERNAL: Returns the proxy transaction used by the topic map transaction.TransactionIFRDBMSTopicMapStore. getTransactionIF()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TransactionIF Modifier and Type Method Description voidAssociationRole. _p_setTransaction(TransactionIF txn)protected IdentityIFRDBMSTopicMapStore. 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 TransactionIFQueryProcessor. txnMethods in net.ontopia.topicmaps.query.impl.rdbms that return TransactionIF Modifier and Type Method Description TransactionIFQueryProcessor. getTransaction()
-