Uses of Interface
org.hibernate.bytecode.enhance.spi.Enhancer
-
Packages that use Enhancer Package Description org.hibernate.bytecode.enhance.internal.bytebuddy package containing bytecode enhancement code (internals)org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi 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 Modifier and Type Class Description class
EnhancerImpl
-
Uses of Enhancer in org.hibernate.bytecode.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy that return Enhancer Modifier and Type Method Description @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 Enhancer Modifier and Type Method Description @Nullable Enhancer
BytecodeProviderImpl. getEnhancer(EnhancementContext enhancementContext)
-
Uses of Enhancer in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return Enhancer Modifier and Type Method Description @Nullable Enhancer
BytecodeProvider. getEnhancer(EnhancementContext enhancementContext)
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
-