Uses of Class
org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Packages that use AbstractDirectMapping
Package
Description
-
Uses of AbstractDirectMapping in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as AbstractDirectMappingModifier and TypeFieldDescriptionprotected AbstractDirectMappingVersionLockingPolicy.lockMappingPERF: Cache the lock mapping if mapped with a direct mapping.Methods in org.eclipse.persistence.descriptors that return AbstractDirectMappingModifier and TypeMethodDescriptionVersionLockingPolicy.getVersionMapping()INTERNAL: Returns the mapping that will be used to access the version value from an object.ClassDescriptor.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 AbstractDirectMappingMethods in org.eclipse.persistence.dynamic that return AbstractDirectMappingModifier and TypeMethodDescriptionprotected AbstractDirectMappingDynamicTypeBuilder.addDirectMappingForEnum(String fieldName, String className, String columnName) Constructors in org.eclipse.persistence.dynamic with parameters of type AbstractDirectMappingModifierConstructorDescriptionDynamicEnumBuilder(String className, AbstractDirectMapping adm, DynamicClassLoader dcl) -
Uses of AbstractDirectMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return AbstractDirectMappingModifier and TypeMethodDescriptionEISDescriptor.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.mappingsModifier and TypeClassDescriptionclassEIS 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 AbstractDirectMappingModifier and TypeFieldDescriptionprotected AbstractDirectMappingObjectBuilder.sequenceMappingPERF: Cache sequence mappings.Methods in org.eclipse.persistence.internal.descriptors that return AbstractDirectMappingModifier and TypeMethodDescriptionObjectBuilder.getSequenceMapping()PERF: Return the sequence mapping.Methods in org.eclipse.persistence.internal.descriptors with parameters of type AbstractDirectMappingModifier and TypeMethodDescriptionvoidObjectBuilder.setSequenceMapping(AbstractDirectMapping sequenceMapping) PERF: Set the sequence mapping. -
Uses of AbstractDirectMapping in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return AbstractDirectMappingModifier and TypeMethodDescriptionprotected AbstractDirectMappingMappingAccessor.processDirectMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor) INTERNAL: -
Uses of AbstractDirectMapping in org.eclipse.persistence.mappings
Subclasses of AbstractDirectMapping in org.eclipse.persistence.mappingsModifier and TypeClassDescriptionclassPurpose: 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.xdbModifier and TypeClassDescriptionclassPurpose: 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 AbstractDirectMappingModifier and TypeMethodDescriptionXMLDescriptor.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.mappingsModifier and TypeClassDescriptionclassPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXML Direct Mappings map a Java attribute directly to XML attribute or text node.classPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.