Uses of Enum Class
org.hibernate.boot.model.source.spi.NaturalIdMutability
Packages that use NaturalIdMutability
Package
Description
-
Uses of NaturalIdMutability in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return NaturalIdMutabilityModifier and TypeMethodDescriptionAbstractSingularAttributeSourceEmbeddedImpl.getNaturalIdMutability()
AbstractToOneAttributeSourceImpl.getNaturalIdMutability()
CompositeIdentifierSingularAttributeSourceBasicImpl.getNaturalIdMutability()
SingularAttributeSourceAnyImpl.getNaturalIdMutability()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type NaturalIdMutabilityModifier and TypeMethodDescriptionstatic void
AttributesHelper.processAnyAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmAnyAssociationType anyAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processAttributes
(MappingDocument mappingDocument, AttributesHelper.Callback callback, List attributeMappings, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processBasicAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmBasicAttributeType basicAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processDynamicComponentAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmDynamicComponentType dynamicComponentJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processEmbeddedAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmCompositeAttributeType embeddedAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processManyToOneAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmManyToOneType manyToOneAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) static void
AttributesHelper.processOneToOneAttribute
(MappingDocument mappingDocument, AttributesHelper.Callback callback, JaxbHbmOneToOneType oneToOneAttributeJaxbMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type NaturalIdMutabilityModifierConstructorDescriptionprotected
AbstractSingularAttributeSourceEmbeddedImpl
(MappingDocument sourceMappingDocument, AttributeSourceContainer container, EmbeddedAttributeMapping embeddedAttributeMapping, List nestedAttributeMappings, boolean isDynamic, NaturalIdMutability naturalIdMutability, String logicalTableName) AbstractSingularAttributeSourceEmbeddedImpl
(MappingDocument sourceMappingDocument, EmbeddedAttributeMapping jaxbEmbeddedAttributeMapping, EmbeddableSource embeddableSource, NaturalIdMutability naturalIdMutability) EmbeddableSourceImpl
(MappingDocument mappingDocument, EmbeddableSourceContainer container, EmbeddableMapping jaxbEmbeddableMapping, List attributeMappings, boolean isDynamic, boolean isUnique, String logicalTableName, NaturalIdMutability naturalIdMutability) EmbeddableSourceVirtualImpl
(MappingDocument mappingDocument, AttributesHelper.Callback containingCallback, EmbeddableSourceContainer container, List attributeJaxbMappings, String logicalTableName, NaturalIdMutability naturalIdMutability, JaxbHbmPropertiesType jaxbPropertiesGroup) SingularAttributeSourceAnyImpl
(MappingDocument sourceMappingDocument, AttributeSourceContainer container, JaxbHbmAnyAssociationType jaxbAnyMapping, String logicalTableName, NaturalIdMutability naturalIdMutability) -
Uses of NaturalIdMutability in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return NaturalIdMutabilityModifier and TypeMethodDescriptionSingularAttributeSource.getNaturalIdMutability()
Retrieve the natural id mutabilitystatic NaturalIdMutability
Returns the enum constant of this class with the specified name.static NaturalIdMutability[]
NaturalIdMutability.values()
Returns an array containing the constants of this enum class, in the order they are declared.