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.
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
-
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
Methods in org.hibernate.jpa that return EnhancementContextModifier and TypeMethodDescriptionprotected EnhancementContextHibernatePersistenceProvider.createEnhancementContext(boolean dirtyTrackingEnabled, boolean lazyInitializationEnabled, boolean associationManagementEnabled, Map<?, ?> integrationSettings, PersistenceUnitInfo persistenceUnit) -
Uses of EnhancementContext in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type EnhancementContextModifier and TypeMethodDescriptionPersistenceConfigurationDescriptor.pushClassTransformer(EnhancementContext enhancementContext) PersistenceUnitDescriptor.pushClassTransformer(EnhancementContext enhancementContext)