Package com.avoka.fc.core.dao
Class ServiceParameterHistoryDao
- java.lang.Object
-
- com.avoka.core.dao.BaseDao
-
- com.avoka.fc.core.dao.AbstractDao
-
- com.avoka.fc.core.dao.ServiceParameterHistoryDao
-
public class ServiceParameterHistoryDao extends AbstractDao
Provides a DAO for the ServiceParameterHistory entity.- Since:
- 4.0.0
- See Also:
ServiceParameterHistory
-
-
Field Summary
-
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description ServiceParameterHistoryDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createServiceParameterHistory(ServiceParameter serviceParameter)
Creates the service parameter history.ServiceParameterHistory
getServiceParameterHistoryForPK(Object id)
Gets the service parameter history for a given id.-
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
-
-
-
-
Method Detail
-
getServiceParameterHistoryForPK
public ServiceParameterHistory getServiceParameterHistoryForPK(Object id)
Gets the service parameter history for a given id.- Parameters:
id
- the id- Returns:
- the service parameter history for a given id
-
createServiceParameterHistory
public void createServiceParameterHistory(ServiceParameter serviceParameter)
Creates the service parameter history.- Parameters:
serviceParameter
- the service parameter
-
-