Uses of Package
org.datanucleus.store.rdbms.key
Packages that use org.datanucleus.store.rdbms.key
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
This package contains wrappers to various types of keys found in RDBMS databases.
Provides the mechanism of communicating with the database using JDBC.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.adapterClassDescriptionRepresentation of a Candidate key.Representation of a foreign key to another table.Representation of an INDEX.Representation of the primary key of a table.
-
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.keyClassDescriptionRepresentation of a Candidate key.Representation of a key that has columns with specified ordering (ascending/descending) for each column (if required).Representation of a foreign key to another table.Enum representing an action on the FK.Abstract representation of a Key to a table.
-
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.request
-
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.tableClassDescriptionRepresentation of a Candidate key.Representation of a foreign key to another table.Representation of an INDEX.Representation of the primary key of a table.