Uses of Interface
org.hibernate.bytecode.enhance.spi.EnhancementContext
Packages that use EnhancementContext
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of EnhancementContext in org.hibernate.bytecode.enhance.spi
Classes in org.hibernate.bytecode.enhance.spi that implement EnhancementContextModifier and TypeClassDescriptionclass
default implementation of EnhancementContext.class
Constructors in org.hibernate.bytecode.enhance.spi with parameters of type EnhancementContextModifierConstructorDescriptionEnhancementContextWrapper
(EnhancementContext wrappedContext, ClassLoader loadingClassloader) -
Uses of EnhancementContext in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi with parameters of type EnhancementContextModifier and TypeMethodDescription@Nullable Enhancer
BytecodeProvider.getEnhancer
(EnhancementContext enhancementContext) Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context. -
Uses of EnhancementContext in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type EnhancementContextModifier and TypeMethodDescriptionvoid
PersistenceConfigurationDescriptor.pushClassTransformer
(EnhancementContext enhancementContext) void
PersistenceUnitDescriptor.pushClassTransformer
(EnhancementContext enhancementContext)