Class SerializableProxy
- java.lang.Object
-
- org.hibernate.proxy.AbstractSerializableProxy
-
- org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- All Implemented Interfaces:
Serializable
public final class SerializableProxy extends AbstractSerializableProxy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CompositeTypegetComponentIdType()protected StringgetEntityName()protected SerializablegetId()protected ClassgetIdentifierGetterMethodClass()protected StringgetIdentifierGetterMethodName()protected ClassgetIdentifierSetterMethodClass()protected StringgetIdentifierSetterMethodName()protected Class[]getIdentifierSetterMethodParams()protected Class[]getInterfaces()protected ClassgetPersistentClass()-
Methods inherited from class org.hibernate.proxy.AbstractSerializableProxy
afterDeserialization, setReadOnlyBeforeAttachedToSession
-
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getEntityName
protected String getEntityName()
- Overrides:
getEntityNamein classAbstractSerializableProxy
-
getId
protected Serializable getId()
- Overrides:
getIdin classAbstractSerializableProxy
-
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()
-
-