Package com.avoka.fc.core.dao
Class IntegrityCheckerLogDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.IntegrityCheckerLogDao
Provides a DAO for the IntegrityCheckerLog entity.
- Since:
- 23.10.0
- See Also:
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of all IntegrityCheckerLog records with maximum 10 fetch limit.Methods inherited from class com.avoka.fc.core.dao.AbstractDao
andFilterClientExcludeNull, andFilterClientIncludeNull, andFilterClientOnly, isClientAccessAllowed, performQueryConfigCached
Methods inherited from class com.avoka.core.dao.BaseDao
addOrdering, addOrderingCaseInsensitive, addOrderingCaseSensitive, andQueryBetween, andQueryInExp, andQueryInExp, andQueryLikeIgnoreCaseExp, andQueryMatchDbExp, andQueryMatchExp, andQueryMatchIsNotNull, andQueryMatchIsNull, andQueryNoMatchExp, andQueryNotTrue, deleteObject, deleteObjects, findObject, getDataContext, getFetchLimit, getLogger, getObjectForPK, newObject, orQueryLikeIgnoreCaseExp, orQueryMatchExp, performNamedQuery, performNamedQuery, performNamedQuery, performNamedQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performQuery, performQuery, performQuery, registerNewObject, setCacheStrategy, setFetchLimit, setLocalCacheStrategy, setLocalCacheStrategy, setSharedCacheStrategy, toMap, toMap
-
Field Details
-
FETCH_LIMIT
public static final int FETCH_LIMITThe database fetch limit.- See Also:
-
-
Constructor Details
-
IntegrityCheckerLogDao
public IntegrityCheckerLogDao()
-
-
Method Details
-
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
-