Uses of Interface
org.hibernate.bytecode.enhance.spi.Enhancer
Packages that use Enhancer
Package
Description
package containing bytecode enhancement code (internals)
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of Enhancer in org.hibernate.bytecode.enhance.internal.bytebuddy
Classes in org.hibernate.bytecode.enhance.internal.bytebuddy that implement Enhancer -
Uses of Enhancer in org.hibernate.bytecode.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy that return EnhancerModifier and TypeMethodDescription@Nullable Enhancer
BytecodeProviderImpl.getEnhancer
(EnhancementContext enhancementContext) @Nullable Enhancer
BytecodeProviderImpl.getEnhancer
(EnhancementContext enhancementContext, EnhancerClassLocator classLocator) Similar toBytecodeProviderImpl.getEnhancer(EnhancementContext)
but intended for advanced users who wish to customize how ByteBuddy is locating the class files and caching the types. -
Uses of Enhancer in org.hibernate.bytecode.internal.none
Methods in org.hibernate.bytecode.internal.none that return EnhancerModifier and TypeMethodDescription@Nullable Enhancer
BytecodeProviderImpl.getEnhancer
(EnhancementContext enhancementContext) -
Uses of Enhancer in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return EnhancerModifier and TypeMethodDescription@Nullable Enhancer
BytecodeProvider.getEnhancer
(EnhancementContext enhancementContext) Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.