Uses of Interface
org.hibernate.bytecode.enhance.spi.Enhancer
-
Packages that use Enhancer Package Description org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of Enhancer in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return Enhancer Modifier and Type Method Description Enhancer
BytecodeProvider. getEnhancer(EnhancementContext enhancementContext)
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
-