Uses of Class
org.jpox.store.AbstractIdentifierFactory

Packages that use AbstractIdentifierFactory
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 AbstractIdentifierFactory in org.jpox.store.rdbms.sqlidentifier
 

Subclasses of AbstractIdentifierFactory in org.jpox.store.rdbms.sqlidentifier
 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.
 



Copyright © -2008 . All Rights Reserved.