Uses of Interface
org.hibernate.boot.spi.EffectiveMappingDefaults
Packages that use EffectiveMappingDefaults
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Validation for HQL queries.
-
Uses of EffectiveMappingDefaults in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.boot.model.source.internal
Classes in org.hibernate.boot.model.source.internal that implement EffectiveMappingDefaultsModifier and TypeClassDescriptionclass
Represents a "nested level" in the mapping defaults stack.Constructors in org.hibernate.boot.model.source.internal with parameters of type EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return EffectiveMappingDefaultsMethods in org.hibernate.boot.model.source.internal.hbm with parameters of type EffectiveMappingDefaultsModifier and TypeMethodDescriptionFetchCharacteristicsPluralAttributeImpl.interpret
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize) FetchCharacteristicsSingularAssociationImpl.interpretManyToManyElement
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping) FetchCharacteristicsSingularAssociationImpl.interpretManyToOne
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping) FetchCharacteristicsSingularAssociationImpl.interpretOneToOne
(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained) Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EffectiveMappingDefaultsModifierConstructorDescriptionBuilder
(EffectiveMappingDefaults mappingDefaults) Builder
(EffectiveMappingDefaults mappingDefaults) -
Uses of EffectiveMappingDefaults in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return EffectiveMappingDefaultsModifier and TypeMethodDescriptionMetadataBuildingContext.getEffectiveDefaults()
Access to mapping defaults in effect for this contextAdditionalMappingContributions.getEffectiveMappingDefaults()
-
Uses of EffectiveMappingDefaults in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return EffectiveMappingDefaultsMethods in org.hibernate.envers.boot.internal with parameters of type EffectiveMappingDefaultsModifier and TypeMethodDescriptionvoid
EnversService.initialize
(MetadataImplementor metadata, MappingCollector mappingCollector, EffectiveMappingDefaults effectiveMappingDefaults) void
EnversServiceImpl.initialize
(MetadataImplementor metadata, MappingCollector mappingCollector, EffectiveMappingDefaults effectiveMappingDefaults) Constructors in org.hibernate.envers.boot.internal with parameters of type EffectiveMappingDefaultsModifierConstructorDescriptionEnversMetadataBuildingContextImpl
(Configuration configuration, InFlightMetadataCollector metadataCollector, EffectiveMappingDefaults effectiveMappingDefaults, MappingCollector mappingCollector) -
Uses of EffectiveMappingDefaults in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return EffectiveMappingDefaults -
Uses of EffectiveMappingDefaults in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return EffectiveMappingDefaultsModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getEffectiveDefaults()