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 Detail

      • restoreWithSession

        java.lang.Object restoreWithSession​(org.hibernate.Session session)