Uses of Class
org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Packages that use StandardOptimizerDescriptor Package Description org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration. -
-
Uses of StandardOptimizerDescriptor in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return StandardOptimizerDescriptor Modifier and Type Method Description static StandardOptimizerDescriptor
StandardOptimizerDescriptor. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardOptimizerDescriptor[]
StandardOptimizerDescriptor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-