Class MappingInfo

java.lang.Object
org.apache.openjpa.jdbc.meta.MappingInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassMappingInfo, DiscriminatorMappingInfo, FieldMappingInfo, ValueMappingInfo, VersionMappingInfo

public abstract class MappingInfo extends Object implements Serializable
Base class storing raw mapping information; defines utility methods for converting raw mapping information to full mapping to the schema.
Author:
Abe White
See Also: