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
-
-
Field Summary
-
Fields inherited from class org.hibernate.proxy.AbstractSerializableProxy
sessionFactoryName, sessionFactoryUuid
-
-
Constructor Summary
Constructors Constructor Description SerializableProxy(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Boolean readOnly, String sessionFactoryUuid, String sessionFactoryName, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getEntityName()
protected Object
getId()
-
Methods inherited from class org.hibernate.proxy.AbstractSerializableProxy
afterDeserialization
-
-
-
-
Constructor Detail
-
SerializableProxy
public SerializableProxy(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Boolean readOnly, String sessionFactoryUuid, String sessionFactoryName, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
-
-
Method Detail
-
getEntityName
protected String getEntityName()
- Overrides:
getEntityName
in classAbstractSerializableProxy
-
getId
protected Object getId()
- Overrides:
getId
in classAbstractSerializableProxy
-
-