|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingInfo | |
---|---|
org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata |
Uses of MappingInfo in org.apache.openjpa.jdbc.meta |
---|
Subclasses of MappingInfo in org.apache.openjpa.jdbc.meta | |
---|---|
class |
ClassMappingInfo
Information about the mapping from a class to the schema, in raw form. |
class |
DiscriminatorMappingInfo
Information about the mapping from a discriminator to the schema, in raw form. |
class |
FieldMappingInfo
Information about the mapping from a field to the schema, in raw form. |
class |
ValueMappingInfo
Information about the mapping from a field value to the schema, in raw form. |
class |
VersionMappingInfo
Information about the mapping from a version indicator to the schema, in raw form. |
Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingInfo | |
---|---|
void |
ClassMappingInfo.copy(MappingInfo info)
|
void |
DiscriminatorMappingInfo.copy(MappingInfo info)
|
void |
FieldMappingInfo.copy(MappingInfo info)
|
void |
MappingInfo.copy(MappingInfo info)
Copy missing info from the instance to this one. |
void |
ValueMappingInfo.copy(MappingInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |