| Package | Description | 
|---|---|
| org.datanucleus.metadata | 
 
        Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractElementMetaData
This element specifies the mapping for the element component of arrays and collections. 
 | 
class  | 
AbstractMemberMetaData
Abstract representation of MetaData for a field/property of a class/interface. 
 | 
class  | 
ElementMetaData
This element specifies the mapping for the element component of arrays and collections. 
 | 
class  | 
FieldMetaData
Representation of the Meta-Data for a field of a class. 
 | 
class  | 
JoinMetaData
Secondary tables and join tables are mapped using a join condition that
 associates a column or columns in the secondary or join table with a column
 or columns in the primary table, typically the primary tables primary key
 columns. 
 | 
class  | 
KeyMetaData
This element specifies the mapping for the key component of maps. 
 | 
class  | 
OrderMetaData
Representation of Order MetaData - the ordering of the elements of a List. 
 | 
class  | 
PrimaryKeyMetaData
Representation of a primary key constraint. 
 | 
class  | 
PropertyMetaData
The property element declares mapping between a virtual field of an implemented 
 interface and the corresponding persistent field of a persistence-capable class. 
 | 
class  | 
ValueMetaData
This element specifies the mapping for the value component of maps. 
 | 
Copyright © 2018. All rights reserved.