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 eitherIdentifierGeneratororPostInsertIdentifierGenerator. -
-
Uses of SequenceMismatchStrategy in org.hibernate.id
Methods in org.hibernate.id that return SequenceMismatchStrategy Modifier and Type Method Description static SequenceMismatchStrategySequenceMismatchStrategy. interpret(@Nullable Object sequenceMismatchStrategy)Interpret the configured SequenceMismatchStrategy value.static SequenceMismatchStrategySequenceMismatchStrategy. 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.
-