Package org.datanucleus.store.schema.table


package org.datanucleus.store.schema.table
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
  • Class
    Description
    Interface representing a column in a table.
    Representation of a column in a table.
    Representation of a table for a class where the class is stored in "complete-table" inheritance (or in JPA "TablePerClass") whereby all members (in this class and superclasses) are handled in this table.
    Mapping definition for a member (field/property) representing the column(s) that it maps to.
    Mapping definition for a member (field/property) representing the column(s) that it maps to.
    Representation of a verifier for schema information.
    Enum defining the types of surrogate columns for a class.
    Representation of a table for a class.