Uses of Class
org.eclipse.persistence.mappings.structures.ArrayMapping
Packages that use ArrayMapping
-
Uses of ArrayMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type ArrayMappingModifier and TypeMethodDescriptionprotected static ArrayAccessorXmlEntityMappingsGenerator.processArrayMapping(ArrayMapping mapping) Generate a MappingAccessor for a given ArrayMapping. -
Uses of ArrayMapping in org.eclipse.persistence.tools.dbws.oracle
Methods in org.eclipse.persistence.tools.dbws.oracle that return ArrayMappingModifier and TypeMethodDescriptionprotected ArrayMappingOracleHelper.buildAndAddArrayMapping(ObjectRelationalDataTypeDescriptor orDesc, String attributeName, String fieldName, String structureName) Build an ArrayMapping based on a given attribute name, field name and structure name.protected ArrayMappingOracleHelper.buildAndAddArrayMapping(ObjectRelationalDataTypeDescriptor orDesc, String attributeName, String fieldName, String structureName, String nestedTypeName) Build an ArrayMapping based on a given attribute name, field name, structure name and nested type name.protected ArrayMappingOracleHelper.buildArrayMapping(String attributeName, String fieldName, String structureName) Build an ArrayMapping based on a given attribute name, field name and structure name.