Uses of Class
org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
-
Uses of AbstractColumnMapping in org.eclipse.persistence.eis.mappings
Subclasses of AbstractColumnMapping in org.eclipse.persistence.eis.mappings Modifier and Type Class Description classEISDirectMappingEIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type. -
Uses of AbstractColumnMapping in org.eclipse.persistence.mappings
Subclasses of AbstractColumnMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classDirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type.classMultitenantPrimaryKeyMappingPurpose: Maps a multitenant property to the corresponding database field type. -
Uses of AbstractColumnMapping in org.eclipse.persistence.mappings.foundation
Subclasses of AbstractColumnMapping in org.eclipse.persistence.mappings.foundation Modifier and Type Class Description classAbstractDirectMappingPurpose: Maps an attribute to the corresponding database field type. -
Uses of AbstractColumnMapping in org.eclipse.persistence.mappings.xdb
Subclasses of AbstractColumnMapping in org.eclipse.persistence.mappings.xdb Modifier and Type Class Description classDirectToXMLTypeMappingPurpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB. -
Uses of AbstractColumnMapping in org.eclipse.persistence.oxm.mappings
Subclasses of AbstractColumnMapping in org.eclipse.persistence.oxm.mappings Modifier and Type Class Description classXMLBinaryDataMappingPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXMLDirectMappingXML Direct Mappings map a Java attribute directly to XML attribute or text node.classXMLFragmentMappingPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.
-