Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider
-
Packages that use BytecodeProvider Package Description org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of BytecodeProvider in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that return BytecodeProvider Modifier and Type Method Description default BytecodeProviderEnhancementContext. getBytecodeProvider()Allows to force the use of a specific instance of BytecodeProvider to perform the enhancement.
-