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 SequenceMismatchStrategySequenceMismatchStrategy. interpret(java.lang.Object sequenceMismatchStrategy)Interpret the configured SequenceMismatchStrategy value.static SequenceMismatchStrategySequenceMismatchStrategy. valueOf(java.lang.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.
-