Uses of Interface
net.ontopia.persistence.proxy.PersistentIF
Packages that use PersistentIF
Package
Description
An object-relational mapping framework.
Relational database implementation of the core topic map
interfaces.
-
Uses of PersistentIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement PersistentIFModifier and TypeClassDescriptionclassINTERNAL: An abstract PersistentIF implementation that handles most of the machinery needed to implement persistent objects.classINTERNAL: An abstract PersistentIF implementation that handles most of the machinery needed to implement persistent objects.Fields in net.ontopia.persistence.proxy with type parameters of type PersistentIFModifier and TypeFieldDescriptionprotected Set<PersistentIF>RWTransaction.chgcreprotected Set<PersistentIF>RWTransaction.chgdelprotected Set<PersistentIF>RWTransaction.chgdtyprotected final Map<IdentityIF,PersistentIF> AbstractTransaction.identity_mapprotected Map<IdentityIF,PersistentIF> AbstractTransaction.lruMethods in net.ontopia.persistence.proxy that return PersistentIFModifier and TypeMethodDescriptionAbstractTransaction._getObject(IdentityIF identity) TransactionIF._getObject(IdentityIF identity) EXPERIMENTAL: ...protected PersistentIFAbstractTransaction.checkIdentityMap(IdentityIF identity) protected PersistentIFAbstractTransaction.checkIdentityMapAndCreateInstance(IdentityIF identity) protected PersistentIFAbstractTransaction.checkIdentityMapNoLRU(IdentityIF identity) protected PersistentIFAbstractTransaction.createInstance(IdentityIF identity) AbstractTransaction.getObject(IdentityIF identity) AbstractTransaction.getObject(IdentityIF identity, boolean acceptDeleted) TransactionIF.getObject(IdentityIF identity) INTERNAL: Gets the object instance with the given identity.TransactionIF.getObject(IdentityIF identity, boolean acceptDeleted) INTERNAL: Gets the object instance with the given identity.protected PersistentIFAbstractTransaction.removeIdentityMapNoLRU(IdentityIF identity) Methods in net.ontopia.persistence.proxy with parameters of type PersistentIFModifier and TypeMethodDescriptionvoidROTransaction.assignIdentity(PersistentIF object) voidRWTransaction.assignIdentity(PersistentIF object) voidTransactionIF.assignIdentity(PersistentIF object) voidROTransaction.create(PersistentIF object) voidRWTransaction.create(PersistentIF object) voidTransactionIF.create(PersistentIF object) INTERNAL: Registers the object with the transaction and marks it for creation in the data repository.voidROTransaction.delete(PersistentIF object) voidRWTransaction.delete(PersistentIF object) voidTransactionIF.delete(PersistentIF identity) INTERNAL: Unregisters the object with the transaction and marks it for deletion in the data repository.voidROTransaction.objectCreated(PersistentIF object) voidRWTransaction.objectCreated(PersistentIF object) voidTransactionIF.objectCreated(PersistentIF object) voidROTransaction.objectDeleted(PersistentIF object) voidRWTransaction.objectDeleted(PersistentIF object) voidTransactionIF.objectDeleted(PersistentIF object) voidROTransaction.objectDirty(PersistentIF object) voidRWTransaction.objectDirty(PersistentIF object) voidTransactionIF.objectDirty(PersistentIF object) INTERNAL: Called by PersistentIFs when the object's data has changed. -
Uses of PersistentIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement PersistentIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms association implementation.classINTERNAL: The rdbms association role implementation.classINTERNAL: The rdbms occurrence implementation.classINTERNAL: The read-only rdbms association implementation.classINTERNAL: The read-only rdbms association role implementation.classINTERNAL: The read-only rdbms occurrence implementation.classINTERNAL:classINTERNAL: The read-only rdbms topic implementation.classINTERNAL: The read-only rdbms topic map implementation.classINTERNAL: The read-only rdbms topic name implementation.classINTERNAL: The read-only rdbms variant name implementation.classINTERNAL:classINTERNAL: The rdbms topic implementation.classINTERNAL: The rdbms topic map implementation.classINTERNAL: The rdbms topic name implementation.classINTERNAL: The rdbms variant name implementation.