org.netbeans.lib.j2ee.sun.persistence.mapping.core |
|
Java Source File Name | Type | Comment |
AbstractState.java | Class | The purpose of this class is to provide a superclass for all of the
state objects. |
ClassState.java | Class | The following class holds all of the state information for a class. |
FieldHolderState.java | Class | This state object manages all the mappings (and related information) for
fields and relationships in a particular class. |
FieldState.java | Class | This state object manages the mapping for a particular field or
relationship. |
MappingStrategy.java | Class | |
PairHolderState.java | Interface | This interface refers to a state object which manages a pair state. |
PairState.java | Class | This state object manages something with column pair information. |
RelationshipState.java | Class | This state object manages the mapping for a particular relationship field. |
SecondaryTableState.java | Class | This state object manages a secondary table which includes the table
and reference key (column pair) information. |
TableState.java | Class | This state object manages schema, primary table, and secondary table state
information (including reference key pairs). |