Uses of Class
org.hibernate.id.SequenceMismatchStrategy
-
Packages that use SequenceMismatchStrategy Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
. -
-
Uses of SequenceMismatchStrategy in org.hibernate.id
Methods in org.hibernate.id that return SequenceMismatchStrategy Modifier and Type Method Description static SequenceMismatchStrategy
SequenceMismatchStrategy. interpret(@Nullable Object sequenceMismatchStrategy)
Interpret the configured SequenceMismatchStrategy value.static SequenceMismatchStrategy
SequenceMismatchStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SequenceMismatchStrategy[]
SequenceMismatchStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-