Uses of Interface
net.ontopia.persistence.proxy.IdentityIF
Packages that use IdentityIF
Package
Description
An object-relational mapping framework.
Relational database implementation of the core topic map
interfaces.
-
Uses of IdentityIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement IdentityIFModifier and TypeClassDescriptionfinal classINTERNAL: Class used for representing data store object identities with only a single key.final classINTERNAL: Class used for representing data store object identities with more than a single key.final classINTERNAL: Class used for representing data store object identities with only a single long key.final classINTERNAL: Class used for wrapping other identities.Fields in net.ontopia.persistence.proxy declared as IdentityIFModifier and TypeFieldDescriptionprotected IdentityIFAbstractROPersistent.idprotected IdentityIFAbstractRWPersistent.idprotected IdentityIFIdentityNotFoundException.identityprotected IdentityIFOnDemandValue.identityprotected IdentityIFTrackableLazySet.identityprotected IdentityIFClusteredCache.namespaceJGroupsEvent.namespaceFields in net.ontopia.persistence.proxy with type parameters of type IdentityIFModifier and TypeFieldDescriptionprotected Map<IdentityIF,CacheEntry> SharedCache.datacacheprotected final Map<IdentityIF,PersistentIF> AbstractTransaction.identity_mapprotected Map<IdentityIF,PersistentIF> AbstractTransaction.lruprotected gnu.trove.map.hash.TObjectIntHashMap<IdentityIF>ObjectStates.mapprotected Map<IdentityIF,IdentityIF> RWTransaction.mergesprotected Map<IdentityIF,IdentityIF> RWTransaction.mergesprotected Map<IdentityIF,Map<String, EvictableIF>> RDBMSStorage.qcmapMethods in net.ontopia.persistence.proxy that return IdentityIFModifier and TypeMethodDescriptionAbstractROPersistent._p_getIdentity()AbstractRWPersistent._p_getIdentity()PersistentIF._p_getIdentity()INTERNAL: Returns the identity of the object.AbstractLocalCache.createIdentity(Class<?> type, long key) AbstractLocalCache.createIdentity(Class<?> type, Object key) AbstractLocalCache.createIdentity(Class<?> type, Object[] keys) AccessRegistrarIF.createIdentity(Class<?> type, long key) INTERNAL: Factory method for creating new identity objects.AccessRegistrarIF.createIdentity(Class<?> type, Object key) INTERNAL: Factory method for creating new identity objects.AccessRegistrarIF.createIdentity(Class<?> type, Object[] keys) INTERNAL: Factory method for creating new identity objects.SharedCache.createIdentity(Class<?> type, long key) SharedCache.createIdentity(Class<?> type, Object key) SharedCache.createIdentity(Class<?> type, Object[] keys) RDBMSAccess.generateIdentity(Class<?> type) RDBMSStorage.generateIdentity(Class<?> type) StorageAccessIF.generateIdentity(Class<?> type) INTERNAL: Called by the application when it requests a new object identity for a given object type.HighLowKeyGenerator.generateKey(Class<?> type) KeyGeneratorIF.generateKey(Class<?> type) INTERNAL: Generates a new object identity of the specified object type.CacheEntry.getIdentity()IdentityNotFoundException.getIdentity()ObjectAccessIF.getIdentity(Object object) INTERNAL: Returns the identity of the specified object handle.PersistentObjectAccess.getIdentity(Object object) static IdentityIFWrappedIdentity.wrap(IdentityIF identity) INTERNAL: Factory method that wraps the identity in a WrappedIdentity if the identity itself is not a WrappedIdentity.Methods in net.ontopia.persistence.proxy that return types with arguments of type IdentityIFModifier and TypeMethodDescriptionprotected Collection<IdentityIF>AbstractTransaction.extractNonDirty(Collection<IdentityIF> identities) Methods in net.ontopia.persistence.proxy with parameters of type IdentityIFModifier and TypeMethodDescriptionAbstractTransaction._getObject(IdentityIF identity) TransactionIF._getObject(IdentityIF identity) EXPERIMENTAL: ...voidAbstractROPersistent._p_setIdentity(IdentityIF identity) voidAbstractRWPersistent._p_setIdentity(IdentityIF identity) voidPersistentIF._p_setIdentity(IdentityIF identity) INTERNAL: Sets the identity of the object.protected voidSQLManyToManyReference.add(IdentityIF identity, Collection<?> values) protected voidSQLOneToManyAggregate.add(IdentityIF identity, Collection<?> values) protected voidSQLOneToManyReference.add(IdentityIF identity, Collection<?> values) protected voidSQLManyToManyReference.add_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected voidSQLOneToManyAggregate.add_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected voidSQLOneToManyReference.add_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected voidSQLCollectionAccess.bindParametersAddRemove(PreparedStatement stm, ObjectAccessIF oaccess, IdentityIF identity, Object element) protected voidSQLCollectionAccess.bindParametersDelete(PreparedStatement stm, IdentityIF identity) protected voidSQLObjectAccess.bindParametersDelete(PreparedStatement stm, IdentityIF identity) protected PersistentIFAbstractTransaction.checkIdentityMap(IdentityIF identity) protected PersistentIFAbstractTransaction.checkIdentityMapAndCreateInstance(IdentityIF identity) protected PersistentIFAbstractTransaction.checkIdentityMapNoLRU(IdentityIF identity) voidFieldAccessIF.clear(IdentityIF identity) INTERNAL: Clears the field value for the given object identity.voidSQLManyToManyReference.clear(IdentityIF identity) voidSQLOneToManyAggregate.clear(IdentityIF identity) voidSQLOneToManyReference.clear(IdentityIF identity) voidSQLOneToOne.clear(IdentityIF identity) protected voidSQLManyToManyReference.clear_bindParameters(PreparedStatement stm, IdentityIF identity) protected voidSQLOneToManyAggregate.clear_bindParameters(PreparedStatement stm, IdentityIF identity) protected voidSQLOneToManyReference.clear_bindParameters(PreparedStatement stm, IdentityIF identity) voidClusterIF.clearCache(IdentityIF namespace, int cacheType) voidJGroupsCluster.clearCache(IdentityIF namespace, int cacheType) voidRDBMSStorage.clearCache(IdentityIF namespace) protected voidSQLObjectAccess.clearFields(IdentityIF identity) <K,V> CacheIF<K, V> CachesIF.createCache(int cacheType, IdentityIF namespace) <K,V> CacheIF<K, V> DefaultCaches.createCache(int cacheType, IdentityIF namespace) <K,V> CacheIF<K, V> JGroupsCaches.createCache(int cacheType, IdentityIF namespace) voidObjectStates.created(IdentityIF identity) protected PersistentIFAbstractTransaction.createInstance(IdentityIF identity) voidSQLBatchObjectAccess.delete(IdentityIF identity) INTERNAL: Deletes the object identity in the database.voidObjectStates.deleted(IdentityIF identity) voidObjectStates.dirty(IdentityIF identity) voidClusterIF.evictCache(IdentityIF namespace, int cacheType, Object key) voidClusterIF.evictCache(IdentityIF namespace, int cacheType, Collection keys) voidJGroupsCluster.evictCache(IdentityIF namespace, int cacheType, Object key) voidJGroupsCluster.evictCache(IdentityIF namespace, int cacheType, Collection keys) voidAbstractLocalCache.evictField(IdentityIF identity, int field, boolean notifyCluster) voidClusterIF.evictField(IdentityIF identity, int field) voidJGroupsCluster.evictField(IdentityIF identity, int field) voidSharedCache.evictField(IdentityIF identity, int field, boolean notifyCluster) voidStatisticsCache.evictField(IdentityIF identity, int field, boolean notifyCluster) voidStorageCacheIF.evictField(IdentityIF identity, int field, boolean notifyCluster) INTERNAL: Evict the identity's field value from the cache.voidAbstractLocalCache.evictFields(IdentityIF identity, boolean notifyCluster) voidClusterIF.evictFields(IdentityIF identity) voidJGroupsCluster.evictFields(IdentityIF identity) voidSharedCache.evictFields(IdentityIF identity, boolean notifyCluster) voidStatisticsCache.evictFields(IdentityIF identity, boolean notifyCluster) voidStorageCacheIF.evictFields(IdentityIF identity, boolean notifyCluster) INTERNAL: Evict all the identity's field values from the cache.voidAbstractLocalCache.evictIdentity(IdentityIF identity, boolean notifyCluster) voidClusterIF.evictIdentity(IdentityIF identity) voidJGroupsCluster.evictIdentity(IdentityIF identity) voidSharedCache.evictIdentity(IdentityIF identity, boolean notifyCluster) voidStatisticsCache.evictIdentity(IdentityIF identity, boolean notifyCluster) voidStorageCacheIF.evictIdentity(IdentityIF identity, boolean notifyCluster) INTERNAL: Evict the identity from the cache.abstract booleanAbstractLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanROLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanRWLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanSharedCache.exists(StorageAccessIF access, IdentityIF identity) booleanStatisticsCache.exists(StorageAccessIF access, IdentityIF identity) booleanStorageCacheIF.exists(StorageAccessIF access, IdentityIF identity) INTERNAL: Can be called to verify whether the specified identity exists in the cache or in the data repository.RDBMSStorage.getHelperObject(int identifier, IdentityIF namespace) StorageIF.getHelperObject(int identifier, IdentityIF namespace) INTERNAL: Returns the shared caches.AbstractTransaction.getObject(IdentityIF identity) AbstractTransaction.getObject(IdentityIF identity, boolean acceptDeleted) ObjectAccessIF.getObject(IdentityIF identity) INTERNAL: Returns a handle for the specified value.PersistentObjectAccess.getObject(IdentityIF identity) 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.intObjectStates.getState(IdentityIF identity) abstract ObjectAbstractLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) ROLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) RWLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) SharedCache.getValue(StorageAccessIF access, IdentityIF identity, int field) StatisticsCache.getValue(StorageAccessIF access, IdentityIF identity, int field) StorageCacheIF.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.booleanObjectStates.isClean(IdentityIF identity) booleanObjectStates.isCreated(IdentityIF identity) booleanAbstractLocalCache.isFieldLoaded(IdentityIF identity, int field) booleanAbstractTransaction.isFieldLoaded(IdentityIF identity, int field) booleanSharedCache.isFieldLoaded(IdentityIF identity, int field) booleanStatisticsCache.isFieldLoaded(IdentityIF identity, int field) booleanStorageCacheIF.isFieldLoaded(IdentityIF identity, int field) INTERNAL: Can be called to check if the specfied field has been registered with the cache.booleanTransactionIF.isFieldLoaded(IdentityIF identity, int field) EXPERIMENTAL:booleanROTransaction.isObjectClean(IdentityIF identity) booleanRWTransaction.isObjectClean(IdentityIF identity) booleanTransactionIF.isObjectClean(IdentityIF identity) booleanAbstractLocalCache.isObjectLoaded(IdentityIF identity) booleanAbstractTransaction.isObjectLoaded(IdentityIF identity) booleanSharedCache.isObjectLoaded(IdentityIF identity) booleanStatisticsCache.isObjectLoaded(IdentityIF identity) booleanStorageCacheIF.isObjectLoaded(IdentityIF identity) INTERNAL: Can be called to check if the identity has been registered with the cache.booleanTransactionIF.isObjectLoaded(IdentityIF identity) EXPERIMENTAL:booleanClassAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity) INTERNAL: Loads the object identity from the database.FieldAccessIF.load(AccessRegistrarIF registrar, IdentityIF identity) INTERNAL: Loads the field value for the given object identity.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) <F> FAbstractTransaction.loadField(IdentityIF identity, int field) 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.<F> FTransactionIF.loadField(IdentityIF object, int field) INTERNAL: Called by PersistentIFs when the value of the specified field is requested.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.voidAbstractTransaction.objectMerged(IdentityIF source, IdentityIF target) INTERNAL: Called by other transactions to notify this transaction of committed merges.voidRDBMSStorage.objectMerged(IdentityIF source, IdentityIF target, AbstractTransaction cause) INTERNAL: Propagates committed merges to other active transactions.voidRWTransaction.objectMerged(IdentityIF source, IdentityIF target) INTERNAL: Called by other transactions to notify this transaction of committed merges.voidROTransaction.objectRead(IdentityIF identity) voidRWTransaction.objectRead(IdentityIF identity) voidTransactionIF.objectRead(IdentityIF identity) voidObjectStates.read(IdentityIF identity) voidAbstractLocalCache.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) voidAccessRegistrarIF.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) INTERNAL: Called by storage accessors (FieldAccessIF) when they read the value of an object field from the database.voidSharedCache.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) voidAbstractLocalCache.registerIdentity(TicketIF ticket, IdentityIF identity) voidAccessRegistrarIF.registerIdentity(TicketIF ticket, IdentityIF identity) INTERNAL: Called by storage accessors (QueryIFs or FieldAccessIF) when they locate the identity of an object in the database.voidSharedCache.registerIdentity(TicketIF ticket, IdentityIF identity) protected voidSQLManyToManyReference.remove(IdentityIF identity, Collection<?> values) protected voidSQLOneToManyAggregate.remove(IdentityIF identity, Collection<?> values) protected voidSQLOneToManyReference.remove(IdentityIF identity, Collection<?> values) protected voidSQLManyToManyReference.remove_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected voidSQLOneToManyAggregate.remove_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected voidSQLOneToManyReference.remove_bindParameters(PreparedStatement stm, IdentityIF identity, Object value) protected PersistentIFAbstractTransaction.removeIdentityMapNoLRU(IdentityIF identity) voidOnDemandValue.setContext(IdentityIF identity, FieldInfoIF finfo) protected voidSQLCollectionAccess.storeAdded(ObjectAccessIF oaccess, IdentityIF identity, Collection elements) protected voidSQLCollectionAccess.storeRemoved(ObjectAccessIF oaccess, IdentityIF identity, Collection elements) abstract voidAbstractRWPersistent.syncAfterMerge(IdentityIF source, IdentityIF target) protected voidAbstractRWPersistent.syncFieldsAfterMerge(IdentityIF source, IdentityIF target, int... fields) static IdentityIFWrappedIdentity.wrap(IdentityIF identity) INTERNAL: Factory method that wraps the identity in a WrappedIdentity if the identity itself is not a WrappedIdentity.voidRDBMSStorage.writeReport(Writer out, TopicMapReferenceIF reference, IdentityIF namespace, boolean dumpCaches) Method parameters in net.ontopia.persistence.proxy with type arguments of type IdentityIFModifier and TypeMethodDescriptionstatic voidSQLGenerator.bindMultipleParameters(Iterator<IdentityIF> identities, FieldInfoIF finfo, PreparedStatement stm, int batchSize) static voidSQLGenerator.bindMultipleParameters(Iterator<IdentityIF> identities, FieldInfoIF finfo, PreparedStatement stm, int offset, int batchSize) protected CollectionAbstractTransaction.extractFieldValues(Object type, int field, Collection<IdentityIF> identities) protected Collection<IdentityIF>AbstractTransaction.extractNonDirty(Collection<IdentityIF> identities) voidObjectStates.forEachEntry(gnu.trove.procedure.TObjectIntProcedure<IdentityIF> proc) 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) 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) intAbstractLocalCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) voidAbstractTransaction.prefetch(Class<?> type, int[] fields, boolean[] traverse, Collection<IdentityIF> identities) voidAbstractTransaction.prefetch(Class<?> type, int field, boolean traverse, Collection<IdentityIF> identities) voidRWTransaction.prefetch(Class<?> type, int[] fields, boolean[] traverse, Collection<IdentityIF> identities) voidRWTransaction.prefetch(Class<?> type, int field, boolean traverse, Collection<IdentityIF> identities) intSharedCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) intStatisticsCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) intStorageCacheIF.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) voidTransactionIF.prefetch(Class<?> type, int[] fields, boolean[] traverse, Collection<IdentityIF> identities) voidTransactionIF.prefetch(Class<?> type, int field, boolean traverse, Collection<IdentityIF> identities) static StringSQLGenerator.processMultipleLoadParameters(Collection<IdentityIF> identities, String sql) Constructors in net.ontopia.persistence.proxy with parameters of type IdentityIFModifierConstructorDescriptionCacheEntry(IdentityIF identity, int fields) IdentityNotFoundException(String message, IdentityIF identity) IdentityNotFoundException(IdentityIF identity) TrackableLazySet(TransactionIF txn, IdentityIF identity, int field) WrappedIdentity(IdentityIF wrapped) INTERNAL: Creates an identity instance that wraps another identity. -
Uses of IdentityIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as IdentityIFFields in net.ontopia.topicmaps.impl.rdbms with type parameters of type IdentityIFModifier and TypeFieldDescriptionprotected TransactionalLookupIndexIF<ParameterArray,Collection<IdentityIF>> RoleTypeAssocTypeCache.rolesByTypeprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.source_locatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.subject_indicatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.subjectsMethods in net.ontopia.topicmaps.impl.rdbms that return IdentityIFModifier and TypeMethodDescriptionprotected IdentityIFRDBMSTopicMapStore.getIdentityForObjectId(TransactionIF txn, String object_id) protected IdentityIFMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type IdentityIFModifier and TypeMethodDescriptionvoidAssociation.syncAfterMerge(IdentityIF source, IdentityIF target) voidAssociationRole.syncAfterMerge(IdentityIF source, IdentityIF target) voidOccurrence.syncAfterMerge(IdentityIF source, IdentityIF target) voidTopic.syncAfterMerge(IdentityIF source, IdentityIF target) voidTopicMap.syncAfterMerge(IdentityIF source, IdentityIF target) voidTopicName.syncAfterMerge(IdentityIF source, IdentityIF target) voidVariantName.syncAfterMerge(IdentityIF source, IdentityIF target) protected Collection<AssociationRoleIF>RoleTypeAssocTypeCache.syncWithTransaction(Collection<IdentityIF> roles, ParameterArray params, IdentityIF playerid, IdentityIF rtypeid, IdentityIF atypeid, IdentityIF tmid) Method parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type IdentityIFModifier and TypeMethodDescriptionprotected Collection<AssociationRoleIF>RoleTypeAssocTypeCache.syncWithTransaction(Collection<IdentityIF> roles, ParameterArray params, IdentityIF playerid, IdentityIF rtypeid, IdentityIF atypeid, IdentityIF tmid) Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type IdentityIFModifierConstructorDescriptionSharedLocatorLookup(StorageAccessIF access, QueryCache<LocatorIF, E> qcache, IdentityIF tmid)