Uses of Enum Class
org.hibernate.id.SequenceMismatchStrategy
Packages that use SequenceMismatchStrategy
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.-
Uses of SequenceMismatchStrategy in org.hibernate.id
Subclasses with type arguments of type SequenceMismatchStrategy in org.hibernate.idModifier and TypeClassDescriptionenumDescribes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.Methods in org.hibernate.id that return SequenceMismatchStrategyModifier and TypeMethodDescriptionstatic SequenceMismatchStrategyInterpret the configured SequenceMismatchStrategy value.static SequenceMismatchStrategyReturns the enum constant of this class with the specified name.static SequenceMismatchStrategy[]SequenceMismatchStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.