Uses of Class
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
-
Packages that use ByteBuddyState Package Description org.hibernate.bytecode.enhance.internal.bytebuddy package containing bytecode enhancement code (internals)org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.proxy.pojo.bytebuddy -
-
Uses of ByteBuddyState in org.hibernate.bytecode.enhance.internal.bytebuddy
Constructors in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type ByteBuddyState Constructor Description EnhancerImpl(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 ByteBuddyState Constructor Description BasicProxyFactoryImpl(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 Constructor Description ByteBuddyProxyHelper(ByteBuddyState byteBuddyState)
-