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