Uses of Interface
net.ontopia.persistence.proxy.PersistentIF
-
Packages that use PersistentIF 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. -
-
Uses of PersistentIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement PersistentIF Modifier and Type Class Description classAbstractROPersistentINTERNAL: An abstract PersistentIF implementation that handles most of the machinery needed to implement persistent objects.classAbstractRWPersistentINTERNAL: 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 PersistentIF Modifier and Type Field Description protected Set<PersistentIF>RWTransaction. chgcreprotected Set<PersistentIF>RWTransaction. chgdelprotected Set<PersistentIF>RWTransaction. chgdtyprotected Map<IdentityIF,PersistentIF>AbstractTransaction. identity_mapprotected Map<IdentityIF,PersistentIF>AbstractTransaction. lruMethods in net.ontopia.persistence.proxy that return PersistentIF Modifier and Type Method Description PersistentIFAbstractTransaction. _getObject(IdentityIF identity)PersistentIFTransactionIF. _getObject(IdentityIF identity)EXPERIMENTAL: ...protected PersistentIFAbstractTransaction. checkIdentityMap(IdentityIF identity)protected PersistentIFAbstractTransaction. checkIdentityMapAndCreateInstance(IdentityIF identity)protected PersistentIFAbstractTransaction. checkIdentityMapNoLRU(IdentityIF identity)protected PersistentIFAbstractTransaction. createInstance(IdentityIF identity)PersistentIFAbstractTransaction. getObject(IdentityIF identity)PersistentIFAbstractTransaction. getObject(IdentityIF identity, boolean acceptDeleted)PersistentIFTransactionIF. getObject(IdentityIF identity)INTERNAL: Gets the object instance with the given identity.PersistentIFTransactionIF. 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 PersistentIF Modifier and Type Method Description voidROTransaction. 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 PersistentIF Modifier and Type Class Description classAssociationINTERNAL: The rdbms association implementation.classAssociationRoleINTERNAL: The rdbms association role implementation.classOccurrenceINTERNAL: The rdbms occurrence implementation.classReadOnlyAssociationINTERNAL: The read-only rdbms association implementation.classReadOnlyAssociationRoleINTERNAL: The read-only rdbms association role implementation.classReadOnlyOccurrenceINTERNAL: The read-only rdbms occurrence implementation.classReadOnlyTMObjectINTERNAL:classReadOnlyTopicINTERNAL: The read-only rdbms topic implementation.classReadOnlyTopicMapINTERNAL: The read-only rdbms topic map implementation.classReadOnlyTopicNameINTERNAL: The read-only rdbms topic name implementation.classReadOnlyVariantNameINTERNAL: The read-only rdbms variant name implementation.classTMObjectINTERNAL:classTopicINTERNAL: The rdbms topic implementation.classTopicMapINTERNAL: The rdbms topic map implementation.classTopicNameINTERNAL: The rdbms topic name implementation.classVariantNameINTERNAL: The rdbms variant name implementation.
-