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.org.hibernate.testing.bytecode.enhancement -
-
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 UnsupportedEnhancementStrategy
EnhancementContext. getUnsupportedEnhancementStrategy()
static UnsupportedEnhancementStrategy
UnsupportedEnhancementStrategy. 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. -
Uses of UnsupportedEnhancementStrategy in org.hibernate.testing.bytecode.enhancement
Methods in org.hibernate.testing.bytecode.enhancement that return UnsupportedEnhancementStrategy Modifier and Type Method Description UnsupportedEnhancementStrategy
unsupportedEnhancementStrategy()
-