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 TypeClassDescriptionclassdefault implementation of EnhancementContext.classConstructors 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 EnhancerBytecodeProvider.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 TypeMethodDescriptionvoidPersistenceConfigurationDescriptor.pushClassTransformer(EnhancementContext enhancementContext) voidPersistenceUnitDescriptor.pushClassTransformer(EnhancementContext enhancementContext)