Uses of Interface
net.ontopia.persistence.proxy.AccessRegistrarIF

Packages that use AccessRegistrarIF
net.ontopia.persistence.proxy An object-relational mapping framework. 
net.ontopia.persistence.query.sql Object model for representing SQL queries. 
net.ontopia.topicmaps.impl.rdbms 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 AccessRegistrarIF
 class AbstractLocalCache
          INTERNAL: A transactional storage cache implementation.
 class ROLocalCache
          INTERNAL: A transactional read-only storage cache implementation.
 class RWLocalCache
          INTERNAL: A transactional storage cache implementation.
 class SharedCache
          INTERNAL: A shared storage cache implementation.
 

Fields in net.ontopia.persistence.proxy declared as AccessRegistrarIF
protected  AccessRegistrarIF AbstractLocalCache.pregistrar
           
protected  AccessRegistrarIF AbstractTransaction.registrar
           
 

Methods in net.ontopia.persistence.proxy that return AccessRegistrarIF
 AccessRegistrarIF TransactionIF.getAccessRegistrar()
          INTERNAL: Gets the access registrar used by the transaction.
 AccessRegistrarIF AbstractTransaction.getAccessRegistrar()
           
 AccessRegistrarIF StorageCacheIF.getRegistrar()
          INTERNAL: Returns the access registrar instance that is used by the storage cache.
 AccessRegistrarIF StatisticsCache.getRegistrar()
           
 AccessRegistrarIF SharedCache.getRegistrar()
           
 AccessRegistrarIF AbstractLocalCache.getRegistrar()
           
 

Methods in net.ontopia.persistence.proxy with parameters of type AccessRegistrarIF
 QueryIF StorageAccessIF.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
          INTERNAL: Build a QueryIF from the specified JDO query instance.
 QueryIF RDBMSAccess.createQuery(JDOQuery jdoquery, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
           
 QueryIF RDBMSStorage.createQuery(JDOQuery jdoquery, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, boolean lookup_identities)
           
 QueryIF QueryDescriptor.createQuery(RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar, java.lang.String[] platforms)
          INTERNAL: Creates a QueryIF instance that uses the specified storage access, object access, access registrar and platform settings for this query descriptor.
 QueryIF StorageAccessIF.createQuery(java.lang.String name, ObjectAccessIF oaccess, AccessRegistrarIF registrar)
          INTERNAL: Creates a query instance for the given transaction.
 QueryIF RDBMSAccess.createQuery(java.lang.String name, ObjectAccessIF oaccess, AccessRegistrarIF registrar)
           
 QueryIF RDBMSStorage.createQuery(java.lang.String name, RDBMSAccess access, ObjectAccessIF oaccess, AccessRegistrarIF registrar)
           
 DetachedQueryIF QueryDescriptor.createSharedQuery(StorageIF storage, AccessRegistrarIF registrar, java.lang.String[] platforms)
          INTERNAL: Creates a QueryIF instance that uses the specified storage access and platform settings.
 java.lang.Object SQLOneToOne.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 java.lang.Object SQLOneToManyReference.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 java.lang.Object SQLOneToManyAggregate.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 boolean SQLObjectAccess.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 java.lang.Object SQLManyToManyReference.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 boolean SQLCollectionAccess.load(AccessRegistrarIF registrar, IdentityIF identity)
           
 java.lang.Object FieldAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity)
          INTERNAL: Loads the field value for the given object identity.
 boolean ClassAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity)
          INTERNAL: Loads the object identity from the database.
 java.lang.Object ReferenceFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
          INTERNAL: Loads from its containing fields the identity of an object.
 java.lang.Object PrimitiveFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
          INTERNAL: Loads a single primitive value.
 java.lang.Object IndicatorFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
           
 java.lang.Object IdentityFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
          INTERNAL: Loads from its containing fields an IdentityIF with the field values as key.
 java.lang.Object FieldHandlerIF.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
          INTERNAL: Reads the value beginning at the given offset in the current ResultSet row.
 java.lang.Object DefaultFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
           
 java.lang.Object AggregateFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
          INTERNAL: Loads from its containing fields an aggregate object.
 java.lang.Object StorageAccessIF.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)
          INTERNAL: Requests the loading of the specified field for the given object identity.
 java.lang.Object SQLObjectAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)
           
 java.lang.Object SQLCollectionAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)
           
 java.lang.Object RDBMSAccess.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)
           
 java.lang.Object ClassAccessIF.loadField(AccessRegistrarIF registrar, IdentityIF identity, int field)
          INTERNAL: Loads the specified object field for the given identity from the database.
 java.lang.Object SQLObjectAccess.loadFieldMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current, int field)
           
 java.lang.Object SQLCollectionAccess.loadFieldMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current, int field)
           
 java.lang.Object ClassAccessIF.loadFieldMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current, int field)
          INTERNAL: Loads the specified object field for the given identitys from the database.
 java.lang.Object StorageAccessIF.loadFieldMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current, java.lang.Object type, int field)
          INTERNAL: Requests the loading of the specified field for all the given object identities.
 java.lang.Object RDBMSAccess.loadFieldMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current, java.lang.Object type, int field)
           
 java.lang.Object SQLOneToOne.loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current)
           
 java.lang.Object SQLOneToManyReference.loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current)
           
 java.lang.Object SQLOneToManyAggregate.loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current)
           
 java.lang.Object SQLManyToManyReference.loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current)
           
 java.lang.Object FieldAccessIF.loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current)
          INTERNAL: Loads the field value for all the given object identities.
 boolean StorageAccessIF.loadObject(AccessRegistrarIF registrar, IdentityIF identity)
          INTERNAL: Check for the existence of the object identity in the data repository.
 boolean RDBMSAccess.loadObject(AccessRegistrarIF registrar, IdentityIF identity)
           
protected  java.lang.Object AggregateFieldInfo.readAggregateObject(AccessRegistrarIF registrar, TicketIF ticket, java.sql.ResultSet rs, int rsindex, boolean direct)
           
 

Uses of AccessRegistrarIF in net.ontopia.persistence.query.sql
 

Fields in net.ontopia.persistence.query.sql declared as AccessRegistrarIF
protected  AccessRegistrarIF SQLStatement.registrar
           
 

Methods in net.ontopia.persistence.query.sql with parameters of type AccessRegistrarIF
 void SQLStatementIF.setAccessRegistrar(AccessRegistrarIF registrar)
           
 void SQLStatement.setAccessRegistrar(AccessRegistrarIF registrar)
           
 

Uses of AccessRegistrarIF in net.ontopia.topicmaps.impl.rdbms
 

Fields in net.ontopia.topicmaps.impl.rdbms declared as AccessRegistrarIF
protected  AccessRegistrarIF RoleTypeAssocTypeCache.registrar
           
 



Copyright © 2000-2012 Ontopia.