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.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
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
 

Classes in org.jpox.store that implement IdentifierFactory
 class AbstractIdentifierFactory
          Abstract representation of an identifier factory.
 

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.adapter
 

Methods in org.jpox.store.rdbms.adapter with parameters of type IdentifierFactory
 java.lang.String RDBMSAdapter.getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)
          Returns the appropriate SQL to add a candidate key to its table.
 java.lang.String DatabaseAdapter.getAddCandidateKeyStatement(CandidateKey ck, IdentifierFactory factory)
          Returns the appropriate SQL to add a candidate key to its table.
 java.lang.String RDBMSAdapter.getAddForeignKeyStatement(ForeignKey fk, IdentifierFactory factory)
          Returns the appropriate SQL to add a foreign key to its table.
 java.lang.String DatabaseAdapter.getAddForeignKeyStatement(ForeignKey fk, IdentifierFactory factory)
          Returns the appropriate SQL to add a foreign key to its table.
 java.lang.String RDBMSAdapter.getAddPrimaryKeyStatement(PrimaryKey pk, IdentifierFactory factory)
          Returns the appropriate SQL to add a primary key to its table.
 java.lang.String DatabaseAdapter.getAddPrimaryKeyStatement(PrimaryKey pk, IdentifierFactory factory)
          Returns the appropriate SQL to add a primary key to its table.
 java.lang.String RDBMSAdapter.getCreateIndexStatement(Index idx, IdentifierFactory factory)
          Returns the appropriate SQL to add an index to its table.
 java.lang.String DatabaseAdapter.getCreateIndexStatement(Index idx, IdentifierFactory factory)
          Returns the appropriate SQL to add an index to its table.
 

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

Subinterfaces of IdentifierFactory in org.jpox.store.rdbms.sqlidentifier
 interface RDBMSIdentifierFactory
          Extension of the IdentifierFactory to allow for identifiers specific to RDBMS datastores.
 

Classes in org.jpox.store.rdbms.sqlidentifier that implement IdentifierFactory
 class AbstractRDBMSIdentifierFactory
          Abstract representation of an identifier factory for RDBMS datastores.
 class JPAIdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier for RDBMS datastores with JPA.
 class JPOX2IdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier for RDBMS datastores.
 class JPOXIdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier for RDBMS datastores.
 

Fields in org.jpox.store.rdbms.sqlidentifier declared as IdentifierFactory
protected  IdentifierFactory SQLIdentifier.factory
          Datastore Identifier factory.
 

Constructors in org.jpox.store.rdbms.sqlidentifier with parameters of type IdentifierFactory
SQLIdentifier(IdentifierFactory factory, java.lang.String sqlIdentifier)
          Constructor.
 



Copyright © -2008 . All Rights Reserved.