Uses of Class
org.datanucleus.store.rdbms.key.Key
Packages that use Key
Package
Description
This package contains wrappers to various types of keys found in RDBMS databases.
-
Uses of Key in org.datanucleus.store.rdbms.key
Subclasses of Key in org.datanucleus.store.rdbms.keyModifier and TypeClassDescriptionclassRepresentation of a Candidate key.classRepresentation of a key that has columns with specified ordering (ascending/descending) for each column (if required).classRepresentation of a foreign key to another table.classRepresentation of an INDEX.classRepresentation of the primary key of a table.