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

    Modifier and Type
    Method
    Description
    restoreWithSession(org.hibernate.Session session)