Package com.avoka.fc.core.dao
Class JobPropertySearchDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.JobPropertySearchDao
Provides a DAO for the
JobPropertySearch
entity- Since:
- 24.4.0
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the JobPropertySearch object for the given primary key or null if not found.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
-
Constructor Details
-
JobPropertySearchDao
public JobPropertySearchDao()
-
-
Method Details
-
getJobPropertySearchForPK
Return the JobPropertySearch object for the given primary key or null if not found.- Parameters:
id
- the JobPropertySearch ID- Returns:
- the JobPropertySearch object for the given primary key or null if not found
-