|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentifierType | |
|---|---|
| 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 IdentifierType in org.datanucleus.store.mapped |
|---|
| Methods in org.datanucleus.store.mapped that return IdentifierType | |
|---|---|
static IdentifierType |
IdentifierType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdentifierType[] |
IdentifierType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.datanucleus.store.mapped with parameters of type IdentifierType | |
|---|---|
int |
DatastoreAdapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType)
Method to return the maximum length of a datastore identifier of the specified type. |
DatastoreIdentifier |
IdentifierFactory.newIdentifier(IdentifierType identifierType,
String identifierName)
To be called when we want an identifier name creating based on the identifier. |
| Uses of IdentifierType in org.datanucleus.store.mapped.identifier |
|---|
| Methods in org.datanucleus.store.mapped.identifier with parameters of type IdentifierType | |
|---|---|
DatastoreIdentifier |
AbstractIdentifierFactory.newIdentifier(IdentifierType identifierType,
String name)
Method to generate an identifier based on the supplied name for the requested type of identifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||