Class XMLEntityMappingsMappingProject

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class XMLEntityMappingsMappingProject
    extends org.eclipse.persistence.sessions.Project
    INTERNAL: EclipseLink ORM mapping file OX mapping project. Key notes: - Elements mappings (per descriptor) must remain in order of definition in XML. This ensure on any write out the elements will be written in a valid order (to be read back in and validated correctly). - Attribute mappings (per descriptor) can be in any order (but recommended to keep them in order of definition in XML as well) - methods should be preserved in alphabetical order. - Individual mappings should be built within get methods and used within individual descriptor build methods.
    Author:
    Guy Pelletier
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLEntityMappingsMappingProject

        public XMLEntityMappingsMappingProject​(java.lang.String ormNamespace,
                                               java.lang.String xsdLocation)
    • Method Detail

      • addConverterMappings

        protected void addConverterMappings​(org.eclipse.persistence.descriptors.ClassDescriptor descriptor)
      • buildAccessMethodsDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildAccessMethodsDescriptor()
        INTERNAL: XSD: access-methods
      • buildAdditionalCriteriaDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildAdditionalCriteriaDescriptor()
        INTERNAL: XSD: additional-criteria
      • buildAssociationOverrideDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildAssociationOverrideDescriptor()
        INTERNAL: XSD: association-override
      • buildAttributeOverrideDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildAttributeOverrideDescriptor()
        INTERNAL: XSD: attribute-override
      • buildAttributesDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildAttributesDescriptor()
        INTERNAL: XSD: attributes
      • buildBasicCollectionDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildBasicCollectionDescriptor()
        INTERNAL: XSD: basic-collection
      • buildBasicDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildBasicDescriptor()
        INTERNAL: XSD: basic
      • buildBasicMapDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildBasicMapDescriptor()
        INTERNAL: XSD: basic-map
      • buildBatchFetchDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildBatchFetchDescriptor()
        INTERNAL: XSD: batch-fetch
      • buildCacheDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCacheDescriptor()
        INTERNAL: XSD: cache
      • buildCacheInterceptorDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCacheInterceptorDescriptor()
        INTERNAL: XSD: cache-interceptor
      • buildCascadeTypeDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCascadeTypeDescriptor()
        INTERNAL: XSD: cascade-type
      • buildChangeTrackingDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildChangeTrackingDescriptor()
        INTERNAL: XSD: change-tracking
      • buildCloneCopyPolicyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCloneCopyPolicyDescriptor()
        INTERNAL: XSD: clone-copy-policy
      • buildCollectionTableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCollectionTableDescriptor()
        INTERNAL: XSD: collection-table
      • buildColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildColumnDescriptor()
        INTERNAL: XSD: column
      • buildColumnResultDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildColumnResultDescriptor()
        INTERNAL: XSD: column-result
      • buildConstructorResultDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildConstructorResultDescriptor()
        INTERNAL: XSD: column-result
      • buildConversionValueDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildConversionValueDescriptor()
        INTERNAL: XSD: conversion-value
      • buildConvertDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildConvertDescriptor()
        INTERNAL: XSD: convert
      • buildConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildConverterDescriptor()
        INTERNAL: XSD: converter
      • buildCustomCopyPolicyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCustomCopyPolicyDescriptor()
        INTERNAL: XSD: copy-policy
      • buildDefaultRedirectorsDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildDefaultRedirectorsDescriptor()
        INTERNAL: XSD: cache-interceptor
      • buildDiscriminatorClassDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildDiscriminatorClassDescriptor()
        INTERNAL: XSD: discriminator-class
      • buildDiscriminatorColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildDiscriminatorColumnDescriptor()
        INTERNAL: XSD: discriminator-column
      • buildElementCollectionDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildElementCollectionDescriptor()
        INTERNAL: XSD: element-collection
      • buildArrayDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildArrayDescriptor()
        INTERNAL: XSD: array
      • buildEmbeddableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEmbeddableDescriptor()
        INTERNAL: XSD: embeddable
      • buildEmbeddedDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEmbeddedDescriptor()
        INTERNAL: XSD: embedded
      • buildStructureDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildStructureDescriptor()
        INTERNAL: XSD: structure
      • buildEmbeddedIdDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEmbeddedIdDescriptor()
        INTERNAL: XSD: embedded-id
      • buildEntityDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEntityDescriptor()
        INTERNAL: XSD: entity
      • buildEntityListenerDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEntityListenerDescriptor()
        INTERNAL: XSD: entity-listener
      • buildEntityMappingsDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEntityMappingsDescriptor​(java.lang.String xsdLocation)
        INTERNAL: XSD: entity-mappings
      • buildEntityResultDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEntityResultDescriptor()
        INTERNAL: XSD: entity-result
      • buildEnumeratedDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildEnumeratedDescriptor()
        INTERNAL: XSD: enumerated
      • buildFetchAttributeDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildFetchAttributeDescriptor()
        INTERNAL: XSD: fetch-attribute
      • buildFetchGroupDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildFetchGroupDescriptor()
        INTERNAL: XSD: fetch-group
      • buildFieldDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildFieldDescriptor()
        INTERNAL: XSD: field
      • buildFieldResultDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildFieldResultDescriptor()
        INTERNAL: XSD: field-result
      • buildForeignKeyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildForeignKeyDescriptor()
        INTERNAL: XSD: foreign-key
      • buildGeneratedValueDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildGeneratedValueDescriptor()
        INTERNAL: XSD: generated-value
      • buildHashPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildHashPartitioningDescriptor()
        INTERNAL: XSD: hash-partitioning
      • buildIdDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildIdDescriptor()
        INTERNAL: XSD: id
      • buildIndexDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildIndexDescriptor()
        INTERNAL: XSD: index
      • buildCacheIndexDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildCacheIndexDescriptor()
        INTERNAL: XSD: cache-index
      • buildInheritanceDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildInheritanceDescriptor()
        INTERNAL: XSD: inheritance
      • buildInstantiationCopyPolicyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildInstantiationCopyPolicyDescriptor()
        INTERNAL: XSD: instantiation-copy-policy
      • buildJoinColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildJoinColumnDescriptor()
        INTERNAL: XSD: join-column
      • buildJoinFieldDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildJoinFieldDescriptor()
        INTERNAL: XSD: join-field
      • buildJoinTableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildJoinTableDescriptor()
        INTERNAL: XSD: join-table
      • buildLobDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildLobDescriptor()
        INTERNAL: XSD: lob
      • buildManyToManyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildManyToManyDescriptor()
        INTERNAL: XSD: many-to-many
      • buildManyToOneDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildManyToOneDescriptor()
        INTERNAL: XSD: many-to-one
      • buildMapKeyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildMapKeyDescriptor()
        INTERNAL: XSD: map-key
      • buildMappedSuperclassDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildMappedSuperclassDescriptor()
        INTERNAL: XSD: mapped-superclass
      • buildMixedConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildMixedConverterDescriptor()
        INTERNAL: XSD: converter
      • buildMultitenantDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildMultitenantDescriptor()
        INTERNAL: XSD: multi-tenant
      • buildNamedAttributeNodeDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedAttributeNodeDescriptor()
        INTERNAL: XSD: named-attribute-node
      • buildNamedEntityGraphDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedEntityGraphDescriptor()
        INTERNAL: XSD: named-entity-graph
      • buildNamedNativeQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedNativeQueryDescriptor()
        INTERNAL: XSD: named-native-query
      • buildNamedPLSQLStoredFunctionQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedPLSQLStoredFunctionQueryDescriptor()
        INTERNAL: XSD: named-plsql-stored-function-query
      • buildNamedPLSQLStoredProcedureQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedPLSQLStoredProcedureQueryDescriptor()
        INTERNAL: XSD: named-plsql-stored-procedure-query
      • buildNamedQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedQueryDescriptor()
        INTERNAL: XSD: named-query
      • buildNamedStoredFunctionQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedStoredFunctionQueryDescriptor()
        INTERNAL: XSD: named-stored-function-query
      • buildNamedStoredProcedureQueryDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedStoredProcedureQueryDescriptor()
        INTERNAL: XSD: named-stored-procedure-query
      • buildNamedSubgraphDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNamedSubgraphDescriptor()
        INTERNAL: XSD: named-subgraph
      • buildNoSqlDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildNoSqlDescriptor()
        INTERNAL: XSD: no-sql
      • buildObjectTypeConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildObjectTypeConverterDescriptor()
        INTERNAL: XSD: object-type-converter
      • buildOneToManyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOneToManyDescriptor()
        INTERNAL: XSD: one-to-many
      • buildOneToOneDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOneToOneDescriptor()
        INTERNAL: XSD: one-to-one
      • buildOptimisticLockingDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOptimisticLockingDescriptor()
        INTERNAL: XSD: optimistic-locking
      • buildOrderByDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOrderByDescriptor()
        INTERNAL: XSD: order-by
      • buildOrderColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOrderColumnDescriptor()
        INTERNAL: XSD: order-column
      • buildPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPartitioningDescriptor()
        INTERNAL: XSD: partitioning
      • buildPersistenceUnitDefaultsDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPersistenceUnitDefaultsDescriptor()
        INTERNAL: XSD: persistence-unit-defaults
      • buildPersistenceUnitMetadataDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPersistenceUnitMetadataDescriptor()
        INTERNAL: XSD: persistence-unit-metadata
      • buildPinnedPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPinnedPartitioningDescriptor()
        INTERNAL: XSD: pinned-partitioning
      • buildPLSQLParameterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPLSQLParameterDescriptor()
        INTERNAL: XSD: plsql-parameter
      • buildOracleObjectTypeDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOracleObjectTypeDescriptor()
        INTERNAL: XSD: oracle-object
      • buildOracleArrayTypeDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildOracleArrayTypeDescriptor()
        INTERNAL: XSD: oracle-array
      • buildPLSQLRecordDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPLSQLRecordDescriptor()
        INTERNAL: XSD: plsql-record
      • buildPLSQLTableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPLSQLTableDescriptor()
        INTERNAL: XSD: plsql-table
      • buildPrimaryKeyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPrimaryKeyDescriptor()
        INTERNAL: XSD: primary-key
      • buildPrimaryKeyForeignKeyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPrimaryKeyForeignKeyDescriptor()
        INTERNAL: XSD: primary-key-foreign-key
      • buildPrimaryKeyJoinColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPrimaryKeyJoinColumnDescriptor()
        INTERNAL: XSD: primary-key-join-column
      • buildPropertyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildPropertyDescriptor()
        INTERNAL: XSD: property
      • buildQueryHintDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildQueryHintDescriptor()
        INTERNAL: XSD: query-hint
      • buildRangePartitionDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildRangePartitionDescriptor()
        INTERNAL: XSD: range-partition
      • buildRangePartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildRangePartitioningDescriptor()
        INTERNAL: XSD: range-partitioning
      • buildReadTransformerDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildReadTransformerDescriptor()
        INTERNAL: XSD: read-transformer
      • buildReplicationPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildReplicationPartitioningDescriptor()
        INTERNAL: XSD: replication-partitioning
      • buildReturnInsertDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildReturnInsertDescriptor()
        INTERNAL: XSD: return-insert
      • buildRoundRobinPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildRoundRobinPartitioningDescriptor()
        INTERNAL: XSD: round-robin-partitioning
      • buildSecondaryTableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildSecondaryTableDescriptor()
        INTERNAL: XSD: table
      • buildSequenceGeneratorDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildSequenceGeneratorDescriptor()
        INTERNAL: XSD: sequence-generator
      • buildSerializedObjectPolicyDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildSerializedObjectPolicyDescriptor()
        INTERNAL: XSD: SerializedObjectPolicy
      • buildSqlResultSetMappingDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildSqlResultSetMappingDescriptor()
        INTERNAL: XSD: sql-result-set-mapping
      • buildStoredProcedureParameterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildStoredProcedureParameterDescriptor()
        INTERNAL: XSD: procedure-parameter
      • buildStructConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildStructConverterDescriptor()
        INTERNAL: XSD: struct-converter
      • buildTableDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTableDescriptor()
        INTERNAL: XSD: table
      • buildStructDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildStructDescriptor()
        INTERNAL: XSD: struct
      • buildTableGeneratorDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTableGeneratorDescriptor()
        INTERNAL: XSD: table-generator
      • buildTemporalDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTemporalDescriptor()
        INTERNAL: XSD: temporal
      • buildTenantDiscriminatorColumnDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTenantDiscriminatorColumnDescriptor()
        INTERNAL: XSD: tenant-discriminator-column
      • buildTenantTableDiscriminatorDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTenantTableDiscriminatorDescriptor()
        INTERNAL: XSD: tenant-table-discriminator
      • buildTimeOfDayDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTimeOfDayDescriptor()
        INTERNAL: XSD: time-of-day
      • buildTransformationDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTransformationDescriptor()
        INTERNAL: XSD: transformation
      • buildTransientDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTransientDescriptor()
        INTERNAL: XSD: transient
      • buildTypeConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildTypeConverterDescriptor()
        INTERNAL: XSD: type-converter
      • buildSerializedConverterDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildSerializedConverterDescriptor()
        INTERNAL: XSD: type-converter
      • buildUnionPartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildUnionPartitioningDescriptor()
        INTERNAL: XSD: union-partitioning
      • buildUniqueConstraintDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildUniqueConstraintDescriptor()
        INTERNAL: XSD: unique-constraint
      • buildUuidGeneratorDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildUuidGeneratorDescriptor()
        INTERNAL: XSD: uuid-generator
      • buildValuePartitionDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildValuePartitionDescriptor()
        INTERNAL: XSD: value-partition
      • buildValuePartitioningDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildValuePartitioningDescriptor()
        INTERNAL: XSD: value-partitioning
      • buildVariableOneToOneDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildVariableOneToOneDescriptor()
        INTERNAL: XSD: variable-one-to-one
      • buildVersionDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildVersionDescriptor()
        INTERNAL: XSD: version
      • buildWriteTransformerDescriptor

        protected org.eclipse.persistence.descriptors.ClassDescriptor buildWriteTransformerDescriptor()
        INTERNAL: XSD: write-transformer
      • getAccessAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAccessAttributeMapping()
        INTERNAL:
      • getAccessMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAccessMapping()
        INTERNAL:
      • getAccessMethodsMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getAccessMethodsMapping()
        INTERNAL:
      • getAdditionalCriteriaMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getAdditionalCriteriaMapping()
        INTERNAL:
      • getAllocationSizeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAllocationSizeAttributeMapping()
        INTERNAL:
      • getAssociationOverrideMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getAssociationOverrideMapping()
        INTERNAL:
      • getAttributeNameAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAttributeNameAttributeMapping()
        INTERNAL:
      • getAttributeOverrideMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getAttributeOverrideMapping()
        INTERNAL:
      • getAttributesMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getAttributesMapping()
        INTERNAL:
      • getAttributeTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAttributeTypeAttributeMapping()
        INTERNAL:
      • getAutoApplyAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getAutoApplyAttributeMapping()
        INTERNAL:
      • getBatchFetchMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getBatchFetchMapping()
        INTERNAL:
      • getCacheableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCacheableAttributeMapping()
        INTERNAL:
      • getCacheInterceptorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCacheInterceptorMapping()
        INTERNAL:
      • getCacheMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCacheMapping()
        INTERNAL:
      • getCallByIndexAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCallByIndexAttributeMapping()
        INTERNAL:
      • getCascadeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCascadeMapping()
        INTERNAL:
      • getCascadeOnDeleteMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCascadeOnDeleteMapping()
        INTERNAL:
      • getCascadePersistMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCascadePersistMapping()
        INTERNAL:
      • getCatalogAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCatalogAttributeMapping()
        INTERNAL:
      • getCatalogMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCatalogMapping()
        INTERNAL:
      • getChangeTrackingMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getChangeTrackingMapping()
        INTERNAL:
      • getClassAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getClassAttributeMapping()
        INTERNAL:
      • getClassExtractorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getClassExtractorMapping()
        INTERNAL:
      • getClassTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getClassTypeAttributeMapping()
        INTERNAL:
      • getCloneCopyPolicyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCloneCopyPolicyMapping()
        INTERNAL:
      • getCollectionTableMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCollectionTableMapping()
        INTERNAL:
      • getColumnAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getColumnAttributeMapping()
        INTERNAL:
      • getColumnDefinitionAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getColumnDefinitionAttributeMapping()
        INTERNAL:
      • getColumnListAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getColumnListAttributeMapping()
        INTERNAL:
      • getColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getColumnMapping()
        INTERNAL:
      • getFieldMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getFieldMapping()
        INTERNAL:
      • getForeignKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getForeignKeyMapping()
        INTERNAL:
      • getForeignKeyDefinitionAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getForeignKeyDefinitionAttributeMapping()
        INTERNAL:
      • getColumnNamesMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping getColumnNamesMapping()
        INTERNAL:
      • getColumnResultMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getColumnResultMapping()
        INTERNAL:
      • getCompatibleTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCompatibleTypeAttributeMapping()
        INTERNAL:
      • getCompositeMemberAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCompositeMemberAttributeMapping()
        INTERNAL:
      • getConnectionPoolAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getConnectionPoolAttributeMapping()
        INTERNAL:
      • getConnectionPoolsMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping getConnectionPoolsMapping()
        INTERNAL:
      • getConstraintModeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getConstraintModeAttributeMapping()
        INTERNAL:
      • getConstructorColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getConstructorColumnMapping()
        INTERNAL:
      • getConstructorResultMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getConstructorResultMapping()
        INTERNAL:
      • getContextPropertyAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getContextPropertyAttributeMapping()
        INTERNAL:
      • getConverterAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getConverterAttributeMapping()
        INTERNAL:
      • getConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getConverterMapping()
        INTERNAL:
      • getConvertMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getConvertMapping()
        INTERNAL:
      • getCreationSuffixAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCreationSuffixAttributeMapping()
        INTERNAL:
      • getCustomCopyPolicyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCustomCopyPolicyMapping()
        INTERNAL:
      • getCustomizerMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getCustomizerMapping()
        INTERNAL:
      • getDatabaseTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDatabaseTypeAttributeMapping()
        INTERNAL:
      • getDataTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDataTypeAttributeMapping()
        INTERNAL:
      • getDefaultConnectionPoolAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDefaultConnectionPoolAttributeMapping()
        INTERNAL:
      • getDeleteAllMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDeleteAllMapping()
        INTERNAL:
      • getDescriptionMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDescriptionMapping()
        INTERNAL:
      • getDirectionAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDirectionAttributeMapping()
        INTERNAL:
      • getDisableConversionAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDisableConversionAttributeMapping()
        INTERNAL:
      • getDiscriminatorClassMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getDiscriminatorClassMapping()
        INTERNAL:
      • getDiscriminatorColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getDiscriminatorColumnMapping()
        INTERNAL:
      • getDiscriminatorTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getDiscriminatorTypeAttributeMapping()
        INTERNAL:
      • getEntityListenersMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getEntityListenersMapping()
        INTERNAL:
      • getEntityResultMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getEntityResultMapping()
        INTERNAL:
      • getEnumeratedMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getEnumeratedMapping()
        INTERNAL:
      • getExcludeDefaultListenersMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getExcludeDefaultListenersMapping()
        INTERNAL:
      • getExcludeDefaultMappingsAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getExcludeDefaultMappingsAttributeMapping()
        INTERNAL:
      • getExcludeSuperclassListenersMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getExcludeSuperclassListenersMapping()
        INTERNAL:
      • getExistenceCheckingAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getExistenceCheckingAttributeMapping()
        INTERNAL:
      • getFetchAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getFetchAttributeMapping()
        INTERNAL:
      • getFetchGroupMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getFetchGroupMapping()
        INTERNAL:
      • getFieldsMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getFieldsMapping()
        INTERNAL:
      • getFunctionNameAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getFunctionNameAttributeMapping()
        INTERNAL: NOTE: Internally we re-use the procedure name attribute to store the function name.
      • getGeneratedValueMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getGeneratedValueMapping()
        INTERNAL:
      • getHashPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getHashPartitioningMapping()
        INTERNAL:
      • getHintMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getHintMapping()
        INTERNAL:
      • getIdAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getIdAttributeMapping()
        INTERNAL:
      • getIdClassMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getIdClassMapping()
        INTERNAL:
      • getIncludeAllAttributesAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getIncludeAllAttributesAttributeMapping()
        INTERNAL:
      • getIncludeCriteriaAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getIncludeCriteriaAttributeMapping()
        INTERNAL:
      • getIndexesMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getIndexesMapping()
        INTERNAL:
      • getCacheIndexesMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getCacheIndexesMapping()
        INTERNAL:
      • getIndexMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getIndexMapping()
        INTERNAL:
      • getCacheIndexMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getCacheIndexMapping()
        INTERNAL:
      • getInitialValueAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getInitialValueAttributeMapping()
        INTERNAL:
      • getInsertableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getInsertableAttributeMapping()
        INTERNAL:
      • getInstantiationCopyPolicyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getInstantiationCopyPolicyMapping()
        INTERNAL:
      • getInverseForeignKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getInverseForeignKeyMapping()
        INTERNAL:
      • getInverseJoinColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getInverseJoinColumnMapping()
        INTERNAL:
      • getJavaTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getJavaTypeAttributeMapping()
        INTERNAL:
      • getJoinColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getJoinColumnMapping()
        INTERNAL:
      • getJoinFieldMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getJoinFieldMapping()
        INTERNAL:
      • getJoinFetchMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getJoinFetchMapping()
        INTERNAL:
      • getJoinTableMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getJoinTableMapping()
        INTERNAL:
      • getKeySubgraphAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getKeySubgraphAttributeMapping()
        INTERNAL:
      • getLengthAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getLengthAttributeMapping()
        INTERNAL:
      • getLobMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getLobMapping()
        INTERNAL:
      • getLockModeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getLockModeMapping()
        INTERNAL:
      • getMapKeyAssociationOverrideMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getMapKeyAssociationOverrideMapping()
        INTERNAL:
      • getMapKeyAttributeOverrideMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getMapKeyAttributeOverrideMapping()
        INTERNAL:
      • getMapKeyClassMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMapKeyClassMapping()
        INTERNAL:
      • getMapKeyColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMapKeyColumnMapping()
        INTERNAL:
      • getMapKeyConvertMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getMapKeyConvertMapping()
        INTERNAL:
      • getMapKeyEnumeratedMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMapKeyEnumeratedMapping()
        INTERNAL:
      • getMapKeyForeignKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMapKeyForeignKeyMapping()
        INTERNAL:
      • getMapKeyJoinColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getMapKeyJoinColumnMapping()
        INTERNAL:
      • getMapKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMapKeyMapping()
        INTERNAL:
      • getMapKeyTemporalMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMapKeyTemporalMapping()
        INTERNAL
      • getMappedByAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMappedByAttributeMapping()
        INTERNAL:
      • getMapsIdAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMapsIdAttributeMapping()
        INTERNAL:
      • getMetadataCompleteAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMetadataCompleteAttributeMapping()
        INTERNAL:
      • getMethodAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMethodAttributeMapping()
        INTERNAL:
      • getMixedConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getMixedConverterMapping()
        INTERNAL:
      • getModeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getModeAttributeMapping()
        INTERNAL:
      • getMultitenantMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getMultitenantMapping()
        INTERNAL:
      • getMutableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getMutableAttributeMapping()
        INTERNAL:
      • getNameAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getNameAttributeMapping()
        INTERNAL:
      • getNamedAttributeNodeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedAttributeNodeMapping()
        INTERNAL:
      • getNamedEntityGraphMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedEntityGraphMapping()
        INTERNAL:
      • getNamedNativeQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedNativeQueryMapping()
        INTERNAL:
      • getNamedPLSQLStoredFunctionQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedPLSQLStoredFunctionQueryMapping()
        INTERNAL:
      • getNamedPLSQLStoredProcedureQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedPLSQLStoredProcedureQueryMapping()
        INTERNAL:
      • getNamedQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedQueryMapping()
        INTERNAL:
      • getNamedStoredFunctionQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedStoredFunctionQueryMapping()
        INTERNAL:
      • getNamedStoredProcedureQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getNamedStoredProcedureQueryMapping()
        INTERNAL:
      • getNestedTypeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getNestedTypeMapping()
        INTERNAL:
      • getNonCacheableMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getNonCacheableMapping()
        INTERNAL:
      • getNoSqlMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getNoSqlMapping()
        INTERNAL:
      • getNullableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getNullableAttributeMapping()
        INTERNAL:
      • getObjectTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getObjectTypeAttributeMapping()
        INTERNAL:
      • getObjectTypeConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getObjectTypeConverterMapping()
        INTERNAL:
      • getOptimisticLockingMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getOptimisticLockingMapping()
        INTERNAL:
      • getOptionalAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getOptionalAttributeMapping()
        INTERNAL:
      • getOracleArrayTypeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getOracleArrayTypeMapping()
        INTERNAL:
      • getOracleObjectTypeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getOracleObjectTypeMapping()
        INTERNAL:
      • getOrderByMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getOrderByMapping()
        INTERNAL:
      • getOrderColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getOrderColumnMapping()
        INTERNAL:
      • getOrphanRemovalAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getOrphanRemovalAttributeMapping()
        INTERNAL:
      • getParametersMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getParametersMapping()
        INTERNAL:
      • getParentClassAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getParentClassAttributeMapping()
        INTERNAL:
      • getRangePartitionMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getRangePartitionMapping()
        INTERNAL:
      • getPartitionColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getPartitionColumnMapping()
        INTERNAL:
      • getPartitionedMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPartitionedMapping()
        INTERNAL:
      • getPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getPartitioningMapping()
        INTERNAL:
      • getPartitionValueTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPartitionValueTypeAttributeMapping()
        INTERNAL:
      • getPinnedPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getPinnedPartitioningMapping()
        INTERNAL:
      • getPLSQLParametersMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getPLSQLParametersMapping()
        INTERNAL:
      • getPLSQLRecordMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getPLSQLRecordMapping()
        INTERNAL:
      • getPLSQLTableMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getPLSQLTableMapping()
        INTERNAL:
      • getPostLoadMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPostLoadMapping()
        INTERNAL:
      • getPostPeristMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPostPeristMapping()
        INTERNAL:
      • getPostRemoveMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPostRemoveMapping()
        INTERNAL:
      • getPostUpdateMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPostUpdateMapping()
        INTERNAL:
      • getPrecisionAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPrecisionAttributeMapping()
        INTERNAL:
      • getPrePeristMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPrePeristMapping()
        INTERNAL:
      • getPreRemoveMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPreRemoveMapping()
        INTERNAL:
      • getPreUpdateMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPreUpdateMapping()
        INTERNAL:
      • getPrimaryKeyAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPrimaryKeyAttributeMapping()
        INTERNAL:
      • getPrimaryKeyForeignKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getPrimaryKeyForeignKeyMapping()
        INTERNAL:
      • getPrimaryKeyJoinColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getPrimaryKeyJoinColumnMapping()
        INTERNAL:
      • getPrimaryKeyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getPrimaryKeyMapping()
        INTERNAL:
      • getPrivateOwnedMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getPrivateOwnedMapping()
        INTERNAL:
      • getProcedureNameAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getProcedureNameAttributeMapping()
        INTERNAL:
      • getPropertyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getPropertyMapping()
        INTERNAL:
      • getQueryMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getQueryMapping()
        INTERNAL:
      • getQueryParameterAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getQueryParameterAttributeMapping()
        INTERNAL:
      • getQueryRedirectorsMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getQueryRedirectorsMapping()
        INTERNAL:
      • getRangePartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getRangePartitioningMapping()
        INTERNAL:
      • getReadOnlyAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getReadOnlyAttributeMapping()
        INTERNAL:
      • getReferencedColumnNameMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getReferencedColumnNameMapping()
        INTERNAL:
      • getReplicateWritesMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getReplicateWritesMapping()
        INTERNAL:
      • getReplicationPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getReplicationPartitioningMapping()
        INTERNAL:
      • getResultClassAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getResultClassAttributeMapping()
        INTERNAL:
      • getResultClasses

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping getResultClasses()
        INTERNAL:
      • getResultSetMappingAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getResultSetMappingAttributeMapping()
        INTERNAL:
      • getResultSetMappingMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getResultSetMappingMapping()
        INTERNAL:
      • getResultSetMappings

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping getResultSetMappings()
        INTERNAL:
      • getReturnInsertMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getReturnInsertMapping()
        INTERNAL:
      • getReturnUpdateMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getReturnUpdateMapping()
        INTERNAL:
      • getRoundRobinPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getRoundRobinPartitioningMapping()
        INTERNAL:
      • getScaleAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getScaleAttributeMapping()
        INTERNAL:
      • getSchemaAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getSchemaAttributeMapping()
        INTERNAL:
      • getSchemaMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getSchemaMapping()
        INTERNAL:
      • getSequenceGeneratorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getSequenceGeneratorMapping()
        INTERNAL:
      • getSerializedObjectPolicyMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getSerializedObjectPolicyMapping()
        INTERNAL:
      • getSizeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getSizeAttributeMapping()
        INTERNAL:
      • getStructConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getStructConverterMapping()
        INTERNAL:
      • getStructMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getStructMapping()
        INTERNAL:
      • getSubclassSubgraphMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getSubclassSubgraphMapping()
        INTERNAL:
      • getSubgraphAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getSubgraphAttributeMapping()
        INTERNAL:
      • getSubgraphMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getSubgraphMapping()
        INTERNAL:
      • getTableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTableAttributeMapping()
        INTERNAL:
      • getTableGeneratorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getTableGeneratorMapping()
        INTERNAL:
      • getTargetClassAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTargetClassAttributeMapping()
        INTERNAL:
      • getTargetEntityAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTargetEntityAttributeMapping()
        INTERNAL:
      • getTargetInterfaceAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTargetInterfaceAttributeMapping()
        INTERNAL:
      • getTemporalMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getTemporalMapping()
        INTERNAL
      • getTenantDiscriminatorColumnsMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getTenantDiscriminatorColumnsMapping()
        INTERNAL:
      • getTenantTableDiscriminatorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getTenantTableDiscriminatorMapping()
        INTERNAL:
      • getTextMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTextMapping()
        INTERNAL:
      • getTransformerClassAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTransformerClassAttributeMapping()
        INTERNAL
      • getTypeAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTypeAttributeMapping()
        INTERNAL:
      • getTypeConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getTypeConverterMapping()
        INTERNAL:
      • getSerializedConverterMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getSerializedConverterMapping()
        INTERNAL:
      • getTypeNameAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getTypeNameAttributeMapping()
        INTERNAL:
      • getUnionPartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getUnionPartitioningMapping()
        INTERNAL:
      • getUnionUnpartitionableQueriesAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getUnionUnpartitionableQueriesAttributeMapping()
        INTERNAL:
      • getUniqueAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getUniqueAttributeMapping()
        INTERNAL
      • getUniqueConstraintMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getUniqueConstraintMapping()
        INTERNAL
      • getUpdatableAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getUpdatableAttributeMapping()
        INTERNAL
      • getUuidGeneratorMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getUuidGeneratorMapping()
        INTERNAL:
      • getValueAttributeMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getValueAttributeMapping()
        INTERNAL:
      • getValueColumnMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getValueColumnMapping()
        INTERNAL:
      • getValueMapping

        protected org.eclipse.persistence.oxm.mappings.XMLDirectMapping getValueMapping()
        INTERNAL:
      • getValuePartitionMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping getValuePartitionMapping()
        INTERNAL:
      • getValuePartitioningMapping

        protected org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping getValuePartitioningMapping()
        INTERNAL: