类的使用
plus.hiver.common.entity.Role
使用Role的程序包
程序包
说明
-
plus.hiver.common.dao中Role的使用
返回变量类型为Role的类型的plus.hiver.common.dao中的方法修饰符和类型方法说明RoleDao.findByDefaultRole(Boolean defaultRole) 获取默认角色RoleDao.findByDeleted(Integer deleted) 获得所有角色 -
plus.hiver.common.dao.mapper中Role的使用
返回变量类型为Role的类型的plus.hiver.common.dao.mapper中的方法 -
plus.hiver.common.service中Role的使用
返回变量类型为Role的类型的plus.hiver.common.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Role>RoleService.findByCondition(String key, org.springframework.data.domain.Pageable pageable) 分页获取RoleService.findByDefaultRole(Boolean defaultRole) 获取默认角色RoleService.findByDeleted(Integer deleted) 获得所有角色 -
plus.hiver.common.service.mybatis中Role的使用
返回变量类型为Role的类型的plus.hiver.common.service.mybatis中的方法 -
plus.hiver.common.serviceimpl中Role的使用
返回变量类型为Role的类型的plus.hiver.common.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Role>RoleServiceImpl.findByCondition(String key, org.springframework.data.domain.Pageable pageable) RoleServiceImpl.findByDefaultRole(Boolean defaultRole) RoleServiceImpl.findByDeleted(Integer deleted) -
plus.hiver.common.serviceimpl.mybatis中Role的使用
返回变量类型为Role的类型的plus.hiver.common.serviceimpl.mybatis中的方法