Uses of Class
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
Packages that use ByteBuddyState
Package
Description
package containing bytecode enhancement code (internals)
Byte Buddy support internals
-
Uses of ByteBuddyState in org.hibernate.bytecode.enhance.internal.bytebuddy
Constructors in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type ByteBuddyStateModifierConstructorDescriptionEnhancerImpl
(EnhancementContext enhancementContext, ByteBuddyState byteBuddyState) Constructs the Enhancer, using the given context.EnhancerImpl
(EnhancementContext enhancementContext, ByteBuddyState byteBuddyState, EnhancerClassLocator classLocator) Expert level constructor, this allows for more control of state and bytecode loading, which allows integrators to optimise for particular contexts of use. -
Uses of ByteBuddyState in org.hibernate.bytecode.internal.bytebuddy
Constructors in org.hibernate.bytecode.internal.bytebuddy with parameters of type ByteBuddyStateModifierConstructorDescriptionBasicProxyFactoryImpl
(Class superClass, Class interfaceClass, ByteBuddyState byteBuddyState) ProxyFactoryFactoryImpl
(ByteBuddyState byteBuddyState, ByteBuddyProxyHelper byteBuddyProxyHelper) -
Uses of ByteBuddyState in org.hibernate.proxy.pojo.bytebuddy
Constructors in org.hibernate.proxy.pojo.bytebuddy with parameters of type ByteBuddyState