Uses of Class
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Packages that use XMLCompositeCollectionMapping
Package
Description
-
Uses of XMLCompositeCollectionMapping in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return XMLCompositeCollectionMappingModifier and TypeMethodDescriptionprotected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getAssociationOverrideMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getAttributeOverrideMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getCacheIndexesMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getColumnResultMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getConstructorColumnMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getConstructorResultMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getConvertMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getDiscriminatorClassMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getEntityListenersMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getEntityResultMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getFetchGroupMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getFieldsMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getHintMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getIndexesMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getInverseJoinColumnMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getJoinColumnMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getJoinFieldMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getMapKeyAssociationOverrideMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getMapKeyAttributeOverrideMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getMapKeyConvertMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getMapKeyJoinColumnMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getMixedConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedAttributeNodeMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedEntityGraphMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedNativeQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedPLSQLStoredFunctionQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedPLSQLStoredProcedureQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedStoredFunctionQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getNamedStoredProcedureQueryMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getObjectTypeConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getOracleArrayTypeMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getOracleObjectTypeMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getParametersMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getPLSQLParametersMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getPLSQLRecordMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getPLSQLTableMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getPrimaryKeyJoinColumnMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getPropertyMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getRangePartitionMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getResultSetMappingMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getSerializedConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getStructConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getSubclassSubgraphMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getSubgraphMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getTenantDiscriminatorColumnsMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getTypeConverterMapping()INTERNAL:protected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getUniqueConstraintMapping()INTERNALprotected XMLCompositeCollectionMappingXMLEntityMappingsMappingProject.getValuePartitionMapping()INTERNAL: -
Uses of XMLCompositeCollectionMapping in org.eclipse.persistence.oxm.mappings
Subclasses of XMLCompositeCollectionMapping in org.eclipse.persistence.oxm.mappings -
Uses of XMLCompositeCollectionMapping in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type XMLCompositeCollectionMappingModifier and TypeMethodDescriptionprotected static XmlElementXmlBindingsGenerator.processXMLCompositeCollectionMapping(XMLCompositeCollectionMapping xmap) Process a given XMLCompositeCollectionMapping and return an XmlElement -
Uses of XMLCompositeCollectionMapping in org.eclipse.persistence.tools.dbws.oracle
Methods in org.eclipse.persistence.tools.dbws.oracle that return XMLCompositeCollectionMappingModifier and TypeMethodDescriptionprotected XMLCompositeCollectionMappingOracleHelper.buildXMLCompositeCollectionMapping(String referenceClassName) Build an XMLCompositeCollectionMapping based on a given reference class name.protected XMLCompositeCollectionMappingOracleHelper.buildXMLCompositeCollectionMapping(String attributeName, String xPath, String referenceClassName) Build an XMLCompositeCollectionMapping based on a given attribute name, xpath, and reference class.