Uses of Class
org.hibernate.id.SequenceMismatchStrategy
-
Packages that use SequenceMismatchStrategy Package Description org.hibernate.id -
-
Uses of SequenceMismatchStrategy in org.hibernate.id
Methods in org.hibernate.id that return SequenceMismatchStrategy Modifier and Type Method Description static SequenceMismatchStrategy
SequenceMismatchStrategy. interpret(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.
-