org.hibernate.proxy.pojo.cglib
Class SerializableProxy
java.lang.Object
org.hibernate.proxy.AbstractSerializableProxy
org.hibernate.proxy.pojo.cglib.SerializableProxy
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
@Deprecated
public final class SerializableProxy
- extends AbstractSerializableProxy
Serializable placeholder for CGLIB proxies
- See Also:
- Serialized Form
Constructor Summary |
SerializableProxy()
Deprecated. |
SerializableProxy(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.Boolean readOnly,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableProxy
public SerializableProxy()
- Deprecated.
SerializableProxy
public SerializableProxy(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.Boolean readOnly,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType)
- Deprecated.
Copyright © 2012. All Rights Reserved.