public interface DmDictionaryDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(Long fDicno) |
int |
insert(DmDictionary record) |
int |
insertSelective(DmDictionary record) |
List<DmDictionary> |
queryAll() |
DmDictionary |
selectByKey(String key) |
List<DmDictionary> |
selectByKeys(String[] keys) |
DmDictionary |
selectByPrimaryKey(Long fDicno) |
int |
updateByPrimaryKey(DmDictionary record) |
int |
updateByPrimaryKeySelective(DmDictionary record) |
int deleteByPrimaryKey(Long fDicno)
int insert(DmDictionary record)
int insertSelective(DmDictionary record)
DmDictionary selectByPrimaryKey(Long fDicno)
DmDictionary selectByKey(String key)
List<DmDictionary> selectByKeys(@Param(value="keys") String[] keys)
List<DmDictionary> queryAll()
int updateByPrimaryKeySelective(DmDictionary record)
int updateByPrimaryKey(DmDictionary record)
Copyright © 2025. All rights reserved.