Package com.avoka.fc.core.dao
Class ApplicationServiceDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.ApplicationServiceDao
Provides a DAO for the ApplicationService entity.
- Since:
- 4.3.0
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetApplicationService
(ApplicationPackage applicationPackage, ServiceDefinition service) Return the ApplicationService entity for the given application package and service definition, or null if none existsMethods 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
-
ApplicationServiceDao
public ApplicationServiceDao()
-
-
Method Details
-
getApplicationService
public ApplicationService getApplicationService(ApplicationPackage applicationPackage, ServiceDefinition service) Return the ApplicationService entity for the given application package and service definition, or null if none exists- Parameters:
applicationPackage
- the application package (required)service
- the service definition (required)- Returns:
- the matching ApplicationService join entity, or null if none exists
-