| Package | Description | 
|---|---|
| org.datanucleus.store | 
 Package handling the storage of classes to the datastore, and the management of the datastore. 
 | 
| 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 and Description | 
|---|
| Table
 Representation of a table for a class. 
 | 
| Class and Description | 
|---|
| Column
 Interface representing a column in a table. 
 | 
| ColumnImpl
 Representation of a column in a table. 
 | 
| MemberColumnMapping
 Mapping definition for a member (field/property) representing the column(s) that it maps to. 
 | 
| SchemaVerifier
 Representation of a verifier for schema information. 
 | 
| SurrogateColumnType
 Enum defining the types of surrogate columns for a class. 
 | 
| Table
 Representation of a table for a class. 
 | 
Copyright © 2018. All rights reserved.