B C D F P R U
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
B
- BaseDao<T extends BaseEntity> - com.shixin.dal.dao中的接口
-
Dao层基础接口
- BaseDaoImpl<R extends org.springframework.data.jpa.repository.JpaRepository<T,Integer>,T extends BaseEntity> - com.shixin.dal.dao中的类
-
Dao层基础接口实现类
- BaseDaoImpl() - 类 的构造器com.shixin.dal.dao.BaseDaoImpl
- BaseEntity - com.shixin.dal.entity中的类
-
基础数据库实体类,其他实体类继承该类
- BaseEntity() - 类 的构造器com.shixin.dal.entity.BaseEntity
C
- com.shixin.dal.dao - 程序包 com.shixin.dal.dao
- com.shixin.dal.entity - 程序包 com.shixin.dal.entity
- create(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
创建对象
- create(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- createAll(List<T>) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
批量创建对象
- createAll(List<T>) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- createTime - 类 中的变量com.shixin.dal.entity.BaseEntity
D
- delete(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据对象删除对象 默认逻辑删除
- delete(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- deleteById(Integer) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据id删除对象 默认逻辑删除
- deleteById(Integer) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- deleted - 类 中的变量com.shixin.dal.entity.BaseEntity
F
- findAll() - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据查询对象查找对象
- findAll() - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- findAll(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据查询对象查找对象
- findAll(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- findById(Integer) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据id查找对象
- findById(Integer) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- findOne(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据查询对象查找对象
- findOne(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
P
- pageQuery(T, Pageable) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
分页查询
- pageQuery(T, Pageable) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
R
- repository - 类 中的变量com.shixin.dal.dao.BaseDaoImpl
U
- update(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据id更新对象,默认忽略Null值更新
- update(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
- updateTime - 类 中的变量com.shixin.dal.entity.BaseEntity
- updateWithNull(T) - 接口 中的方法com.shixin.dal.dao.BaseDao
-
根据id更新对象,可以设置Null值是否更新
- updateWithNull(T) - 类 中的方法com.shixin.dal.dao.BaseDaoImpl
所有类 所有程序包