Interface SessionRestorable
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PersistedEntity
,PersistedTransientEntity
public interface SessionRestorable extends java.io.Serializable
Interface for serializable objects stored in the HTTP Session that can be restored to active state via the Hibernate Session.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
restoreWithSession(org.hibernate.Session session)
-
-
-
Method Detail
-
restoreWithSession
java.lang.Object restoreWithSession(org.hibernate.Session session)
-
-