跳过导航链接
A B C D E F G I P R S T U 

A

afterPropertiesSet() - 类 中的方法cloud.agileframework.data.common.config.DruidExtendAutoConfiguration
 
AuthData - cloud.agileframework.data.common.auth.annotation中的注释类型
 
AuthDataAround - cloud.agileframework.data.common.auth中的类
 
AuthDataAround(AuthFilter) - 类 的构造器cloud.agileframework.data.common.auth.AuthDataAround
 
authDataAround(AuthFilter) - 类 中的方法cloud.agileframework.data.common.config.AuthFilterAutoConfiguration
 
AuthDataProperties - cloud.agileframework.data.common.auth中的类
 
AuthDataProperties() - 类 的构造器cloud.agileframework.data.common.auth.AuthDataProperties
 
AuthFilter - cloud.agileframework.data.common.auth中的类
 
AuthFilter(AuthDataProperties) - 类 的构造器cloud.agileframework.data.common.auth.AuthFilter
 
authFilter(AuthDataProperties) - 类 中的方法cloud.agileframework.data.common.config.AuthFilterAutoConfiguration
 
AuthFilterAutoConfiguration - cloud.agileframework.data.common.config中的类
 
AuthFilterAutoConfiguration() - 类 的构造器cloud.agileframework.data.common.config.AuthFilterAutoConfiguration
 

B

BaseDao - cloud.agileframework.data.common.dao中的接口
 
BaseDao.ColumnValueMapping - cloud.agileframework.data.common.dao中的类
 
batchDelete(List<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量删除
batchDelete(List<T>, int) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量删除
batchInsert(List<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量插入
batchInsert(List<T>, int) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量插入
batchUpdate(List<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量更新
batchUpdate(List<T>, int) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量更新

C

clear() - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
cloud.agileframework.data.common.auth - 程序包 cloud.agileframework.data.common.auth
 
cloud.agileframework.data.common.auth.annotation - 程序包 cloud.agileframework.data.common.auth.annotation
 
cloud.agileframework.data.common.config - 程序包 cloud.agileframework.data.common.config
 
cloud.agileframework.data.common.dao - 程序包 cloud.agileframework.data.common.dao
 
cloud.agileframework.data.common.dictionary - 程序包 cloud.agileframework.data.common.dictionary
 
ColumnName - cloud.agileframework.data.common.dao中的类
 
ColumnName() - 类 的构造器cloud.agileframework.data.common.dao.ColumnName
 
ColumnValueMapping() - 类 的构造器cloud.agileframework.data.common.dao.BaseDao.ColumnValueMapping
 
connection_prepareCall(FilterChain, ConnectionProxy, String) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareCall(FilterChain, ConnectionProxy, String, int, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareCall(FilterChain, ConnectionProxy, String, int, int, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String, int, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String, int, int, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String, int[]) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
connection_prepareStatement(FilterChain, ConnectionProxy, String, String[]) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
contains(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
count(Class<?>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
查询指定tableClass对应表的总数
cover(Object) - 接口 中的方法cloud.agileframework.data.common.dictionary.DataExtendManager
字典转换工具
cover(Object) - 类 中的方法cloud.agileframework.data.common.dictionary.DictionaryManager
 

D

DataExtendManager - cloud.agileframework.data.common.dictionary中的接口
 
delete(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据提供的对象参数,作为例子,查询出结果并删除
deleteAll(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
删除全部(逐一删除)
deleteAllInBatch(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
删除全部(一次性删除)
deleteById(Class<T>, Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
删除
deleteInBatch(Class<T>, Object[]) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据主键与实体类型,部分删除,删除对象集(一次性删除)
deleteInBatch(Class<T>, Iterable<?>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
deleteInBatch(Iterable<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据表映射类型的对象集合,部分删除,删除对象集(一次性删除),无返回值
DictionaryAutoConfiguration - cloud.agileframework.data.common.config中的类
 
DictionaryAutoConfiguration() - 类 的构造器cloud.agileframework.data.common.config.DictionaryAutoConfiguration
 
dictionaryManager() - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
DictionaryManager - cloud.agileframework.data.common.dictionary中的类
 
DictionaryManager() - 类 的构造器cloud.agileframework.data.common.dictionary.DictionaryManager
 
DruidExtendAutoConfiguration - cloud.agileframework.data.common.config中的类
 
DruidExtendAutoConfiguration() - 类 的构造器cloud.agileframework.data.common.config.DruidExtendAutoConfiguration
 

E

existsById(Class<T>, Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据表实体类型与主键值,判断数据是否存在

F

findAll(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
按照例子查询多条
findAll(T, Sort) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
findAllByArrayId(Class<T>, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据实体类型tableClass与主键值集合ids,查询实体列表
findAllByClass(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
指定tableClass对应表的全表查询
findAllByClass(Class<T>, Sort) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
指定tableClass对应表的全表查询,并排序
findAllById(Class<T>, Iterable<Object>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据实体类型tableClass与主键值集合ids,查询实体列表
findBySQL(String, Class<T>, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
findBySQL(String, Class<T>, Integer, Integer, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据sql语句查询指定类型clazz列表
findBySQL(String, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据sql语句查询列表,结果类型为List>
findOne(Class<T>, Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据主键,查询单条
findOne(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
按照例子查询单条
findOne(String, Class<T>, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据sql查询出单条数据,并映射成指定clazz类型

G

getColumns() - 类 中的方法cloud.agileframework.data.common.dao.TableWrapper
 
getConnection() - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
获取数据库连接
getFilterMapping() - 类 中的方法cloud.agileframework.data.common.auth.AuthDataProperties
 
getId(Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
getIdField(Class<?>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
获取ORM中的主键字段
getIdType(Class<?>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据ORM类型取主键类型
getMember() - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
getName() - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
getO() - 类 中的方法cloud.agileframework.data.common.dao.TableWrapper
 
getRepository(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
根据java类型获取对应的数据库表的JpaRepository对象
getTableName() - 类 中的方法cloud.agileframework.data.common.dao.TableWrapper
 
getValue() - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 

I

isEnable() - 类 中的方法cloud.agileframework.data.common.auth.AuthDataProperties
 
isPrimaryKey() - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 

P

page(T, int, int) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
按照例子查询多条分页
page(T, int, int, Sort) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
按照例子对象查询多条分页
page(T, PageRequest) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
pageByClass(Class<T>, PageRequest) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
查询指定tableClass对应表的全表分页
pageByClass(Class<T>, int, int) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
查询指定tableClass对应表的全表分页
pageBySQL(String, PageRequest, Class<T>, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
分页查询
pageBySQL(String, int, int, Class<T>, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 

R

REPOSITORY_CACHE - 接口 中的静态变量cloud.agileframework.data.common.dao.BaseDao
 
roundAsp(ProceedingJoinPoint) - 类 中的方法cloud.agileframework.data.common.auth.AuthDataAround
 

S

save(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
保存
save(Iterable<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量保存
saveAndReturn(T, boolean) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
保存并刷新
saveAndReturn(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
保存
saveAndReturn(Iterable<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
批量保存
saveOrUpdate(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
保存或更新
setApplicationContext(ApplicationContext) - 类 中的方法cloud.agileframework.data.common.config.AuthFilterAutoConfiguration
 
setConfig(AuthData) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
setEnable(boolean) - 类 中的方法cloud.agileframework.data.common.auth.AuthDataProperties
 
setFilterMapping(Map<String, String>) - 类 中的方法cloud.agileframework.data.common.auth.AuthDataProperties
 
setId(Object, Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
setMember(Member) - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
setName(String) - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
setPrimaryKey(boolean) - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
setValue(Optional<Object>) - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
sql(DbType) - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
sqlValue() - 类 中的方法cloud.agileframework.data.common.dao.ColumnName
 
statement_execute(FilterChain, StatementProxy, String) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
statement_execute(FilterChain, StatementProxy, String, int) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
statement_execute(FilterChain, StatementProxy, String, int[]) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
statement_execute(FilterChain, StatementProxy, String, String[]) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
statement_executeBatch(FilterChain, StatementProxy) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 
statement_executeQuery(FilterChain, StatementProxy, String) - 类 中的方法cloud.agileframework.data.common.auth.AuthFilter
 

T

TableWrapper<T> - cloud.agileframework.data.common.dao中的类
 
TableWrapper(T, Function<Class<T>, List<ColumnName>>, Function<Class<T>, String>) - 类 的构造器cloud.agileframework.data.common.dao.TableWrapper
 
toColumnNames(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toColumnValueMapping(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
将对象转换为字段与值的映射结构
toDeleteSql(T, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toIdType(Class<?>, Object) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
把id转换为clazz实体的主键类型
toInsertSql(T, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toInsertSql(List<T>, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toPageCountSQL(T, PageRequest, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toPageSQL(T, PageRequest, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toSelectSql(T, Sort, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
对象转换为sql
toTableName(Class<T>) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 
toUpdateSql(T, DbType) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
 

U

update(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
更新或新增
updateBySQL(String, Object...) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
sql形式写操作
updateOfNotNull(T) - 接口 中的方法cloud.agileframework.data.common.dao.BaseDao
更新或新增非空字段,空字段不进行更新
A B C D E F G I P R S T U 
跳过导航链接

Copyright © 2022. All rights reserved.