Package org.datanucleus.store.rdbms.key


package org.datanucleus.store.rdbms.key
This package contains wrappers to various types of keys found in RDBMS databases. Supports single and multiple column keys.
  • Class
    Description
    Representation of a Candidate key.
    Representation of a key that has columns with specified ordering (ascending/descending) for each column (if required).
    Representation of a foreign key to another table.
    Enum representing an action on the FK.
    Representation of an INDEX.
    Abstract representation of a Key to a table.
    Representation of the primary key of a table.