Class ByteBuddyProxyHelper
java.lang.Object
org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildProxy
(Class<?> persistentClass, Class<?>[] interfaces) net.bytebuddy.dynamic.DynamicType.Unloaded<?>
buildUnloadedProxy
(Class<?> persistentClass, Class<?>[] interfaces) Deprecated.net.bytebuddy.dynamic.DynamicType.Unloaded<?>
buildUnloadedProxy
(net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.type.TypeDefinition persistentClass, Collection<? extends net.bytebuddy.description.type.TypeDefinition> interfaces) Do not remove: used by QuarkusdeserializeProxy
(SerializableProxy serializableProxy)
-
Constructor Details
-
ByteBuddyProxyHelper
-
-
Method Details
-
buildProxy
-
buildUnloadedProxy
@Deprecated public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy(Class<?> persistentClass, Class<?>[] interfaces) Deprecated. -
buildUnloadedProxy
public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy(net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.type.TypeDefinition persistentClass, Collection<? extends net.bytebuddy.description.type.TypeDefinition> interfaces) Do not remove: used by Quarkus -
deserializeProxy
-
buildUnloadedProxy(TypePool, TypeDefinition, Collection)
instead.