Uses of Interface
org.datanucleus.store.rdbms.identifier.DatastoreIdentifier

Packages that use DatastoreIdentifier
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.