Uses of Class
org.datanucleus.store.rdbms.key.Key
-
Packages that use Key Package Description org.datanucleus.store.rdbms.key 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.key Modifier and Type Class Description class
CandidateKey
Representation of a Candidate key.class
ColumnOrderedKey
Representation of a key that has columns with specified ordering (ascending/descending) for each column (if required).class
ForeignKey
Representation of a foreign key to another table.class
Index
Representation of an INDEX.class
PrimaryKey
Representation of the primary key of a table.
-