Package com.avoka.fc.core.dao
Class PrefillParamXpathMapDao
- java.lang.Object
-
- com.avoka.core.dao.BaseDao
-
- com.avoka.fc.core.dao.PrefillParamXpathMapDao
-
public class PrefillParamXpathMapDao extends BaseDao
Provides a DAO for the PrefillParamXpathMap entity.- Since:
- 5.1.5.1
- See Also:
PrefillParamXpathMap
-
-
Field Summary
-
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description PrefillParamXpathMapDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasPrefillParamXPathMap(SchemaSeed schemaSeed, String name, String xpath)
Return whether there is a prefill parameter mapping for the given schema seed, name and XPath.-
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
-
hasPrefillParamXPathMap
public boolean hasPrefillParamXPathMap(SchemaSeed schemaSeed, String name, String xpath)
Return whether there is a prefill parameter mapping for the given schema seed, name and XPath.- Parameters:
schemaSeed
- the schema seed (required)name
- the parameter name (required)xpath
- the XPath (required)- Returns:
- true if a matching prefill parameter mapping exists
-
-