类 DictServiceImpl
- 所有已实现的接口:
plus.hiver.common.base.HiverBaseService<Dict,,Long> DictService
@Service
public class DictServiceImpl
extends plus.hiver.common.base.HiverBaseServiceImpl<Dict,Long,DictDao>
implements DictService
字典接口实现
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段概要
从类继承的字段 plus.hiver.common.base.HiverBaseServiceImpl
dao -
构造器概要
构造器 -
方法概要
从类继承的方法 plus.hiver.common.base.HiverBaseServiceImpl
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 plus.hiver.common.base.HiverBaseService
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
-
构造器详细资料
-
DictServiceImpl
-
-
方法详细资料
-
findAllOrderBySortOrder
从接口复制的说明:DictService排序获取全部- 指定者:
findAllOrderBySortOrder在接口中DictService- 返回:
- 字典列表
-
findByType
从接口复制的说明:DictService通过type获取- 指定者:
findByType在接口中DictService- 参数:
type- 字典类型- 返回:
- 字典信息
-
findByTitleOrTypeLike
从接口复制的说明:DictService模糊搜索- 指定者:
findByTitleOrTypeLike在接口中DictService- 参数:
key- 关键字- 返回:
- 字典列表
-