Class ByteBuddyProxyHelper
- java.lang.Object
-
- org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
-
- All Implemented Interfaces:
java.io.Serializable
public class ByteBuddyProxyHelper extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteBuddyProxyHelper(org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState byteBuddyState)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ClassbuildProxy(java.lang.Class persistentClass, java.lang.Class[] interfaces)net.bytebuddy.dynamic.DynamicType.Unloaded<?>buildUnloadedProxy(java.lang.Class<?> persistentClass, java.lang.Class<?>[] interfaces)Deprecated.net.bytebuddy.dynamic.DynamicType.Unloaded<?>buildUnloadedProxy(net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.type.TypeDefinition persistentClass, java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition> interfaces)Do not remove: used by QuarkusHibernateProxydeserializeProxy(SerializableProxy serializableProxy)
-
-
-
Method Detail
-
buildProxy
public java.lang.Class buildProxy(java.lang.Class persistentClass, java.lang.Class[] interfaces)
-
buildUnloadedProxy
@Deprecated public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy(java.lang.Class<?> persistentClass, java.lang.Class<?>[] interfaces)Deprecated.
-
buildUnloadedProxy
public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy(net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.type.TypeDefinition persistentClass, java.util.Collection<? extends net.bytebuddy.description.type.TypeDefinition> interfaces)Do not remove: used by Quarkus
-
deserializeProxy
public HibernateProxy deserializeProxy(SerializableProxy serializableProxy)
-
-