public final class

SerializableProxy

extends AbstractSerializableProxy
java.lang.Object
   ↳ org.hibernate.proxy.AbstractSerializableProxy
     ↳ org.hibernate.proxy.pojo.cglib.SerializableProxy

This class is deprecated.
Per HHH-5451 support for cglib as a bytecode provider has been deprecated.

Class Overview

Serializable placeholder for CGLIB proxies

Summary

Public Constructors
SerializableProxy()
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
[Expand]
Inherited Methods
From class org.hibernate.proxy.AbstractSerializableProxy
From class java.lang.Object

Public Constructors

public SerializableProxy ()

public SerializableProxy (String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)