Uses of Interface
org.jpox.store.IdentifierFactory

Packages that use IdentifierFactory
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms.sqlidentifier This package contains a series of classes defining the names of datastore objects, such as tables, foreign keys, indexes, primary keys etc. 
 

Uses of IdentifierFactory in org.jpox.store
 

Fields in org.jpox.store declared as IdentifierFactory
protected  IdentifierFactory StoreManager.identifierFactory
          Factory for identifiers for this datastore.
 

Methods in org.jpox.store that return IdentifierFactory
 IdentifierFactory StoreManager.getIdentifierFactory()
          Accessor for the identifier factory.
 

Uses of IdentifierFactory in org.jpox.store.rdbms.sqlidentifier
 

Classes in org.jpox.store.rdbms.sqlidentifier that implement IdentifierFactory
 class RDBMSIdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier for RDBMS datastores
 



Copyright © -2007 . All Rights Reserved.