类 SerializableProxy
- java.lang.Object
-
- org.hibernate.proxy.AbstractSerializableProxy
-
- org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- 所有已实现的接口:
Serializable
public final class SerializableProxy extends AbstractSerializableProxy
Serializable placeholder for Javassist proxies- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, String sessionFactoryUuid, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected CompositeTypegetComponentIdType()protected StringgetEntityName()protected SerializablegetId()protected ClassgetIdentifierGetterMethodClass()protected StringgetIdentifierGetterMethodName()protected ClassgetIdentifierSetterMethodClass()protected StringgetIdentifierSetterMethodName()protected Class[]getIdentifierSetterMethodParams()protected Class[]getInterfaces()protected ClassgetPersistentClass()-
从类继承的方法 org.hibernate.proxy.AbstractSerializableProxy
afterDeserialization, setReadOnlyBeforeAttachedToSession
-
-
-
-
构造器详细资料
-
SerializableProxy
@Deprecated public SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
-
SerializableProxy
public SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, String sessionFactoryUuid, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
-
-
方法详细资料
-
getEntityName
protected String getEntityName()
-
getId
protected Serializable getId()
- 覆盖:
getId在类中AbstractSerializableProxy
-
getPersistentClass
protected Class getPersistentClass()
-
getInterfaces
protected Class[] getInterfaces()
-
getIdentifierGetterMethodName
protected String getIdentifierGetterMethodName()
-
getIdentifierGetterMethodClass
protected Class getIdentifierGetterMethodClass()
-
getIdentifierSetterMethodName
protected String getIdentifierSetterMethodName()
-
getIdentifierSetterMethodClass
protected Class getIdentifierSetterMethodClass()
-
getIdentifierSetterMethodParams
protected Class[] getIdentifierSetterMethodParams()
-
getComponentIdType
protected CompositeType getComponentIdType()
-
-