public final class

SerializableProxy

extends AbstractSerializableProxy
java.lang.Object
   ↳ org.hibernate.proxy.AbstractSerializableProxy
     ↳ org.hibernate.proxy.pojo.javassist.SerializableProxy

Class Overview

Serializable placeholder for Javassist proxies

Summary

Public Constructors
SerializableProxy()
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
[Expand]
Inherited Methods
From class org.hibernate.proxy.AbstractSerializableProxy
From class java.lang.Object

Public Constructors

public SerializableProxy ()

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