@Repository(value="dataDictionaryDao") public class DataDictionaryDaoImpl extends com.centit.framework.jdbc.dao.BaseDaoImpl<DataDictionary,DataDictionaryId> implements DataDictionaryDao
| 构造器和说明 |
|---|
DataDictionaryDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteDictionary(String catalog) |
void |
deleteObjectById(DataDictionaryId dd) |
Map<String,String> |
getFilterField() |
DataDictionary |
getObjectById(DataDictionaryId dd) |
List<DataDictionary> |
getWholeDictionary() |
List<DataDictionary> |
listDataDictionary(String catalogCode) |
List<DataDictionary> |
listObjects(Map<String,Object> filterDescMap) |
void |
updateDictionary(DataDictionary dataDictionary) |
buildDefaultFieldFilterSql, buildFieldFilterSql, deleteObject, deleteObjectById, deleteObjectForce, deleteObjectForceById, deleteObjectsByProperties, deleteObjectsForceByProperties, enableDefaultFilter, encapsulateFilterToSql, fetchObjectLazyColumn, fetchObjectLazyColumns, fetchObjectReference, fetchObjectReferences, fetchSelfOrderSql, getConnection, getDataSource, getExtendFilterQuerySql, getFilterFieldWithPretreatment, getFilterQuerySql, getJdbcTemplate, getObjectById, getObjectByProperties, getObjectIncludeLazyById, getObjectWithReferences, getPkClass, getPoClass, listObjects, listObjectsAsJson, listObjectsAsJson, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilterAsJson, listObjectsByFilterAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySql, mergeObject, pageCount, pageQuery, parseParameter, releaseConnection, saveNewObject, saveObjectReference, saveObjectReferences, setDataSource, translatePropertyNameToColumnName, updateObject, updateObject, updateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, pageCount, pageQuery, saveNewObjectpublic Map<String,String> getFilterField()
getFilterField 在类中 com.centit.framework.jdbc.dao.BaseDaoImpl<DataDictionary,DataDictionaryId>public List<DataDictionary> listObjects(Map<String,Object> filterDescMap)
listObjects 在接口中 DataDictionaryDaolistObjects 在类中 com.centit.framework.jdbc.dao.BaseDaoImpl<DataDictionary,DataDictionaryId>public DataDictionary getObjectById(DataDictionaryId dd)
getObjectById 在接口中 DataDictionaryDaopublic void deleteObjectById(DataDictionaryId dd)
deleteObjectById 在接口中 DataDictionaryDaopublic List<DataDictionary> getWholeDictionary()
getWholeDictionary 在接口中 DataDictionaryDao@Transactional public List<DataDictionary> listDataDictionary(String catalogCode)
listDataDictionary 在接口中 DataDictionaryDao@Transactional public void deleteDictionary(String catalog)
deleteDictionary 在接口中 DataDictionaryDaopublic void updateDictionary(DataDictionary dataDictionary)
updateDictionary 在接口中 DataDictionaryDaoCopyright © 2018. All rights reserved.