Uses of Enum
org.datanucleus.store.rdbms.identifier.IdentifierType
Packages that use IdentifierType
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
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.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter with parameters of type IdentifierTypeModifier and TypeMethodDescriptionintBaseDatastoreAdapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type.intDatastoreAdapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type.intDB2Adapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type.intDB2AS400Adapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type.intH2Adapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type.intHSQLAdapter.getDatastoreIdentifierMaxLength(IdentifierType identifierType) Method to return the maximum length of a datastore identifier of the specified type. -
Uses of IdentifierType in org.datanucleus.store.rdbms.identifier
Subclasses with type arguments of type IdentifierType in org.datanucleus.store.rdbms.identifierModifier and TypeClassDescriptionenumEnum defining the type of component that the identifier is for.Methods in org.datanucleus.store.rdbms.identifier that return IdentifierTypeModifier and TypeMethodDescriptionstatic IdentifierTypeReturns 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.rdbms.identifier with parameters of type IdentifierTypeModifier and TypeMethodDescriptionAbstractIdentifierFactory.newIdentifier(IdentifierType identifierType, String name) Method to generate an identifier based on the supplied name for the requested type of identifier.IdentifierFactory.newIdentifier(IdentifierType identifierType, String identifierName) To be called when we want an identifier name creating based on the identifier.