Uses of Class
org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
Packages that use UnsupportedEnhancementStrategy Package Description org.hibernate.bytecode.enhance.spi 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 UnsupportedEnhancementStrategy Modifier and Type Method Description default UnsupportedEnhancementStrategyEnhancementContext. getUnsupportedEnhancementStrategy()static UnsupportedEnhancementStrategyUnsupportedEnhancementStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedEnhancementStrategy[]UnsupportedEnhancementStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-