Uses of Package
org.datanucleus.store.rdbms.key
-
Packages that use org.datanucleus.store.rdbms.key Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.org.datanucleus.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases.org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC.org.datanucleus.store.rdbms.table 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.adapter Class Description CandidateKey Representation of a Candidate key.ForeignKey Representation of a foreign key to another table.Index Representation of an INDEX.PrimaryKey Representation of the primary key of a table. -
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.key Class Description CandidateKey Representation of a Candidate key.ColumnOrderedKey Representation of a key that has columns with specified ordering (ascending/descending) for each column (if required).ForeignKey Representation of a foreign key to another table.ForeignKey.FKAction Enum representing an action on the FK. -
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.request Class Description PrimaryKey Representation of the primary key of a table. -
Classes in org.datanucleus.store.rdbms.key used by org.datanucleus.store.rdbms.table Class Description CandidateKey Representation of a Candidate key.ForeignKey Representation of a foreign key to another table.Index Representation of an INDEX.PrimaryKey Representation of the primary key of a table.