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 org.hibernate.testing.bytecode.enhancement org.hibernate.testing.orm.jpa -
-
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, java.lang.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 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) -
Uses of EnhancementContext in org.hibernate.testing.bytecode.enhancement
Classes in org.hibernate.testing.bytecode.enhancement that implement EnhancementContext Modifier and Type Class Description classEnhancerTestContextEnhancement context used in testsMethods in org.hibernate.testing.bytecode.enhancement that return types with arguments of type EnhancementContext Modifier and Type Method Description java.lang.Class<? extends EnhancementContext>[]value() -
Uses of EnhancementContext in org.hibernate.testing.orm.jpa
Methods in org.hibernate.testing.orm.jpa with parameters of type EnhancementContext Modifier and Type Method Description voidPersistenceUnitDescriptorAdapter. pushClassTransformer(EnhancementContext enhancementContext)
-