Class XMLEntityMappingsMappingProject

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class XMLEntityMappingsMappingProject
    extends 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​(String ormNamespace,
                                               String xsdLocation)
    • Method Detail

      • addConverterMappings

        protected void addConverterMappings​(ClassDescriptor descriptor)
      • buildAccessMethodsDescriptor

        protected ClassDescriptor buildAccessMethodsDescriptor()
        INTERNAL: XSD: access-methods
      • buildAdditionalCriteriaDescriptor

        protected ClassDescriptor buildAdditionalCriteriaDescriptor()
        INTERNAL: XSD: additional-criteria
      • buildAssociationOverrideDescriptor

        protected ClassDescriptor buildAssociationOverrideDescriptor()
        INTERNAL: XSD: association-override
      • buildAttributeOverrideDescriptor

        protected ClassDescriptor buildAttributeOverrideDescriptor()
        INTERNAL: XSD: attribute-override
      • buildAttributesDescriptor

        protected ClassDescriptor buildAttributesDescriptor()
        INTERNAL: XSD: attributes
      • buildBasicCollectionDescriptor

        protected ClassDescriptor buildBasicCollectionDescriptor()
        INTERNAL: XSD: basic-collection
      • buildBasicDescriptor

        protected ClassDescriptor buildBasicDescriptor()
        INTERNAL: XSD: basic
      • buildBasicMapDescriptor

        protected ClassDescriptor buildBasicMapDescriptor()
        INTERNAL: XSD: basic-map
      • buildBatchFetchDescriptor

        protected ClassDescriptor buildBatchFetchDescriptor()
        INTERNAL: XSD: batch-fetch
      • buildCacheDescriptor

        protected ClassDescriptor buildCacheDescriptor()
        INTERNAL: XSD: cache
      • buildCacheInterceptorDescriptor

        protected ClassDescriptor buildCacheInterceptorDescriptor()
        INTERNAL: XSD: cache-interceptor
      • buildCascadeTypeDescriptor

        protected ClassDescriptor buildCascadeTypeDescriptor()
        INTERNAL: XSD: cascade-type
      • buildChangeTrackingDescriptor

        protected ClassDescriptor buildChangeTrackingDescriptor()
        INTERNAL: XSD: change-tracking
      • buildCloneCopyPolicyDescriptor

        protected ClassDescriptor buildCloneCopyPolicyDescriptor()
        INTERNAL: XSD: clone-copy-policy
      • buildCollectionTableDescriptor

        protected ClassDescriptor buildCollectionTableDescriptor()
        INTERNAL: XSD: collection-table
      • buildColumnDescriptor

        protected ClassDescriptor buildColumnDescriptor()
        INTERNAL: XSD: column
      • buildColumnResultDescriptor

        protected ClassDescriptor buildColumnResultDescriptor()
        INTERNAL: XSD: column-result
      • buildConstructorResultDescriptor

        protected ClassDescriptor buildConstructorResultDescriptor()
        INTERNAL: XSD: column-result
      • buildConversionValueDescriptor

        protected ClassDescriptor buildConversionValueDescriptor()
        INTERNAL: XSD: conversion-value
      • buildConvertDescriptor

        protected ClassDescriptor buildConvertDescriptor()
        INTERNAL: XSD: convert
      • buildConverterDescriptor

        protected ClassDescriptor buildConverterDescriptor()
        INTERNAL: XSD: converter
      • buildCustomCopyPolicyDescriptor

        protected ClassDescriptor buildCustomCopyPolicyDescriptor()
        INTERNAL: XSD: copy-policy
      • buildDefaultRedirectorsDescriptor

        protected ClassDescriptor buildDefaultRedirectorsDescriptor()
        INTERNAL: XSD: cache-interceptor
      • buildDiscriminatorClassDescriptor

        protected ClassDescriptor buildDiscriminatorClassDescriptor()
        INTERNAL: XSD: discriminator-class
      • buildDiscriminatorColumnDescriptor

        protected ClassDescriptor buildDiscriminatorColumnDescriptor()
        INTERNAL: XSD: discriminator-column
      • buildElementCollectionDescriptor

        protected ClassDescriptor buildElementCollectionDescriptor()
        INTERNAL: XSD: element-collection
      • buildArrayDescriptor

        protected ClassDescriptor buildArrayDescriptor()
        INTERNAL: XSD: array
      • buildEmbeddableDescriptor

        protected ClassDescriptor buildEmbeddableDescriptor()
        INTERNAL: XSD: embeddable
      • buildEmbeddedDescriptor

        protected ClassDescriptor buildEmbeddedDescriptor()
        INTERNAL: XSD: embedded
      • buildStructureDescriptor

        protected ClassDescriptor buildStructureDescriptor()
        INTERNAL: XSD: structure
      • buildEmbeddedIdDescriptor

        protected ClassDescriptor buildEmbeddedIdDescriptor()
        INTERNAL: XSD: embedded-id
      • buildEntityDescriptor

        protected ClassDescriptor buildEntityDescriptor()
        INTERNAL: XSD: entity
      • buildEntityListenerDescriptor

        protected ClassDescriptor buildEntityListenerDescriptor()
        INTERNAL: XSD: entity-listener
      • buildEntityMappingsDescriptor

        protected ClassDescriptor buildEntityMappingsDescriptor​(String xsdLocation)
        INTERNAL: XSD: entity-mappings
      • buildEntityResultDescriptor

        protected ClassDescriptor buildEntityResultDescriptor()
        INTERNAL: XSD: entity-result
      • buildEnumeratedDescriptor

        protected ClassDescriptor buildEnumeratedDescriptor()
        INTERNAL: XSD: enumerated
      • buildFetchAttributeDescriptor

        protected ClassDescriptor buildFetchAttributeDescriptor()
        INTERNAL: XSD: fetch-attribute
      • buildFetchGroupDescriptor

        protected ClassDescriptor buildFetchGroupDescriptor()
        INTERNAL: XSD: fetch-group
      • buildFieldDescriptor

        protected ClassDescriptor buildFieldDescriptor()
        INTERNAL: XSD: field
      • buildFieldResultDescriptor

        protected ClassDescriptor buildFieldResultDescriptor()
        INTERNAL: XSD: field-result
      • buildForeignKeyDescriptor

        protected ClassDescriptor buildForeignKeyDescriptor()
        INTERNAL: XSD: foreign-key
      • buildGeneratedValueDescriptor

        protected ClassDescriptor buildGeneratedValueDescriptor()
        INTERNAL: XSD: generated-value
      • buildHashPartitioningDescriptor

        protected ClassDescriptor buildHashPartitioningDescriptor()
        INTERNAL: XSD: hash-partitioning
      • buildIdDescriptor

        protected ClassDescriptor buildIdDescriptor()
        INTERNAL: XSD: id
      • buildIndexDescriptor

        protected ClassDescriptor buildIndexDescriptor()
        INTERNAL: XSD: index
      • buildCacheIndexDescriptor

        protected ClassDescriptor buildCacheIndexDescriptor()
        INTERNAL: XSD: cache-index
      • buildInheritanceDescriptor

        protected ClassDescriptor buildInheritanceDescriptor()
        INTERNAL: XSD: inheritance
      • buildInstantiationCopyPolicyDescriptor

        protected ClassDescriptor buildInstantiationCopyPolicyDescriptor()
        INTERNAL: XSD: instantiation-copy-policy
      • buildJoinColumnDescriptor

        protected ClassDescriptor buildJoinColumnDescriptor()
        INTERNAL: XSD: join-column
      • buildJoinFieldDescriptor

        protected ClassDescriptor buildJoinFieldDescriptor()
        INTERNAL: XSD: join-field
      • buildJoinTableDescriptor

        protected ClassDescriptor buildJoinTableDescriptor()
        INTERNAL: XSD: join-table
      • buildLobDescriptor

        protected ClassDescriptor buildLobDescriptor()
        INTERNAL: XSD: lob
      • buildManyToManyDescriptor

        protected ClassDescriptor buildManyToManyDescriptor()
        INTERNAL: XSD: many-to-many
      • buildManyToOneDescriptor

        protected ClassDescriptor buildManyToOneDescriptor()
        INTERNAL: XSD: many-to-one
      • buildMapKeyDescriptor

        protected ClassDescriptor buildMapKeyDescriptor()
        INTERNAL: XSD: map-key
      • buildMappedSuperclassDescriptor

        protected ClassDescriptor buildMappedSuperclassDescriptor()
        INTERNAL: XSD: mapped-superclass
      • buildMixedConverterDescriptor

        protected ClassDescriptor buildMixedConverterDescriptor()
        INTERNAL: XSD: converter
      • buildMultitenantDescriptor

        protected ClassDescriptor buildMultitenantDescriptor()
        INTERNAL: XSD: multi-tenant
      • buildNamedAttributeNodeDescriptor

        protected ClassDescriptor buildNamedAttributeNodeDescriptor()
        INTERNAL: XSD: named-attribute-node
      • buildNamedEntityGraphDescriptor

        protected ClassDescriptor buildNamedEntityGraphDescriptor()
        INTERNAL: XSD: named-entity-graph
      • buildNamedNativeQueryDescriptor

        protected ClassDescriptor buildNamedNativeQueryDescriptor()
        INTERNAL: XSD: named-native-query
      • buildNamedPLSQLStoredFunctionQueryDescriptor

        protected ClassDescriptor buildNamedPLSQLStoredFunctionQueryDescriptor()
        INTERNAL: XSD: named-plsql-stored-function-query
      • buildNamedPLSQLStoredProcedureQueryDescriptor

        protected ClassDescriptor buildNamedPLSQLStoredProcedureQueryDescriptor()
        INTERNAL: XSD: named-plsql-stored-procedure-query
      • buildNamedQueryDescriptor

        protected ClassDescriptor buildNamedQueryDescriptor()
        INTERNAL: XSD: named-query
      • buildNamedStoredFunctionQueryDescriptor

        protected ClassDescriptor buildNamedStoredFunctionQueryDescriptor()
        INTERNAL: XSD: named-stored-function-query
      • buildNamedStoredProcedureQueryDescriptor

        protected ClassDescriptor buildNamedStoredProcedureQueryDescriptor()
        INTERNAL: XSD: named-stored-procedure-query
      • buildNamedSubgraphDescriptor

        protected ClassDescriptor buildNamedSubgraphDescriptor()
        INTERNAL: XSD: named-subgraph
      • buildNoSqlDescriptor

        protected ClassDescriptor buildNoSqlDescriptor()
        INTERNAL: XSD: no-sql
      • buildObjectTypeConverterDescriptor

        protected ClassDescriptor buildObjectTypeConverterDescriptor()
        INTERNAL: XSD: object-type-converter
      • buildOneToManyDescriptor

        protected ClassDescriptor buildOneToManyDescriptor()
        INTERNAL: XSD: one-to-many
      • buildOneToOneDescriptor

        protected ClassDescriptor buildOneToOneDescriptor()
        INTERNAL: XSD: one-to-one
      • buildOptimisticLockingDescriptor

        protected ClassDescriptor buildOptimisticLockingDescriptor()
        INTERNAL: XSD: optimistic-locking
      • buildOrderByDescriptor

        protected ClassDescriptor buildOrderByDescriptor()
        INTERNAL: XSD: order-by
      • buildOrderColumnDescriptor

        protected ClassDescriptor buildOrderColumnDescriptor()
        INTERNAL: XSD: order-column
      • buildPartitioningDescriptor

        protected ClassDescriptor buildPartitioningDescriptor()
        INTERNAL: XSD: partitioning
      • buildPersistenceUnitDefaultsDescriptor

        protected ClassDescriptor buildPersistenceUnitDefaultsDescriptor()
        INTERNAL: XSD: persistence-unit-defaults
      • buildPersistenceUnitMetadataDescriptor

        protected ClassDescriptor buildPersistenceUnitMetadataDescriptor()
        INTERNAL: XSD: persistence-unit-metadata
      • buildPinnedPartitioningDescriptor

        protected ClassDescriptor buildPinnedPartitioningDescriptor()
        INTERNAL: XSD: pinned-partitioning
      • buildPLSQLParameterDescriptor

        protected ClassDescriptor buildPLSQLParameterDescriptor()
        INTERNAL: XSD: plsql-parameter
      • buildOracleObjectTypeDescriptor

        protected ClassDescriptor buildOracleObjectTypeDescriptor()
        INTERNAL: XSD: oracle-object
      • buildOracleArrayTypeDescriptor

        protected ClassDescriptor buildOracleArrayTypeDescriptor()
        INTERNAL: XSD: oracle-array
      • buildPLSQLRecordDescriptor

        protected ClassDescriptor buildPLSQLRecordDescriptor()
        INTERNAL: XSD: plsql-record
      • buildPLSQLTableDescriptor

        protected ClassDescriptor buildPLSQLTableDescriptor()
        INTERNAL: XSD: plsql-table
      • buildPrimaryKeyDescriptor

        protected ClassDescriptor buildPrimaryKeyDescriptor()
        INTERNAL: XSD: primary-key
      • buildPrimaryKeyForeignKeyDescriptor

        protected ClassDescriptor buildPrimaryKeyForeignKeyDescriptor()
        INTERNAL: XSD: primary-key-foreign-key
      • buildPrimaryKeyJoinColumnDescriptor

        protected ClassDescriptor buildPrimaryKeyJoinColumnDescriptor()
        INTERNAL: XSD: primary-key-join-column
      • buildPropertyDescriptor

        protected ClassDescriptor buildPropertyDescriptor()
        INTERNAL: XSD: property
      • buildQueryHintDescriptor

        protected ClassDescriptor buildQueryHintDescriptor()
        INTERNAL: XSD: query-hint
      • buildRangePartitionDescriptor

        protected ClassDescriptor buildRangePartitionDescriptor()
        INTERNAL: XSD: range-partition
      • buildRangePartitioningDescriptor

        protected ClassDescriptor buildRangePartitioningDescriptor()
        INTERNAL: XSD: range-partitioning
      • buildReadTransformerDescriptor

        protected ClassDescriptor buildReadTransformerDescriptor()
        INTERNAL: XSD: read-transformer
      • buildReplicationPartitioningDescriptor

        protected ClassDescriptor buildReplicationPartitioningDescriptor()
        INTERNAL: XSD: replication-partitioning
      • buildReturnInsertDescriptor

        protected ClassDescriptor buildReturnInsertDescriptor()
        INTERNAL: XSD: return-insert
      • buildRoundRobinPartitioningDescriptor

        protected ClassDescriptor buildRoundRobinPartitioningDescriptor()
        INTERNAL: XSD: round-robin-partitioning
      • buildSecondaryTableDescriptor

        protected ClassDescriptor buildSecondaryTableDescriptor()
        INTERNAL: XSD: table
      • buildSequenceGeneratorDescriptor

        protected ClassDescriptor buildSequenceGeneratorDescriptor()
        INTERNAL: XSD: sequence-generator
      • buildSerializedObjectPolicyDescriptor

        protected ClassDescriptor buildSerializedObjectPolicyDescriptor()
        INTERNAL: XSD: SerializedObjectPolicy
      • buildSqlResultSetMappingDescriptor

        protected ClassDescriptor buildSqlResultSetMappingDescriptor()
        INTERNAL: XSD: sql-result-set-mapping
      • buildStoredProcedureParameterDescriptor

        protected ClassDescriptor buildStoredProcedureParameterDescriptor()
        INTERNAL: XSD: procedure-parameter
      • buildStructConverterDescriptor

        protected ClassDescriptor buildStructConverterDescriptor()
        INTERNAL: XSD: struct-converter
      • buildTableDescriptor

        protected ClassDescriptor buildTableDescriptor()
        INTERNAL: XSD: table
      • buildStructDescriptor

        protected ClassDescriptor buildStructDescriptor()
        INTERNAL: XSD: struct
      • buildTableGeneratorDescriptor

        protected ClassDescriptor buildTableGeneratorDescriptor()
        INTERNAL: XSD: table-generator
      • buildTemporalDescriptor

        protected ClassDescriptor buildTemporalDescriptor()
        INTERNAL: XSD: temporal
      • buildTenantDiscriminatorColumnDescriptor

        protected ClassDescriptor buildTenantDiscriminatorColumnDescriptor()
        INTERNAL: XSD: tenant-discriminator-column
      • buildTenantTableDiscriminatorDescriptor

        protected ClassDescriptor buildTenantTableDiscriminatorDescriptor()
        INTERNAL: XSD: tenant-table-discriminator
      • buildTimeOfDayDescriptor

        protected ClassDescriptor buildTimeOfDayDescriptor()
        INTERNAL: XSD: time-of-day
      • buildTransformationDescriptor

        protected ClassDescriptor buildTransformationDescriptor()
        INTERNAL: XSD: transformation
      • buildTransientDescriptor

        protected ClassDescriptor buildTransientDescriptor()
        INTERNAL: XSD: transient
      • buildTypeConverterDescriptor

        protected ClassDescriptor buildTypeConverterDescriptor()
        INTERNAL: XSD: type-converter
      • buildSerializedConverterDescriptor

        protected ClassDescriptor buildSerializedConverterDescriptor()
        INTERNAL: XSD: type-converter
      • buildUnionPartitioningDescriptor

        protected ClassDescriptor buildUnionPartitioningDescriptor()
        INTERNAL: XSD: union-partitioning
      • buildUniqueConstraintDescriptor

        protected ClassDescriptor buildUniqueConstraintDescriptor()
        INTERNAL: XSD: unique-constraint
      • buildUuidGeneratorDescriptor

        protected ClassDescriptor buildUuidGeneratorDescriptor()
        INTERNAL: XSD: uuid-generator
      • buildValuePartitionDescriptor

        protected ClassDescriptor buildValuePartitionDescriptor()
        INTERNAL: XSD: value-partition
      • buildValuePartitioningDescriptor

        protected ClassDescriptor buildValuePartitioningDescriptor()
        INTERNAL: XSD: value-partitioning
      • buildVariableOneToOneDescriptor

        protected ClassDescriptor buildVariableOneToOneDescriptor()
        INTERNAL: XSD: variable-one-to-one
      • buildVersionDescriptor

        protected ClassDescriptor buildVersionDescriptor()
        INTERNAL: XSD: version
      • buildWriteTransformerDescriptor

        protected ClassDescriptor buildWriteTransformerDescriptor()
        INTERNAL: XSD: write-transformer
      • getAccessAttributeMapping

        protected XMLDirectMapping getAccessAttributeMapping()
        INTERNAL:
      • getAllocationSizeAttributeMapping

        protected XMLDirectMapping getAllocationSizeAttributeMapping()
        INTERNAL:
      • getAttributeNameAttributeMapping

        protected XMLDirectMapping getAttributeNameAttributeMapping()
        INTERNAL:
      • getAttributeTypeAttributeMapping

        protected XMLDirectMapping getAttributeTypeAttributeMapping()
        INTERNAL:
      • getAutoApplyAttributeMapping

        protected XMLDirectMapping getAutoApplyAttributeMapping()
        INTERNAL:
      • getCacheableAttributeMapping

        protected XMLDirectMapping getCacheableAttributeMapping()
        INTERNAL:
      • getCallByIndexAttributeMapping

        protected XMLDirectMapping getCallByIndexAttributeMapping()
        INTERNAL:
      • getCascadeOnDeleteMapping

        protected XMLDirectMapping getCascadeOnDeleteMapping()
        INTERNAL:
      • getCascadePersistMapping

        protected XMLDirectMapping getCascadePersistMapping()
        INTERNAL:
      • getCatalogAttributeMapping

        protected XMLDirectMapping getCatalogAttributeMapping()
        INTERNAL:
      • getClassAttributeMapping

        protected XMLDirectMapping getClassAttributeMapping()
        INTERNAL:
      • getClassExtractorMapping

        protected XMLDirectMapping getClassExtractorMapping()
        INTERNAL:
      • getClassTypeAttributeMapping

        protected XMLDirectMapping getClassTypeAttributeMapping()
        INTERNAL:
      • getColumnAttributeMapping

        protected XMLDirectMapping getColumnAttributeMapping()
        INTERNAL:
      • getColumnDefinitionAttributeMapping

        protected XMLDirectMapping getColumnDefinitionAttributeMapping()
        INTERNAL:
      • getColumnListAttributeMapping

        protected XMLDirectMapping getColumnListAttributeMapping()
        INTERNAL:
      • getForeignKeyDefinitionAttributeMapping

        protected XMLDirectMapping getForeignKeyDefinitionAttributeMapping()
        INTERNAL:
      • getCompatibleTypeAttributeMapping

        protected XMLDirectMapping getCompatibleTypeAttributeMapping()
        INTERNAL:
      • getCompositeMemberAttributeMapping

        protected XMLDirectMapping getCompositeMemberAttributeMapping()
        INTERNAL:
      • getConnectionPoolAttributeMapping

        protected XMLDirectMapping getConnectionPoolAttributeMapping()
        INTERNAL:
      • getConstraintModeAttributeMapping

        protected XMLDirectMapping getConstraintModeAttributeMapping()
        INTERNAL:
      • getContextPropertyAttributeMapping

        protected XMLDirectMapping getContextPropertyAttributeMapping()
        INTERNAL:
      • getConverterAttributeMapping

        protected XMLDirectMapping getConverterAttributeMapping()
        INTERNAL:
      • getCreationSuffixAttributeMapping

        protected XMLDirectMapping getCreationSuffixAttributeMapping()
        INTERNAL:
      • getCustomizerMapping

        protected XMLDirectMapping getCustomizerMapping()
        INTERNAL:
      • getDatabaseTypeAttributeMapping

        protected XMLDirectMapping getDatabaseTypeAttributeMapping()
        INTERNAL:
      • getDataTypeAttributeMapping

        protected XMLDirectMapping getDataTypeAttributeMapping()
        INTERNAL:
      • getDefaultConnectionPoolAttributeMapping

        protected XMLDirectMapping getDefaultConnectionPoolAttributeMapping()
        INTERNAL:
      • getDeleteAllMapping

        protected XMLDirectMapping getDeleteAllMapping()
        INTERNAL:
      • getDescriptionMapping

        protected XMLDirectMapping getDescriptionMapping()
        INTERNAL:
      • getDirectionAttributeMapping

        protected XMLDirectMapping getDirectionAttributeMapping()
        INTERNAL:
      • getDisableConversionAttributeMapping

        protected XMLDirectMapping getDisableConversionAttributeMapping()
        INTERNAL:
      • getDiscriminatorTypeAttributeMapping

        protected XMLDirectMapping getDiscriminatorTypeAttributeMapping()
        INTERNAL:
      • getExcludeDefaultListenersMapping

        protected XMLDirectMapping getExcludeDefaultListenersMapping()
        INTERNAL:
      • getExcludeDefaultMappingsAttributeMapping

        protected XMLDirectMapping getExcludeDefaultMappingsAttributeMapping()
        INTERNAL:
      • getExcludeSuperclassListenersMapping

        protected XMLDirectMapping getExcludeSuperclassListenersMapping()
        INTERNAL:
      • getExistenceCheckingAttributeMapping

        protected XMLDirectMapping getExistenceCheckingAttributeMapping()
        INTERNAL:
      • getFetchAttributeMapping

        protected XMLDirectMapping getFetchAttributeMapping()
        INTERNAL:
      • getFunctionNameAttributeMapping

        protected XMLDirectMapping getFunctionNameAttributeMapping()
        INTERNAL: NOTE: Internally we re-use the procedure name attribute to store the function name.
      • getIdAttributeMapping

        protected XMLDirectMapping getIdAttributeMapping()
        INTERNAL:
      • getIncludeAllAttributesAttributeMapping

        protected XMLDirectMapping getIncludeAllAttributesAttributeMapping()
        INTERNAL:
      • getIncludeCriteriaAttributeMapping

        protected XMLDirectMapping getIncludeCriteriaAttributeMapping()
        INTERNAL:
      • getInitialValueAttributeMapping

        protected XMLDirectMapping getInitialValueAttributeMapping()
        INTERNAL:
      • getInsertableAttributeMapping

        protected XMLDirectMapping getInsertableAttributeMapping()
        INTERNAL:
      • getJavaTypeAttributeMapping

        protected XMLDirectMapping getJavaTypeAttributeMapping()
        INTERNAL:
      • getJoinFetchMapping

        protected XMLDirectMapping getJoinFetchMapping()
        INTERNAL:
      • getKeySubgraphAttributeMapping

        protected XMLDirectMapping getKeySubgraphAttributeMapping()
        INTERNAL:
      • getLengthAttributeMapping

        protected XMLDirectMapping getLengthAttributeMapping()
        INTERNAL:
      • getLockModeMapping

        protected XMLDirectMapping getLockModeMapping()
        INTERNAL:
      • getMapKeyClassMapping

        protected XMLDirectMapping getMapKeyClassMapping()
        INTERNAL:
      • getMappedByAttributeMapping

        protected XMLDirectMapping getMappedByAttributeMapping()
        INTERNAL:
      • getMapsIdAttributeMapping

        protected XMLDirectMapping getMapsIdAttributeMapping()
        INTERNAL:
      • getMetadataCompleteAttributeMapping

        protected XMLDirectMapping getMetadataCompleteAttributeMapping()
        INTERNAL:
      • getMethodAttributeMapping

        protected XMLDirectMapping getMethodAttributeMapping()
        INTERNAL:
      • getModeAttributeMapping

        protected XMLDirectMapping getModeAttributeMapping()
        INTERNAL:
      • getMutableAttributeMapping

        protected XMLDirectMapping getMutableAttributeMapping()
        INTERNAL:
      • getNameAttributeMapping

        protected XMLDirectMapping getNameAttributeMapping()
        INTERNAL:
      • getNestedTypeMapping

        protected XMLDirectMapping getNestedTypeMapping()
        INTERNAL:
      • getNonCacheableMapping

        protected XMLDirectMapping getNonCacheableMapping()
        INTERNAL:
      • getNullableAttributeMapping

        protected XMLDirectMapping getNullableAttributeMapping()
        INTERNAL:
      • getObjectTypeAttributeMapping

        protected XMLDirectMapping getObjectTypeAttributeMapping()
        INTERNAL:
      • getOptionalAttributeMapping

        protected XMLDirectMapping getOptionalAttributeMapping()
        INTERNAL:
      • getOrphanRemovalAttributeMapping

        protected XMLDirectMapping getOrphanRemovalAttributeMapping()
        INTERNAL:
      • getParentClassAttributeMapping

        protected XMLDirectMapping getParentClassAttributeMapping()
        INTERNAL:
      • getPartitionedMapping

        protected XMLDirectMapping getPartitionedMapping()
        INTERNAL:
      • getPartitionValueTypeAttributeMapping

        protected XMLDirectMapping getPartitionValueTypeAttributeMapping()
        INTERNAL:
      • getPostLoadMapping

        protected XMLDirectMapping getPostLoadMapping()
        INTERNAL:
      • getPostPeristMapping

        protected XMLDirectMapping getPostPeristMapping()
        INTERNAL:
      • getPostRemoveMapping

        protected XMLDirectMapping getPostRemoveMapping()
        INTERNAL:
      • getPostUpdateMapping

        protected XMLDirectMapping getPostUpdateMapping()
        INTERNAL:
      • getPrecisionAttributeMapping

        protected XMLDirectMapping getPrecisionAttributeMapping()
        INTERNAL:
      • getPrePeristMapping

        protected XMLDirectMapping getPrePeristMapping()
        INTERNAL:
      • getPreRemoveMapping

        protected XMLDirectMapping getPreRemoveMapping()
        INTERNAL:
      • getPreUpdateMapping

        protected XMLDirectMapping getPreUpdateMapping()
        INTERNAL:
      • getPrimaryKeyAttributeMapping

        protected XMLDirectMapping getPrimaryKeyAttributeMapping()
        INTERNAL:
      • getPrivateOwnedMapping

        protected XMLDirectMapping getPrivateOwnedMapping()
        INTERNAL:
      • getProcedureNameAttributeMapping

        protected XMLDirectMapping getProcedureNameAttributeMapping()
        INTERNAL:
      • getQueryParameterAttributeMapping

        protected XMLDirectMapping getQueryParameterAttributeMapping()
        INTERNAL:
      • getReadOnlyAttributeMapping

        protected XMLDirectMapping getReadOnlyAttributeMapping()
        INTERNAL:
      • getReferencedColumnNameMapping

        protected XMLDirectMapping getReferencedColumnNameMapping()
        INTERNAL:
      • getReplicateWritesMapping

        protected XMLDirectMapping getReplicateWritesMapping()
        INTERNAL:
      • getResultClassAttributeMapping

        protected XMLDirectMapping getResultClassAttributeMapping()
        INTERNAL:
      • getResultSetMappingAttributeMapping

        protected XMLDirectMapping getResultSetMappingAttributeMapping()
        INTERNAL:
      • getReturnUpdateMapping

        protected XMLDirectMapping getReturnUpdateMapping()
        INTERNAL:
      • getScaleAttributeMapping

        protected XMLDirectMapping getScaleAttributeMapping()
        INTERNAL:
      • getSchemaAttributeMapping

        protected XMLDirectMapping getSchemaAttributeMapping()
        INTERNAL:
      • getSizeAttributeMapping

        protected XMLDirectMapping getSizeAttributeMapping()
        INTERNAL:
      • getSubgraphAttributeMapping

        protected XMLDirectMapping getSubgraphAttributeMapping()
        INTERNAL:
      • getTableAttributeMapping

        protected XMLDirectMapping getTableAttributeMapping()
        INTERNAL:
      • getTargetClassAttributeMapping

        protected XMLDirectMapping getTargetClassAttributeMapping()
        INTERNAL:
      • getTargetEntityAttributeMapping

        protected XMLDirectMapping getTargetEntityAttributeMapping()
        INTERNAL:
      • getTargetInterfaceAttributeMapping

        protected XMLDirectMapping getTargetInterfaceAttributeMapping()
        INTERNAL:
      • getTransformerClassAttributeMapping

        protected XMLDirectMapping getTransformerClassAttributeMapping()
        INTERNAL
      • getTypeAttributeMapping

        protected XMLDirectMapping getTypeAttributeMapping()
        INTERNAL:
      • getTypeNameAttributeMapping

        protected XMLDirectMapping getTypeNameAttributeMapping()
        INTERNAL:
      • getUnionUnpartitionableQueriesAttributeMapping

        protected XMLDirectMapping getUnionUnpartitionableQueriesAttributeMapping()
        INTERNAL:
      • getUniqueAttributeMapping

        protected XMLDirectMapping getUniqueAttributeMapping()
        INTERNAL
      • getUpdatableAttributeMapping

        protected XMLDirectMapping getUpdatableAttributeMapping()
        INTERNAL
      • getValueAttributeMapping

        protected XMLDirectMapping getValueAttributeMapping()
        INTERNAL: