Module org.eclipse.persistence.jpa
Class XMLEntityMappingsMappingProject
- java.lang.Object
-
- org.eclipse.persistence.core.sessions.CoreProject<ClassDescriptor,Login,DatabaseSession>
-
- org.eclipse.persistence.sessions.Project
-
- org.eclipse.persistence.internal.jpa.metadata.xml.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
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.sessions.Project
aliasDescriptors, allowExtendedCacheLogging, allowExtendedThreadLogging, allowExtendedThreadLoggingThreadDump, allowNativeSQLQueries, allowQueryResultsCacheValidation, allowSQLDeferral, allowTablePerMultitenantDDLGeneration, attributeGroups, classNamesForWeaving, datasourceLogin, defaultCacheIsolation, defaultIdentityMapClass, defaultIdentityMapSize, defaultIdValidation, defaultQueryResultsCachePolicy, defaultReadOnlyClasses, defaultTemporalMutable, descriptors, descriptorsLock, hasGenericHistorySupport, hasIsolatedClasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, jpaQueries, jpaTablePerTenantQueries, jpqlParseCache, mappedSuperclassDescriptors, metamodelIdClassMap, multitenantPolicy, name, namingIntoIndexed, orderedDescriptors, partitioningPolicies, queries, queryCacheForceDeferredLocks, sqlResultSetMappings, structConverters, vpdIdentifier, vpdLastIdentifierClassName
-
-
Constructor Summary
Constructors Constructor Description XMLEntityMappingsMappingProject(String ormNamespace, String xsdLocation)
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.sessions.Project
addAlias, addDefaultReadOnlyClass, addDescriptor, addDescriptor, addDescriptors, addDescriptors, addJPAQuery, addJPATablePerTenantQuery, addMappedSuperclass, addMetamodelIdClassMapEntry, addPartitioningPolicy, addSQLResultSetMapping, allowExtendedCacheLogging, allowExtendedThreadLogging, allowExtendedThreadLoggingThreadDump, allowNativeSQLQueries, allowSQLDeferral, allowTablePerMultitenantDDLGeneration, applyLogin, assumeExistenceForDoesExist, checkCacheForDoesExist, checkDatabaseForDoesExist, clone, conformAllDescriptors, convertClassNamesToClasses, createDatabaseSession, createServerSession, createServerSession, createServerSession, createServerSession, getAliasDescriptors, getAttributeGroups, getClassDescriptor, getClassNamesForWeaving, getDatasourceLogin, getDefaultCacheIsolation, getDefaultIdentityMapClass, getDefaultIdentityMapSize, getDefaultIdValidation, getDefaultQueryResultsCachePolicy, getDefaultReadOnlyClasses, getDefaultTemporalMutable, getDescriptor, getDescriptorForAlias, getDescriptors, getJPAQueries, getJPATablePerTenantQueries, getJPQLParseCache, getJPQLParseCacheMaxSize, getLogin, getMappedSuperclass, getMappedSuperclassDescriptors, getMetamodelIdClassMap, getMultitenantPolicy, getName, getOrderedDescriptors, getPartitioningPolicies, getPartitioningPolicy, getQueries, getSQLResultSetMapping, getStructConverters, getVPDIdentifier, getVPDLastIdentifierClassName, hasGenericHistorySupport, hasIsolatedCacheClassWithoutUOWIsolation, hasIsolatedClasses, hasMappedSuperclass, hasMappedSuperclasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, hasSQLResultSetMapping, hasVPDIdentifier, isAllowQueryResultsCacheValidation, isQueryCacheForceDeferredLocks, namingIntoIndexed, setAliasDescriptors, setAllowExtendedCacheLogging, setAllowExtendedThreadLogging, setAllowExtendedThreadLoggingThreadDump, setAllowNativeSQLQueries, setAllowQueryResultsCacheValidation, setAllowSQLDeferral, setAllowTablePerMultitenantDDLGeneration, setClassNamesForWeaving, setDatasourceLogin, setDefaultCacheIsolation, setDefaultIdentityMapClass, setDefaultIdentityMapSize, setDefaultIdValidation, setDefaultQueryResultsCachePolicy, setDefaultReadOnlyClasses, setDefaultTemporalMutable, setDeferModificationsUntilCommit, setDescriptors, setHasGenericHistorySupport, setHasIsolatedClasses, setHasMappingsPostCalculateChangesOnDeleted, setHasNonIsolatedUOWClasses, setHasProxyIndirection, setJPQLParseCache, setJPQLParseCacheMaxSize, setLogin, setLogin, setMultitenantPolicy, setName, setNamingIntoIndexed, setOrderedDescriptors, setPartitioningPolicies, setQueries, setQueryCacheForceDeferredLocks, setStructConverters, setVPDIdentifier, setVPDLastIdentifierClassName, toString, useCacheIdentityMap, useCacheIdentityMap, useFullIdentityMap, useFullIdentityMap, useNoIdentityMap, useSoftCacheWeakIdentityMap, useSoftCacheWeakIdentityMap, usesOptimisticLocking, usesSequencing, useWeakIdentityMap, useWeakIdentityMap
-
-
-
-
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:
-
getAccessMapping
protected XMLDirectMapping getAccessMapping()
INTERNAL:
-
getAccessMethodsMapping
protected XMLCompositeObjectMapping getAccessMethodsMapping()
INTERNAL:
-
getAdditionalCriteriaMapping
protected XMLCompositeObjectMapping getAdditionalCriteriaMapping()
INTERNAL:
-
getAllocationSizeAttributeMapping
protected XMLDirectMapping getAllocationSizeAttributeMapping()
INTERNAL:
-
getAssociationOverrideMapping
protected XMLCompositeCollectionMapping getAssociationOverrideMapping()
INTERNAL:
-
getAttributeNameAttributeMapping
protected XMLDirectMapping getAttributeNameAttributeMapping()
INTERNAL:
-
getAttributeOverrideMapping
protected XMLCompositeCollectionMapping getAttributeOverrideMapping()
INTERNAL:
-
getAttributesMapping
protected XMLCompositeObjectMapping getAttributesMapping()
INTERNAL:
-
getAttributeTypeAttributeMapping
protected XMLDirectMapping getAttributeTypeAttributeMapping()
INTERNAL:
-
getAutoApplyAttributeMapping
protected XMLDirectMapping getAutoApplyAttributeMapping()
INTERNAL:
-
getBatchFetchMapping
protected XMLCompositeObjectMapping getBatchFetchMapping()
INTERNAL:
-
getCacheableAttributeMapping
protected XMLDirectMapping getCacheableAttributeMapping()
INTERNAL:
-
getCacheInterceptorMapping
protected XMLCompositeObjectMapping getCacheInterceptorMapping()
INTERNAL:
-
getCacheMapping
protected XMLCompositeObjectMapping getCacheMapping()
INTERNAL:
-
getCallByIndexAttributeMapping
protected XMLDirectMapping getCallByIndexAttributeMapping()
INTERNAL:
-
getCascadeMapping
protected XMLCompositeObjectMapping getCascadeMapping()
INTERNAL:
-
getCascadeOnDeleteMapping
protected XMLDirectMapping getCascadeOnDeleteMapping()
INTERNAL:
-
getCascadePersistMapping
protected XMLDirectMapping getCascadePersistMapping()
INTERNAL:
-
getCatalogAttributeMapping
protected XMLDirectMapping getCatalogAttributeMapping()
INTERNAL:
-
getCatalogMapping
protected XMLDirectMapping getCatalogMapping()
INTERNAL:
-
getChangeTrackingMapping
protected XMLCompositeObjectMapping getChangeTrackingMapping()
INTERNAL:
-
getClassAttributeMapping
protected XMLDirectMapping getClassAttributeMapping()
INTERNAL:
-
getClassExtractorMapping
protected XMLDirectMapping getClassExtractorMapping()
INTERNAL:
-
getClassTypeAttributeMapping
protected XMLDirectMapping getClassTypeAttributeMapping()
INTERNAL:
-
getCloneCopyPolicyMapping
protected XMLCompositeObjectMapping getCloneCopyPolicyMapping()
INTERNAL:
-
getCollectionTableMapping
protected XMLCompositeObjectMapping getCollectionTableMapping()
INTERNAL:
-
getColumnAttributeMapping
protected XMLDirectMapping getColumnAttributeMapping()
INTERNAL:
-
getColumnDefinitionAttributeMapping
protected XMLDirectMapping getColumnDefinitionAttributeMapping()
INTERNAL:
-
getColumnListAttributeMapping
protected XMLDirectMapping getColumnListAttributeMapping()
INTERNAL:
-
getColumnMapping
protected XMLCompositeObjectMapping getColumnMapping()
INTERNAL:
-
getFieldMapping
protected XMLCompositeObjectMapping getFieldMapping()
INTERNAL:
-
getForeignKeyMapping
protected XMLCompositeObjectMapping getForeignKeyMapping()
INTERNAL:
-
getForeignKeyDefinitionAttributeMapping
protected XMLDirectMapping getForeignKeyDefinitionAttributeMapping()
INTERNAL:
-
getColumnNamesMapping
protected XMLCompositeDirectCollectionMapping getColumnNamesMapping()
INTERNAL:
-
getColumnResultMapping
protected XMLCompositeCollectionMapping getColumnResultMapping()
INTERNAL:
-
getCompatibleTypeAttributeMapping
protected XMLDirectMapping getCompatibleTypeAttributeMapping()
INTERNAL:
-
getCompositeMemberAttributeMapping
protected XMLDirectMapping getCompositeMemberAttributeMapping()
INTERNAL:
-
getConnectionPoolAttributeMapping
protected XMLDirectMapping getConnectionPoolAttributeMapping()
INTERNAL:
-
getConnectionPoolsMapping
protected XMLCompositeDirectCollectionMapping getConnectionPoolsMapping()
INTERNAL:
-
getConstraintModeAttributeMapping
protected XMLDirectMapping getConstraintModeAttributeMapping()
INTERNAL:
-
getConstructorColumnMapping
protected XMLCompositeCollectionMapping getConstructorColumnMapping()
INTERNAL:
-
getConstructorResultMapping
protected XMLCompositeCollectionMapping getConstructorResultMapping()
INTERNAL:
-
getContextPropertyAttributeMapping
protected XMLDirectMapping getContextPropertyAttributeMapping()
INTERNAL:
-
getConverterAttributeMapping
protected XMLDirectMapping getConverterAttributeMapping()
INTERNAL:
-
getConverterMapping
protected XMLCompositeCollectionMapping getConverterMapping()
INTERNAL:
-
getConvertMapping
protected XMLCompositeCollectionMapping getConvertMapping()
INTERNAL:
-
getCreationSuffixAttributeMapping
protected XMLDirectMapping getCreationSuffixAttributeMapping()
INTERNAL:
-
getCustomCopyPolicyMapping
protected XMLCompositeObjectMapping getCustomCopyPolicyMapping()
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:
-
getDiscriminatorClassMapping
protected XMLCompositeCollectionMapping getDiscriminatorClassMapping()
INTERNAL:
-
getDiscriminatorColumnMapping
protected XMLCompositeObjectMapping getDiscriminatorColumnMapping()
INTERNAL:
-
getDiscriminatorTypeAttributeMapping
protected XMLDirectMapping getDiscriminatorTypeAttributeMapping()
INTERNAL:
-
getEntityListenersMapping
protected XMLCompositeCollectionMapping getEntityListenersMapping()
INTERNAL:
-
getEntityResultMapping
protected XMLCompositeCollectionMapping getEntityResultMapping()
INTERNAL:
-
getEnumeratedMapping
protected XMLCompositeObjectMapping getEnumeratedMapping()
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:
-
getFetchGroupMapping
protected XMLCompositeCollectionMapping getFetchGroupMapping()
INTERNAL:
-
getFieldsMapping
protected XMLCompositeCollectionMapping getFieldsMapping()
INTERNAL:
-
getFunctionNameAttributeMapping
protected XMLDirectMapping getFunctionNameAttributeMapping()
INTERNAL: NOTE: Internally we re-use the procedure name attribute to store the function name.
-
getGeneratedValueMapping
protected XMLCompositeObjectMapping getGeneratedValueMapping()
INTERNAL:
-
getHashPartitioningMapping
protected XMLCompositeObjectMapping getHashPartitioningMapping()
INTERNAL:
-
getHintMapping
protected XMLCompositeCollectionMapping getHintMapping()
INTERNAL:
-
getIdAttributeMapping
protected XMLDirectMapping getIdAttributeMapping()
INTERNAL:
-
getIdClassMapping
protected XMLDirectMapping getIdClassMapping()
INTERNAL:
-
getIncludeAllAttributesAttributeMapping
protected XMLDirectMapping getIncludeAllAttributesAttributeMapping()
INTERNAL:
-
getIncludeCriteriaAttributeMapping
protected XMLDirectMapping getIncludeCriteriaAttributeMapping()
INTERNAL:
-
getIndexesMapping
protected XMLCompositeCollectionMapping getIndexesMapping()
INTERNAL:
-
getCacheIndexesMapping
protected XMLCompositeCollectionMapping getCacheIndexesMapping()
INTERNAL:
-
getIndexMapping
protected XMLCompositeObjectMapping getIndexMapping()
INTERNAL:
-
getCacheIndexMapping
protected XMLCompositeObjectMapping getCacheIndexMapping()
INTERNAL:
-
getInitialValueAttributeMapping
protected XMLDirectMapping getInitialValueAttributeMapping()
INTERNAL:
-
getInsertableAttributeMapping
protected XMLDirectMapping getInsertableAttributeMapping()
INTERNAL:
-
getInstantiationCopyPolicyMapping
protected XMLCompositeObjectMapping getInstantiationCopyPolicyMapping()
INTERNAL:
-
getInverseForeignKeyMapping
protected XMLCompositeObjectMapping getInverseForeignKeyMapping()
INTERNAL:
-
getInverseJoinColumnMapping
protected XMLCompositeCollectionMapping getInverseJoinColumnMapping()
INTERNAL:
-
getJavaTypeAttributeMapping
protected XMLDirectMapping getJavaTypeAttributeMapping()
INTERNAL:
-
getJoinColumnMapping
protected XMLCompositeCollectionMapping getJoinColumnMapping()
INTERNAL:
-
getJoinFieldMapping
protected XMLCompositeCollectionMapping getJoinFieldMapping()
INTERNAL:
-
getJoinFetchMapping
protected XMLDirectMapping getJoinFetchMapping()
INTERNAL:
-
getJoinTableMapping
protected XMLCompositeObjectMapping getJoinTableMapping()
INTERNAL:
-
getKeySubgraphAttributeMapping
protected XMLDirectMapping getKeySubgraphAttributeMapping()
INTERNAL:
-
getLengthAttributeMapping
protected XMLDirectMapping getLengthAttributeMapping()
INTERNAL:
-
getLobMapping
protected XMLCompositeObjectMapping getLobMapping()
INTERNAL:
-
getLockModeMapping
protected XMLDirectMapping getLockModeMapping()
INTERNAL:
-
getMapKeyAssociationOverrideMapping
protected XMLCompositeCollectionMapping getMapKeyAssociationOverrideMapping()
INTERNAL:
-
getMapKeyAttributeOverrideMapping
protected XMLCompositeCollectionMapping getMapKeyAttributeOverrideMapping()
INTERNAL:
-
getMapKeyClassMapping
protected XMLDirectMapping getMapKeyClassMapping()
INTERNAL:
-
getMapKeyColumnMapping
protected XMLCompositeObjectMapping getMapKeyColumnMapping()
INTERNAL:
-
getMapKeyConvertMapping
protected XMLCompositeCollectionMapping getMapKeyConvertMapping()
INTERNAL:
-
getMapKeyEnumeratedMapping
protected XMLCompositeObjectMapping getMapKeyEnumeratedMapping()
INTERNAL:
-
getMapKeyForeignKeyMapping
protected XMLCompositeObjectMapping getMapKeyForeignKeyMapping()
INTERNAL:
-
getMapKeyJoinColumnMapping
protected XMLCompositeCollectionMapping getMapKeyJoinColumnMapping()
INTERNAL:
-
getMapKeyMapping
protected XMLCompositeObjectMapping getMapKeyMapping()
INTERNAL:
-
getMapKeyTemporalMapping
protected XMLCompositeObjectMapping getMapKeyTemporalMapping()
INTERNAL
-
getMappedByAttributeMapping
protected XMLDirectMapping getMappedByAttributeMapping()
INTERNAL:
-
getMapsIdAttributeMapping
protected XMLDirectMapping getMapsIdAttributeMapping()
INTERNAL:
-
getMetadataCompleteAttributeMapping
protected XMLDirectMapping getMetadataCompleteAttributeMapping()
INTERNAL:
-
getMethodAttributeMapping
protected XMLDirectMapping getMethodAttributeMapping()
INTERNAL:
-
getMixedConverterMapping
protected XMLCompositeCollectionMapping getMixedConverterMapping()
INTERNAL:
-
getModeAttributeMapping
protected XMLDirectMapping getModeAttributeMapping()
INTERNAL:
-
getMultitenantMapping
protected XMLCompositeObjectMapping getMultitenantMapping()
INTERNAL:
-
getMutableAttributeMapping
protected XMLDirectMapping getMutableAttributeMapping()
INTERNAL:
-
getNameAttributeMapping
protected XMLDirectMapping getNameAttributeMapping()
INTERNAL:
-
getNamedAttributeNodeMapping
protected XMLCompositeCollectionMapping getNamedAttributeNodeMapping()
INTERNAL:
-
getNamedEntityGraphMapping
protected XMLCompositeCollectionMapping getNamedEntityGraphMapping()
INTERNAL:
-
getNamedNativeQueryMapping
protected XMLCompositeCollectionMapping getNamedNativeQueryMapping()
INTERNAL:
-
getNamedPLSQLStoredFunctionQueryMapping
protected XMLCompositeCollectionMapping getNamedPLSQLStoredFunctionQueryMapping()
INTERNAL:
-
getNamedPLSQLStoredProcedureQueryMapping
protected XMLCompositeCollectionMapping getNamedPLSQLStoredProcedureQueryMapping()
INTERNAL:
-
getNamedQueryMapping
protected XMLCompositeCollectionMapping getNamedQueryMapping()
INTERNAL:
-
getNamedStoredFunctionQueryMapping
protected XMLCompositeCollectionMapping getNamedStoredFunctionQueryMapping()
INTERNAL:
-
getNamedStoredProcedureQueryMapping
protected XMLCompositeCollectionMapping getNamedStoredProcedureQueryMapping()
INTERNAL:
-
getNestedTypeMapping
protected XMLDirectMapping getNestedTypeMapping()
INTERNAL:
-
getNonCacheableMapping
protected XMLDirectMapping getNonCacheableMapping()
INTERNAL:
-
getNoSqlMapping
protected XMLCompositeObjectMapping getNoSqlMapping()
INTERNAL:
-
getNullableAttributeMapping
protected XMLDirectMapping getNullableAttributeMapping()
INTERNAL:
-
getObjectTypeAttributeMapping
protected XMLDirectMapping getObjectTypeAttributeMapping()
INTERNAL:
-
getObjectTypeConverterMapping
protected XMLCompositeCollectionMapping getObjectTypeConverterMapping()
INTERNAL:
-
getOptimisticLockingMapping
protected XMLCompositeObjectMapping getOptimisticLockingMapping()
INTERNAL:
-
getOptionalAttributeMapping
protected XMLDirectMapping getOptionalAttributeMapping()
INTERNAL:
-
getOracleArrayTypeMapping
protected XMLCompositeCollectionMapping getOracleArrayTypeMapping()
INTERNAL:
-
getOracleObjectTypeMapping
protected XMLCompositeCollectionMapping getOracleObjectTypeMapping()
INTERNAL:
-
getOrderByMapping
protected XMLCompositeObjectMapping getOrderByMapping()
INTERNAL:
-
getOrderColumnMapping
protected XMLCompositeObjectMapping getOrderColumnMapping()
INTERNAL:
-
getOrphanRemovalAttributeMapping
protected XMLDirectMapping getOrphanRemovalAttributeMapping()
INTERNAL:
-
getParametersMapping
protected XMLCompositeCollectionMapping getParametersMapping()
INTERNAL:
-
getParentClassAttributeMapping
protected XMLDirectMapping getParentClassAttributeMapping()
INTERNAL:
-
getRangePartitionMapping
protected XMLCompositeCollectionMapping getRangePartitionMapping()
INTERNAL:
-
getPartitionColumnMapping
protected XMLCompositeObjectMapping getPartitionColumnMapping()
INTERNAL:
-
getPartitionedMapping
protected XMLDirectMapping getPartitionedMapping()
INTERNAL:
-
getPartitioningMapping
protected XMLCompositeObjectMapping getPartitioningMapping()
INTERNAL:
-
getPartitionValueTypeAttributeMapping
protected XMLDirectMapping getPartitionValueTypeAttributeMapping()
INTERNAL:
-
getPinnedPartitioningMapping
protected XMLCompositeObjectMapping getPinnedPartitioningMapping()
INTERNAL:
-
getPLSQLParametersMapping
protected XMLCompositeCollectionMapping getPLSQLParametersMapping()
INTERNAL:
-
getPLSQLRecordMapping
protected XMLCompositeCollectionMapping getPLSQLRecordMapping()
INTERNAL:
-
getPLSQLTableMapping
protected XMLCompositeCollectionMapping getPLSQLTableMapping()
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:
-
getPrimaryKeyForeignKeyMapping
protected XMLCompositeObjectMapping getPrimaryKeyForeignKeyMapping()
INTERNAL:
-
getPrimaryKeyJoinColumnMapping
protected XMLCompositeCollectionMapping getPrimaryKeyJoinColumnMapping()
INTERNAL:
-
getPrimaryKeyMapping
protected XMLCompositeObjectMapping getPrimaryKeyMapping()
INTERNAL:
-
getPrivateOwnedMapping
protected XMLDirectMapping getPrivateOwnedMapping()
INTERNAL:
-
getProcedureNameAttributeMapping
protected XMLDirectMapping getProcedureNameAttributeMapping()
INTERNAL:
-
getPropertyMapping
protected XMLCompositeCollectionMapping getPropertyMapping()
INTERNAL:
-
getQueryMapping
protected XMLDirectMapping getQueryMapping()
INTERNAL:
-
getQueryParameterAttributeMapping
protected XMLDirectMapping getQueryParameterAttributeMapping()
INTERNAL:
-
getQueryRedirectorsMapping
protected XMLCompositeObjectMapping getQueryRedirectorsMapping()
INTERNAL:
-
getRangePartitioningMapping
protected XMLCompositeObjectMapping getRangePartitioningMapping()
INTERNAL:
-
getReadOnlyAttributeMapping
protected XMLDirectMapping getReadOnlyAttributeMapping()
INTERNAL:
-
getReferencedColumnNameMapping
protected XMLDirectMapping getReferencedColumnNameMapping()
INTERNAL:
-
getReplicateWritesMapping
protected XMLDirectMapping getReplicateWritesMapping()
INTERNAL:
-
getReplicationPartitioningMapping
protected XMLCompositeObjectMapping getReplicationPartitioningMapping()
INTERNAL:
-
getResultClassAttributeMapping
protected XMLDirectMapping getResultClassAttributeMapping()
INTERNAL:
-
getResultClasses
protected XMLCompositeDirectCollectionMapping getResultClasses()
INTERNAL:
-
getResultSetMappingAttributeMapping
protected XMLDirectMapping getResultSetMappingAttributeMapping()
INTERNAL:
-
getResultSetMappingMapping
protected XMLCompositeCollectionMapping getResultSetMappingMapping()
INTERNAL:
-
getResultSetMappings
protected XMLCompositeDirectCollectionMapping getResultSetMappings()
INTERNAL:
-
getReturnInsertMapping
protected XMLCompositeObjectMapping getReturnInsertMapping()
INTERNAL:
-
getReturnUpdateMapping
protected XMLDirectMapping getReturnUpdateMapping()
INTERNAL:
-
getRoundRobinPartitioningMapping
protected XMLCompositeObjectMapping getRoundRobinPartitioningMapping()
INTERNAL:
-
getScaleAttributeMapping
protected XMLDirectMapping getScaleAttributeMapping()
INTERNAL:
-
getSchemaAttributeMapping
protected XMLDirectMapping getSchemaAttributeMapping()
INTERNAL:
-
getSchemaMapping
protected XMLDirectMapping getSchemaMapping()
INTERNAL:
-
getSequenceGeneratorMapping
protected XMLCompositeObjectMapping getSequenceGeneratorMapping()
INTERNAL:
-
getSerializedObjectPolicyMapping
protected XMLCompositeObjectMapping getSerializedObjectPolicyMapping()
INTERNAL:
-
getSizeAttributeMapping
protected XMLDirectMapping getSizeAttributeMapping()
INTERNAL:
-
getStructConverterMapping
protected XMLCompositeCollectionMapping getStructConverterMapping()
INTERNAL:
-
getStructMapping
protected XMLCompositeObjectMapping getStructMapping()
INTERNAL:
-
getSubclassSubgraphMapping
protected XMLCompositeCollectionMapping getSubclassSubgraphMapping()
INTERNAL:
-
getSubgraphAttributeMapping
protected XMLDirectMapping getSubgraphAttributeMapping()
INTERNAL:
-
getSubgraphMapping
protected XMLCompositeCollectionMapping getSubgraphMapping()
INTERNAL:
-
getTableAttributeMapping
protected XMLDirectMapping getTableAttributeMapping()
INTERNAL:
-
getTableGeneratorMapping
protected XMLCompositeObjectMapping getTableGeneratorMapping()
INTERNAL:
-
getTargetClassAttributeMapping
protected XMLDirectMapping getTargetClassAttributeMapping()
INTERNAL:
-
getTargetEntityAttributeMapping
protected XMLDirectMapping getTargetEntityAttributeMapping()
INTERNAL:
-
getTargetInterfaceAttributeMapping
protected XMLDirectMapping getTargetInterfaceAttributeMapping()
INTERNAL:
-
getTemporalMapping
protected XMLCompositeObjectMapping getTemporalMapping()
INTERNAL
-
getTenantDiscriminatorColumnsMapping
protected XMLCompositeCollectionMapping getTenantDiscriminatorColumnsMapping()
INTERNAL:
-
getTenantTableDiscriminatorMapping
protected XMLCompositeObjectMapping getTenantTableDiscriminatorMapping()
INTERNAL:
-
getTextMapping
protected XMLDirectMapping getTextMapping()
INTERNAL:
-
getTransformerClassAttributeMapping
protected XMLDirectMapping getTransformerClassAttributeMapping()
INTERNAL
-
getTypeAttributeMapping
protected XMLDirectMapping getTypeAttributeMapping()
INTERNAL:
-
getTypeConverterMapping
protected XMLCompositeCollectionMapping getTypeConverterMapping()
INTERNAL:
-
getSerializedConverterMapping
protected XMLCompositeCollectionMapping getSerializedConverterMapping()
INTERNAL:
-
getTypeNameAttributeMapping
protected XMLDirectMapping getTypeNameAttributeMapping()
INTERNAL:
-
getUnionPartitioningMapping
protected XMLCompositeObjectMapping getUnionPartitioningMapping()
INTERNAL:
-
getUnionUnpartitionableQueriesAttributeMapping
protected XMLDirectMapping getUnionUnpartitionableQueriesAttributeMapping()
INTERNAL:
-
getUniqueAttributeMapping
protected XMLDirectMapping getUniqueAttributeMapping()
INTERNAL
-
getUniqueConstraintMapping
protected XMLCompositeCollectionMapping getUniqueConstraintMapping()
INTERNAL
-
getUpdatableAttributeMapping
protected XMLDirectMapping getUpdatableAttributeMapping()
INTERNAL
-
getUuidGeneratorMapping
protected XMLCompositeObjectMapping getUuidGeneratorMapping()
INTERNAL:
-
getValueAttributeMapping
protected XMLDirectMapping getValueAttributeMapping()
INTERNAL:
-
getValueColumnMapping
protected XMLCompositeObjectMapping getValueColumnMapping()
INTERNAL:
-
getValueMapping
protected XMLDirectMapping getValueMapping()
INTERNAL:
-
getValuePartitionMapping
protected XMLCompositeCollectionMapping getValuePartitionMapping()
INTERNAL:
-
getValuePartitioningMapping
protected XMLCompositeObjectMapping getValuePartitioningMapping()
INTERNAL:
-
-