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

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


org.hibernate.proxy.pojo.javassist
Class SerializableProxy

java.lang.Object
  extended byorg.hibernate.proxy.pojo.javassist.SerializableProxy
All Implemented Interfaces:
Serializable

public final class SerializableProxy
extends Object
implements Serializable

Serializable placeholder for Javassist proxies

See Also:
Serialized Form

Constructor Summary
SerializableProxy()
           
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType)
           
 
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(String entityName,
                         Class persistentClass,
                         Class[] interfaces,
                         Serializable id,
                         Method getIdentifierMethod,
                         Method setIdentifierMethod,
                         AbstractComponentType componentIdType)