Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider
Packages that use BytecodeProvider
Package
Description
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 BytecodeProviderModifier and TypeMethodDescriptiondefault BytecodeProvider
EnhancementContext.getBytecodeProvider()
Allows to force the use of a specific instance of BytecodeProvider to perform the enhancement.