Uses of Class
org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
-
Uses of AbstractDirectMapping in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as AbstractDirectMapping Modifier and Type Field Description protected AbstractDirectMappingVersionLockingPolicy. lockMappingPERF: Cache the lock mapping if mapped with a direct mapping.Methods in org.eclipse.persistence.descriptors that return AbstractDirectMapping Modifier and Type Method Description AbstractDirectMappingVersionLockingPolicy. getVersionMapping()INTERNAL: Returns the mapping that will be used to access the version value from an object.AbstractDirectMappingClassDescriptor. newDirectMapping()Return a new direct/basic mapping for this type of descriptor. -
Uses of AbstractDirectMapping in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as AbstractDirectMapping Modifier and Type Field Description protected AbstractDirectMappingDynamicEnumBuilder. admMethods in org.eclipse.persistence.dynamic that return AbstractDirectMapping Modifier and Type Method Description protected AbstractDirectMappingDynamicTypeBuilder. addDirectMappingForEnum(String fieldName, String className, String columnName)Constructors in org.eclipse.persistence.dynamic with parameters of type AbstractDirectMapping Constructor Description DynamicEnumBuilder(String className, AbstractDirectMapping adm, DynamicClassLoader dcl) -
Uses of AbstractDirectMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return AbstractDirectMapping Modifier and Type Method Description AbstractDirectMappingEISDescriptor. newDirectMapping()Return a new direct/basic mapping for this type of descriptor. -
Uses of AbstractDirectMapping in org.eclipse.persistence.eis.mappings
Subclasses of AbstractDirectMapping 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 AbstractDirectMapping in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as AbstractDirectMapping Modifier and Type Field Description protected AbstractDirectMappingObjectBuilder. sequenceMappingPERF: Cache sequence mappings.Methods in org.eclipse.persistence.internal.descriptors that return AbstractDirectMapping Modifier and Type Method Description AbstractDirectMappingObjectBuilder. getSequenceMapping()PERF: Return the sequence mapping.Methods in org.eclipse.persistence.internal.descriptors with parameters of type AbstractDirectMapping Modifier and Type Method Description voidObjectBuilder. setSequenceMapping(AbstractDirectMapping sequenceMapping)PERF: Set the sequence mapping. -
Uses of AbstractDirectMapping in org.eclipse.persistence.mappings
Subclasses of AbstractDirectMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classDirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type. -
Uses of AbstractDirectMapping in org.eclipse.persistence.mappings.xdb
Subclasses of AbstractDirectMapping 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 AbstractDirectMapping in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return AbstractDirectMapping Modifier and Type Method Description AbstractDirectMappingXMLDescriptor. newDirectMapping()Return a new direct/basic mapping for this type of descriptor. -
Uses of AbstractDirectMapping in org.eclipse.persistence.oxm.mappings
Subclasses of AbstractDirectMapping 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.
-