Package org.datanucleus.store.rdbms.identifier
package 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.
-
ClassDescriptionAbstract representation of an identifier factory for ORM datastores.Identifier for a unique index (candidate keys).Identifier for a Column.Representation of a datastore identifier in an RDBMS datastore.Implementation of a datastore identifier.Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.Identifier for a FK.Factory that creates immutable instances of DatastoreIdentifier.Enum defining the type of component that the identifier is for.Identifier for an Index.Factory that creates immutable instances of DatastoreIdentifier for mapped datastores with JPA.Factory that creates immutable instances of DatastoreIdentifier for mapped datastores.Identifier for a PK.Representation of an identifier for a sequence.Representation of an identifier for a table.