Uses of Enum Class
org.hibernate.boot.model.source.spi.NaturalIdMutability
Packages that use NaturalIdMutability
-
Uses of NaturalIdMutability in org.hibernate.boot.model.source.spi
Subclasses with type arguments of type NaturalIdMutability in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionenumA ternary boolean enum for describing the mutability aspects of an attribute as a natural id.Methods in org.hibernate.boot.model.source.spi that return NaturalIdMutabilityModifier and TypeMethodDescriptionSingularAttributeSource.getNaturalIdMutability()Retrieve the natural id mutabilitystatic NaturalIdMutabilityReturns 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.