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
Methods in org.hibernate.id that return SequenceMismatchStrategyModifier and TypeMethodDescriptionstatic SequenceMismatchStrategy
Interpret the configured SequenceMismatchStrategy value.static SequenceMismatchStrategy
Returns 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.