Uses of Interface
net.ontopia.persistence.proxy.AccessRegistrarIF
Packages that use AccessRegistrarIF
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
Relational database implementation of the core topic map
interfaces.
-
Uses of AccessRegistrarIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement AccessRegistrarIFModifier and TypeClassDescriptionclassINTERNAL: A transactional storage cache implementation.classINTERNAL: A transactional read-only storage cache implementation.classINTERNAL: A transactional storage cache implementation.classINTERNAL: A shared storage cache implementation.Fields in net.ontopia.persistence.proxy declared as AccessRegistrarIFModifier and TypeFieldDescriptionprotected AccessRegistrarIFAbstractLocalCache.pregistrarprotected AccessRegistrarIFAbstractTransaction.registrarMethods in net.ontopia.persistence.proxy that return AccessRegistrarIFModifier and TypeMethodDescriptionAbstractTransaction.getAccessRegistrar()TransactionIF.getAccessRegistrar()INTERNAL: Gets the access registrar used by the transaction.AbstractLocalCache.getRegistrar()SharedCache.getRegistrar()StatisticsCache.getRegistrar()StorageCacheIF.getRegistrar()INTERNAL: Returns the access registrar instance that is used by the storage cache.Methods in net.ontopia.persistence.proxy with parameters of type AccessRegistrarIFModifier and TypeMethodDescriptionQueryDescriptor.createQuery(RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, String[] platforms) INTERNAL: Creates a QueryIF instance that uses the specified storage access, object access, access registrar and platform settings for this query descriptor.RDBMSAccess.createQuery(String name, ObjectAccessIF oaccess, AccessRegistrarIF registrar) RDBMSAccess.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) RDBMSStorage.createQuery(String name, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar) RDBMSStorage.createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) StorageAccessIF.createQuery(String name, ObjectAccessIF oaccess, AccessRegistrarIF registrar) INTERNAL: Creates a query instance for the given transaction.StorageAccessIF.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities) INTERNAL: Build a QueryIF from the specified JDO query instance.QueryDescriptor.createSharedQuery(StorageIF storage, AccessRegistrarIF registrar, String[] platforms) INTERNAL: Creates a QueryIF instance that uses the specified storage access and platform settings.AggregateFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields an aggregate object.booleanClassAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity) INTERNAL: Loads the object identity from the database.DefaultFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) FieldAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity) INTERNAL: Loads the field value for the given object identity.FieldHandlerIF.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Reads the value beginning at the given offset in the current ResultSet row.IdentityFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields an IdentityIF with the field values as key.IndicatorFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) PrimitiveFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads a single primitive value.ReferenceFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields the identity of an object.booleanSQLCollectionAccess.load(AccessRegistrarIF registrar, IdentityIF identity) SQLManyToManyReference.load(AccessRegistrarIF registrar, IdentityIF identity) booleanSQLObjectAccess.load(AccessRegistrarIF registrar, IdentityIF identity) SQLOneToManyAggregate.load(AccessRegistrarIF registrar, IdentityIF identity) SQLOneToManyReference.load(AccessRegistrarIF registrar, IdentityIF identity) SQLOneToOne.load(AccessRegistrarIF registrar, IdentityIF identity) ClassAccessIF.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field) INTERNAL: Loads the specified object field for the given identity from the database.RDBMSAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field) SQLCollectionAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field) SQLObjectAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field) StorageAccessIF.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field) INTERNAL: Requests the loading of the specified field for the given object identity.ClassAccessIF.loadFieldMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current, int field) INTERNAL: Loads the specified object field for the given identitys from the database.RDBMSAccess.loadFieldMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current, Class<?> type, int field) SQLCollectionAccess.loadFieldMultiple(AccessRegistrarIF registrar, Collection identities, IdentityIF current, int field) SQLObjectAccess.loadFieldMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current, int field) StorageAccessIF.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.FieldAccessIF.loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current) INTERNAL: Loads the field value for all the given object identities.SQLManyToManyReference.loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current) SQLOneToManyAggregate.loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current) SQLOneToManyReference.loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current) SQLOneToOne.loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> identities, IdentityIF current) booleanRDBMSAccess.loadObject(AccessRegistrarIF registrar, IdentityIF identity) booleanStorageAccessIF.loadObject(AccessRegistrarIF registrar, IdentityIF identity) INTERNAL: Check for the existence of the object identity in the data repository.protected ObjectAggregateFieldInfo.readAggregateObject(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) -
Uses of AccessRegistrarIF in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as AccessRegistrarIFMethods in net.ontopia.persistence.query.sql with parameters of type AccessRegistrarIFModifier and TypeMethodDescriptionvoidSQLStatement.setAccessRegistrar(AccessRegistrarIF registrar) voidSQLStatementIF.setAccessRegistrar(AccessRegistrarIF registrar) -
Uses of AccessRegistrarIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as AccessRegistrarIF