Uses of Interface
org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Packages that use EnhancementContext Package Description org.hibernate.bytecode.enhance.internal.bytebuddy package containing bytecode enhancement code (internals)org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.jpa.internal.enhance org.hibernate.testing.bytecode.enhancement org.hibernate.testing.orm.jpa org.hibernate.testing.orm.junit -
-
Uses of EnhancementContext in org.hibernate.bytecode.enhance.internal.bytebuddy
Constructors in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type EnhancementContext Constructor Description EnhancerImpl(EnhancementContext enhancementContext, ByteBuddyState byteBuddyState)Constructs the Enhancer, using the given context. -
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.internal.bytebuddy
Methods in org.hibernate.bytecode.internal.bytebuddy with parameters of type EnhancementContext Modifier and Type Method Description @Nullable EnhancerBytecodeProviderImpl. getEnhancer(EnhancementContext enhancementContext) -
Uses of EnhancementContext in org.hibernate.bytecode.internal.none
Methods in org.hibernate.bytecode.internal.none with parameters of type EnhancementContext Modifier and Type Method Description @Nullable EnhancerBytecodeProviderImpl. getEnhancer(EnhancementContext enhancementContext) -
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.internal
Methods in org.hibernate.jpa.boot.internal that return EnhancementContext Modifier and Type Method Description protected EnhancementContextEntityManagerFactoryBuilderImpl. getEnhancementContext(boolean dirtyTrackingEnabled, boolean lazyInitializationEnabled, boolean associationManagementEnabled)Builds the context to be used in runtime bytecode enhancementMethods in org.hibernate.jpa.boot.internal with parameters of type EnhancementContext Modifier and Type Method Description voidParsedPersistenceXmlDescriptor. pushClassTransformer(EnhancementContext enhancementContext)voidPersistenceUnitInfoDescriptor. pushClassTransformer(EnhancementContext enhancementContext) -
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.jpa.internal.enhance
Constructors in org.hibernate.jpa.internal.enhance with parameters of type EnhancementContext Constructor Description EnhancingClassTransformerImpl(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 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) -
Uses of EnhancementContext in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type EnhancementContext Modifier and Type Method Description voidEntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl. pushClassTransformer(EnhancementContext enhancementContext)
-