Uses of Package
org.datanucleus.store.rdbms.identifier
Packages that use org.datanucleus.store.rdbms.identifier
Package
Description
Package providing management of the persistence to RDBMS datastores.
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.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Series of classes used to generate SQL statements.
Provides the internal DataNucleus definition of a table/view and its columns.
Package providing a series of value generators for use in RDBMS datastores.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbmsClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.Factory that creates immutable instances of DatastoreIdentifier.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.adapterClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.Factory that creates immutable instances of DatastoreIdentifier.Enum defining the type of component that the identifier is for.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.identifierClassDescriptionAbstract representation of an identifier factory for ORM datastores.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.Enum defining the type of component that the identifier is for.Representation of an identifier for a table.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.mappingClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.sqlClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.tableClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.
-
Classes in org.datanucleus.store.rdbms.identifier used by org.datanucleus.store.rdbms.valuegeneratorClassDescriptionRepresentation of a datastore identifier in an RDBMS datastore.