Class IntegrityCheckerLogDao


public class IntegrityCheckerLogDao extends AbstractDao
Provides a DAO for the IntegrityCheckerLog entity.
Since:
23.10.0
See Also:
  • Field Details

    • FETCH_LIMIT

      public static final int FETCH_LIMIT
      The database fetch limit.
      See Also:
  • Constructor Details

    • IntegrityCheckerLogDao

      public IntegrityCheckerLogDao()
  • Method Details

    • getIntegrityCheckerLogList

      public List<IntegrityCheckerLog> getIntegrityCheckerLogList()
      Return the list of all IntegrityCheckerLog records with maximum 10 fetch limit.
      Returns:
      the list of all IntegrityCheckerLog records with maximum 10 fetch limit