|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentifierFactory | |
|---|---|
| org.datanucleus.store.mapped | This package provides classes for the management of datastores that are "mapped". |
| org.datanucleus.store.mapped.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 IdentifierFactory in org.datanucleus.store.mapped |
|---|
| Fields in org.datanucleus.store.mapped declared as IdentifierFactory | |
|---|---|
protected IdentifierFactory |
MappedStoreManager.identifierFactory
Factory for identifiers for this datastore. |
| Methods in org.datanucleus.store.mapped that return IdentifierFactory | |
|---|---|
IdentifierFactory |
MappedStoreManager.getIdentifierFactory()
Accessor for the factory for creating identifiers (table/column names etc). |
| Uses of IdentifierFactory in org.datanucleus.store.mapped.identifier |
|---|
| Classes in org.datanucleus.store.mapped.identifier that implement IdentifierFactory | |
|---|---|
class |
AbstractIdentifierFactory
Abstract representation of an identifier factory for ORM datastores. |
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
|
| Fields in org.datanucleus.store.mapped.identifier declared as IdentifierFactory | |
|---|---|
protected IdentifierFactory |
DatastoreIdentifierImpl.factory
Datastore Identifier factory. |
| Constructors in org.datanucleus.store.mapped.identifier with parameters of type IdentifierFactory | |
|---|---|
DatastoreIdentifierImpl(IdentifierFactory factory,
String sqlIdentifier)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||