Uses of Class
org.eclipse.persistence.mappings.structures.ObjectArrayMapping
Packages that use ObjectArrayMapping
-
Uses of ObjectArrayMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type ObjectArrayMappingModifier and TypeMethodDescriptionprotected static ArrayAccessorXmlEntityMappingsGenerator.processObjectArrayMapping(ObjectArrayMapping mapping) Generate a MappingAccessor for a given ObjectArrayMapping. -
Uses of ObjectArrayMapping in org.eclipse.persistence.tools.dbws.oracle
Methods in org.eclipse.persistence.tools.dbws.oracle that return ObjectArrayMappingModifier and TypeMethodDescriptionprotected ObjectArrayMappingOracleHelper.buildAndAddObjectArrayMapping(ObjectRelationalDataTypeDescriptor orDesc, String attributeName, String fieldName, String referenceClassName, String structureName) Builds an ObjectArrayMapping based on a given attribute name, field name, reference class name, field type and package name, and adds the newly created mapping to the given OR descriptor.protected ObjectArrayMappingOracleHelper.buildObjectArrayMapping(String attributeName, String fieldName, String referenceClassName, String structureName) Builds an ObjectArrayMapping based on a given attribute name, field name, reference class name and structureName.