Interface PersistentSession

  • All Superinterfaces:
    Transformable

    public interface PersistentSession
    extends Transformable
    Basic interface so that persisteces can avoid depending on the JPA implementation of a session.
    • Method Detail

      • getId

        java.lang.Long getId()
      • setId

        void setId​(java.lang.Long id)
      • getData

        byte[] getData()