Uses of Enum Class
org.hibernate.id.enhanced.StandardOptimizerDescriptor
Packages that use StandardOptimizerDescriptor
Package
Description
Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
-
Uses of StandardOptimizerDescriptor in org.hibernate.id.enhanced
Subclasses with type arguments of type StandardOptimizerDescriptor in org.hibernate.id.enhancedModifier and TypeClassDescriptionenumEnumeration of the standard Hibernate id generation optimizers.Methods in org.hibernate.id.enhanced that return StandardOptimizerDescriptorModifier and TypeMethodDescriptionstatic StandardOptimizerDescriptorReturns the enum constant of this class with the specified name.static StandardOptimizerDescriptor[]StandardOptimizerDescriptor.values()Returns an array containing the constants of this enum class, in the order they are declared.