Uses of Class
org.eclipse.persistence.mappings.structures.StructureMapping
Packages that use StructureMapping
-
Uses of StructureMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type StructureMappingModifier and TypeMethodDescriptionprotected static StructureAccessorXmlEntityMappingsGenerator.processStructureMapping(StructureMapping mapping) Generate a MappingAccessor for a given StructureMapping. -
Uses of StructureMapping in org.eclipse.persistence.tools.dbws.oracle
Methods in org.eclipse.persistence.tools.dbws.oracle that return StructureMappingModifier and TypeMethodDescriptionprotected StructureMappingOracleHelper.buildAndAddStructureMapping(ObjectRelationalDataTypeDescriptor orDesc, String attributeName, String fieldName, String referenceClassName) Builds a StructureMapping based on a given attributeName, fieldName and reference class name, and adds the newly created mapping to the given OR descriptor.protected StructureMappingOracleHelper.buildStructureMapping(String attributeName, String fieldName, String referenceClassName) Builds a StructureMapping based on a given attributeName, fieldName and reference class name.