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 TypeClassDescriptionclass
Representation of a Candidate key.class
Representation of a key that has columns with specified ordering (ascending/descending) for each column (if required).class
Representation of a foreign key to another table.class
Representation of an INDEX.class
Representation of the primary key of a table.