Interface DbEntity

    • Method Detail

      • getId

        java.lang.String getId()
      • setId

        void setId​(java.lang.String id)
      • getPersistentState

        java.lang.Object getPersistentState()
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.