Class SerializableProxy
java.lang.Object
org.hibernate.proxy.AbstractSerializableProxy
org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.proxy.AbstractSerializableProxy
sessionFactoryName, sessionFactoryUuid
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableProxy
(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Boolean readOnly, String sessionFactoryUuid, String sessionFactoryName, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) -
Method Summary
Methods inherited from class org.hibernate.proxy.AbstractSerializableProxy
afterDeserialization
-
Constructor Details
-
SerializableProxy
-
-
Method Details
-
getEntityName
- Overrides:
getEntityName
in classAbstractSerializableProxy
-
getId
- Overrides:
getId
in classAbstractSerializableProxy
-