Uses of Enum Class
org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
Packages that use UnsupportedEnhancementStrategy
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of UnsupportedEnhancementStrategy in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that return UnsupportedEnhancementStrategyModifier and TypeMethodDescriptiondefault UnsupportedEnhancementStrategy
EnhancementContext.getUnsupportedEnhancementStrategy()
Returns the enum constant of this class with the specified name.static UnsupportedEnhancementStrategy[]
UnsupportedEnhancementStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.