Interface PersistentPojo<Id>

All Superinterfaces:
ReadOnlyPojo<Id>

public interface PersistentPojo<Id> extends ReadOnlyPojo<Id>
  • Method Details

    • isNewRecord

      default boolean isNewRecord()
    • save

      void save() throws Throwable
      Throws:
      Throwable
    • getCaptionForCancel

      default String getCaptionForCancel()
    • getCaptionForSave

      default String getCaptionForSave()