|
Interface Summary |
| Class |
A Class interface defines methods to describe a Class meta object. |
| ClassMapping |
The ClassMapping interface defines methods to describe how a
class is mapped into JORM. |
| ClassRef |
A ClassRef is a field which is a reference field to another class. |
| CompositeName |
The CompositeName interface defines methods to manage composite name. |
| FieldName |
The FieldName interface defines methods to reference an already
existing Field. |
| GenClass |
The GenClass interface defines generic class object which are
used to gather other objects. |
| GenClassRef |
A GenClassRef is an interface which describes method to define
a class field which can be a reference to a generic class. |
| Manager |
The Manager object is the main interface to create the meta information. |
| MappingFactory |
A MappingFactory is an object able to create (return) MetaObject which are
objects able to map other objects. |
| MetaObject |
The MetaObject interface is the top level of all meta information interfaces. |
| NameDef |
The NameDef interface describes the mapping of a reference field,
ut can be the PName of a Class. |
| NameRef |
The NameRef interface defines methods to manage reference to composite name. |
| PrimitiveElement |
A PrimitiveElement is a field with a primitive type. |
| Reference |
Reference interface is the top level of the Reference objects. |
| ScalarField |
A ScalarField describes corresponds to a hidden field of a ClassObject or
a Generic Class. |
| Schema |
Schema object defines an object able to gather a set of classes. |
| TypedElement |
TypedElement interface is the top level of the "field" interface. |
| ValueMapping |
The ValueMapping interface defines methods to describe how a
primitive field is mapped into JORM. |