net.sf.hibernate.proxy
Class SerializableProxy

java.lang.Object
  extended bynet.sf.hibernate.proxy.SerializableProxy
All Implemented Interfaces:
Serializable

public final class SerializableProxy
extends Object
implements Serializable

Serializable placeholder for CGLIB proxies

See Also:
Serialized Form

Constructor Summary
SerializableProxy()
           
SerializableProxy(Class persistentClass, Class[] interfaces, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableProxy

public SerializableProxy()

SerializableProxy

public SerializableProxy(Class persistentClass,
                         Class[] interfaces,
                         Serializable id,
                         Method getIdentifierMethod,
                         Method setIdentifierMethod)