Interface IdentifiableEntity

    • Method Detail

      • getId

        String getId()
        Gets the unique identifier of this entity.
        Returns:
        the entity unique identifier in the form of a string.
      • isPersisted

        boolean isPersisted()
        Indicates if the entity is persisted.
        Returns:
        true if the entity is stored in a data source, false otherwise.