org.hibernate.proxy.pojo.javassist

Class SerializableProxy

Implemented Interfaces:
Serializable

public final class SerializableProxy
extends java.lang.Object
implements Serializable

Serializable placeholder for Javassist proxies

Constructor Summary

SerializableProxy()
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType)

Constructor Details

SerializableProxy

public SerializableProxy()

SerializableProxy

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