Interface SessionRestorable
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 PersistedEntity,PersistedTransientEntity
public interface SessionRestorable extends 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 ObjectrestoreWithSession(org.hibernate.Session session) 
 - 
 
- 
- 
Method Detail
- 
restoreWithSession
Object restoreWithSession(org.hibernate.Session session)
 
 - 
 
 -