Uses of Interface
org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Packages that use EnhancementContext Package Description org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.jpa.boot.spi -
-
Uses of EnhancementContext in org.hibernate.bytecode.enhance.spi
Classes in org.hibernate.bytecode.enhance.spi that implement EnhancementContext Modifier and Type Class Description classDefaultEnhancementContextdefault implementation of EnhancementContext.classEnhancementContextWrapperConstructors in org.hibernate.bytecode.enhance.spi with parameters of type EnhancementContext Constructor Description EnhancementContextWrapper(EnhancementContext wrappedContext, ClassLoader loadingClassloader) -
Uses of EnhancementContext in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi with parameters of type EnhancementContext Modifier and Type Method Description @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 EnhancementContext Modifier and Type Method Description voidPersistenceUnitDescriptor. pushClassTransformer(EnhancementContext enhancementContext)
-