站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

SerializableProxy (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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)