Uses of Interface
org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
-
Uses of MapKeyMapping in org.eclipse.persistence.eis.mappings
Classes in org.eclipse.persistence.eis.mappings that implement MapKeyMapping 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 MapKeyMapping in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as MapKeyMapping Modifier and Type Field Description protected MapKeyMappingMappedKeyMapContainerPolicy. keyMappingMethods in org.eclipse.persistence.internal.queries that return MapKeyMapping Modifier and Type Method Description MapKeyMappingMappedKeyMapContainerPolicy. getKeyMapping()Methods in org.eclipse.persistence.internal.queries with parameters of type MapKeyMapping Modifier and Type Method Description voidMappedKeyMapContainerPolicy. setKeyMapping(MapKeyMapping mapping) -
Uses of MapKeyMapping in org.eclipse.persistence.mappings
Classes in org.eclipse.persistence.mappings that implement MapKeyMapping Modifier and Type Class Description classAggregateObjectMappingPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.classDirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type.classManyToOneMappingPurpose: Define the relationship to be a ManyToOne.classOneToOneMappingPurpose: One to one mappings are used to represent a pointer references between two java objects. -
Uses of MapKeyMapping in org.eclipse.persistence.mappings.foundation
Classes in org.eclipse.persistence.mappings.foundation that implement MapKeyMapping Modifier and Type Class Description classAbstractDirectMappingPurpose: Maps an attribute to the corresponding database field type. -
Uses of MapKeyMapping in org.eclipse.persistence.mappings.xdb
Classes in org.eclipse.persistence.mappings.xdb that implement MapKeyMapping 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 MapKeyMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement MapKeyMapping 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.
-