Uses of Class
net.ontopia.persistence.proxy.IdentityNotFoundException
-
Packages that use IdentityNotFoundException Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of IdentityNotFoundException in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy that throw IdentityNotFoundException Modifier and Type Method Description ObjectStorageCacheIF. getValue(StorageAccessIF access, IdentityIF identity, int field)INTERNAL: A call forwarded by the transaction (TransactionIF) from persistent objects (PersistentIF) when the field value needs to be retrieved from storage.ObjectStorageAccessIF. loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)INTERNAL: Requests the loading of the specified field for the given object identity.<F> FTransactionIF. loadField(IdentityIF object, int field)INTERNAL: Called by PersistentIFs when the value of the specified field is requested.ObjectStorageAccessIF. loadFieldMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current, Class<?> type, int field)INTERNAL: Requests the loading of the specified field for all the given object identities.protected <F> FAbstractROPersistent. loadFieldNoCheck(int field)protected <F> FAbstractRWPersistent. loadFieldNoCheck(int field)
-