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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionIF |
QueryCollection.txn |
protected TransactionIF |
AbstractRWPersistent.txn |
protected TransactionIF |
TrackableSet.txn |
protected TransactionIF |
PersistentIterator.txn |
protected TransactionIF |
IdentityCollectionWrapper.txn |
protected TransactionIF |
AbstractROPersistent.txn |
protected TransactionIF |
ReadOnlySet.txn |
protected TransactionIF |
PersistentObjectAccess.txn |
protected TransactionIF |
TrackableLazySet.txn |
Modifier and Type | Method and Description |
---|---|
TransactionIF |
AbstractRWPersistent._p_getTransaction() |
TransactionIF |
PersistentIF._p_getTransaction()
INTERNAL: Returns the transaction that is responible for managing
the object.
|
TransactionIF |
AbstractROPersistent._p_getTransaction() |
TransactionIF |
RDBMSStorage.createTransaction(boolean readonly) |
TransactionIF |
StorageIF.createTransaction(boolean readonly)
INTERNAL: Creates a new storage access instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRWPersistent._p_setTransaction(TransactionIF txn) |
void |
PersistentIF._p_setTransaction(TransactionIF transaction)
INTERNAL: Sets the transaction that is responible for managing
the object.
|
void |
AbstractROPersistent._p_setTransaction(TransactionIF txn) |
Object |
OnDemandValue.getValue(TransactionIF txn) |
void |
TransactionEventListenerIF.transactionStored(TransactionIF txn)
INTERNAL: Called when the transaction is stored.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected TransactionIF |
RoleTypeAssocTypeCache.ptxn |
protected TransactionIF |
RoleTypeCache.ptxn |
protected TransactionIF |
SubjectIdentityCache.ptxn |
protected TransactionIF |
RDBMSTopicMapTransaction.txn |
protected TransactionIF |
LocatorLookup.txn |
protected TransactionIF |
QueryLookup.txn |
protected TransactionIF |
TopicMapBuilder.txn |
Modifier and Type | Method and Description |
---|---|
TransactionIF |
RDBMSTopicMapTransaction.getTransaction()
INTERNAL: Returns the proxy transaction used by the topic map
transaction.
|
TransactionIF |
RDBMSTopicMapStore.getTransactionIF() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationRole._p_setTransaction(TransactionIF txn) |
protected IdentityIF |
RDBMSTopicMapStore.getIdentityForObjectId(TransactionIF txn,
String object_id) |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected TransactionIF |
QueryProcessor.txn |
Modifier and Type | Method and Description |
---|---|
TransactionIF |
QueryProcessor.getTransaction() |