Package com.avoka.fc.core.dao
Class ApplicationFormDao
- java.lang.Object
-
- com.avoka.core.dao.BaseDao
-
- com.avoka.fc.core.dao.ApplicationFormDao
-
public class ApplicationFormDao extends BaseDao
Provides a DAO for the ApplicationForm entity.- Since:
- 4.3.0
-
-
Field Summary
-
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description ApplicationFormDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationForm
getApplicationForm(ApplicationPackage applicationPackage, Form form)
Return the ApplicationForm entity for the given application package and form, or null if none exists-
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
-
-
-
-
Method Detail
-
getApplicationForm
public ApplicationForm getApplicationForm(ApplicationPackage applicationPackage, Form form)
Return the ApplicationForm entity for the given application package and form, or null if none exists- Parameters:
applicationPackage
- the application package (required)form
- the form (required)- Returns:
- the matching ApplicationForm join entity, or null if none exists
-
-