java.lang.Object
org.cardanofoundation.lob.app.support.spring_audit.CommonEntity

@MappedSuperclass public abstract class CommonEntity extends Object
  • Field Details

    • createdBy

      protected String createdBy
    • updatedBy

      protected String updatedBy
    • createdAt

      protected LocalDateTime createdAt
    • updatedAt

      protected LocalDateTime updatedAt
    • isNew

      protected boolean isNew
  • Constructor Details

    • CommonEntity

      public CommonEntity()
  • Method Details

    • isNew

      public boolean isNew()