Uses of Class
org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Packages that use AbstractIdentifierFactory Package Description org.datanucleus.store.rdbms.identifier This package contains a series of classes defining the identifier names of datastore objects, such as tables, foreign keys, indexes, primary keys etc. -
-
Uses of AbstractIdentifierFactory in org.datanucleus.store.rdbms.identifier
Subclasses of AbstractIdentifierFactory in org.datanucleus.store.rdbms.identifier Modifier and Type Class Description class
DN2IdentifierFactory
Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.class
DNIdentifierFactory
Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.class
JPAIdentifierFactory
Factory that creates immutable instances of DatastoreIdentifier for mapped datastores with JPA.class
JPOXIdentifierFactory
Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.
-