Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Class and Description |
---|---|
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 AbstractTransaction |
AbstractLocalCache.txn |
Modifier and Type | Method and Description |
---|---|
Set<AbstractTransaction> |
RDBMSStorage.getTransactions()
INTERNAL: exposes the set of active transactions.
|
Modifier and Type | Method and Description |
---|---|
void |
RDBMSStorage.objectMerged(IdentityIF source,
IdentityIF target,
AbstractTransaction cause)
INTERNAL: Propagates committed merges to other active transactions.
|
protected void |
RDBMSStorage.transactionClosed(AbstractTransaction transaction) |