- findAll(T) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
按照例子查询多条
- findAll(T, Sort) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
按照例子查询多条/排序
- findAll(T, int, int) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
按照例子查询多条分页
- findAll(T, int, int, Sort) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
按照例子对象查询多条分页
- findAll(T, PageRequest) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
- findAll(String, Class<T>, Integer, Integer, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql语句查询指定类型clazz列表
- findAll(String, Class<T>, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql语句查询指定类型clazz列表
- findAll(String, Class<T>, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql查询结果为List类型的结果集
- findAll(Class<T>, int, int) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
查询指定tableClass对应表的全表分页
- findAll(Class<T>) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
指定tableClass对应表的全表查询
- findAll(Class<T>, Sort) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
指定tableClass对应表的全表查询,并排序
- findAllByArrayId(Class<T>, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据实体类型tableClass与主键值集合ids,查询实体列表
- findAllByExample(Example<T>) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据例子查询列表
- findAllByExample(Example<T>, Sort) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据例子查询列表
- findAllById(Class<T>, Iterable<?>) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据实体类型tableClass与主键值集合ids,查询实体列表
- findAllBySQL(String, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql语句查询列表,结果类型为List
- findAllBySQL(String, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql语句查询列表,结果类型为List
- findOne(Class<T>, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据主键,查询单条
- findOne(T) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
按照例子查询单条
- findOne(String, Class<T>, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql查询出单条数据,并映射成指定clazz类型
- findOne(String, Class<T>, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
根据sql查询出单条数据,并映射成指定clazz类型
- findOneToMap(String, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
- findOneToMap(String, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
- findPageBySQL(String, String, int, int, Class<T>, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
分页查询
- findPageBySQL(String, int, int, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
分页查询,自动生成条数汇总sql语句
- findPageBySQL(String, int, int, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
分页查询,自动生成条数汇总sql语句
- findPageBySQL(String, int, int, Class<T>, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
分页查询,自动生成条数汇总sql语句
- findPageBySQL(String, int, int, Class<T>, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
分页查询,自动生成条数汇总sql语句
- findParameter(String, Object...) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
查询结果预判为一个字段值
- findParameter(String, Object) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
查询结果预判为一个字段值
- flush(Class<?>) - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
刷新数据库中指定tableClass类型实体对应的表
- flush() - 类 中的方法cloud.agileframework.jpa.dao.Dao
-
刷新数据库中全部表