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 StandardOptimizerDescriptorStandardOptimizerDescriptor. fromExternalName(java.lang.String externalName)Interpret the incoming external name into the appropriate enum valuestatic StandardOptimizerDescriptorStandardOptimizerDescriptor. valueOf(java.lang.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.
-