跳过导航链接
A B C D E F G H I J L M N O P R S T U V 

A

and() - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
AND() - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
and(String, Condition) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
ARRAY - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 

B

BaseService<T,ID extends Serializable> - com.feingto.cloud.data.elasticsearch中的类
ElasticSearch Crud 通用接口实现
BaseService() - 类 的构造器com.feingto.cloud.data.elasticsearch.BaseService
 
BaseService<T,ID extends Serializable> - com.feingto.cloud.data.jpa中的类
JPA Crud 通用接口实现
BaseService() - 类 的构造器com.feingto.cloud.data.jpa.BaseService
 
BaseService<T,ID extends Serializable> - com.feingto.cloud.data.mongodb中的类
MongoDB Crud 通用接口实现
BaseService() - 类 的构造器com.feingto.cloud.data.mongodb.BaseService
 
batchInsert(List<T>) - 接口 中的方法com.feingto.cloud.data.jpa.repository.MyRepository
批量保存
batchInsert(List<T>) - 类 中的方法com.feingto.cloud.data.jpa.repository.MyRepositoryImpl
 
batchUpdate(List<T>) - 接口 中的方法com.feingto.cloud.data.jpa.repository.MyRepository
批量更新
batchUpdate(List<T>) - 类 中的方法com.feingto.cloud.data.jpa.repository.MyRepositoryImpl
 
between(String, Object, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
between(String, Object, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
BIGINT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
BINARY - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
BIT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
BLOB - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
BOOLEAN - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
build() - 类 中的静态方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
build(HttpServletRequest) - 类 中的静态方法com.feingto.cloud.data.jpa.specification.bean.Condition
request参数转换为查询规则 参数名示例: search_EQ_status search_LIKE_username_OR_realName
build() - 类 中的静态方法com.feingto.cloud.data.mongodb.bean.Condition
 
byCondition(Condition) - 类 中的静态方法com.feingto.cloud.data.jpa.specification.DynamicSpecifications
组装查询规则
byCondition(Condition, JoinType) - 类 中的静态方法com.feingto.cloud.data.jpa.specification.DynamicSpecifications
组装查询规则

C

CHAR - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
checkRepeat(ID, Condition, String) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
根据满足条件的数量是否为0校验重复性
clazz - 类 中的变量com.feingto.cloud.data.jpa.provider.SqlService
 
CLOB - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
com.feingto.cloud.data.bean - 程序包 com.feingto.cloud.data.bean
 
com.feingto.cloud.data.elasticsearch - 程序包 com.feingto.cloud.data.elasticsearch
 
com.feingto.cloud.data.jdbc - 程序包 com.feingto.cloud.data.jdbc
 
com.feingto.cloud.data.jdbc.model - 程序包 com.feingto.cloud.data.jdbc.model
 
com.feingto.cloud.data.jdbc.table - 程序包 com.feingto.cloud.data.jdbc.table
 
com.feingto.cloud.data.jpa - 程序包 com.feingto.cloud.data.jpa
 
com.feingto.cloud.data.jpa.generator - 程序包 com.feingto.cloud.data.jpa.generator
 
com.feingto.cloud.data.jpa.generator.model - 程序包 com.feingto.cloud.data.jpa.generator.model
 
com.feingto.cloud.data.jpa.provider - 程序包 com.feingto.cloud.data.jpa.provider
 
com.feingto.cloud.data.jpa.repository - 程序包 com.feingto.cloud.data.jpa.repository
 
com.feingto.cloud.data.jpa.specification - 程序包 com.feingto.cloud.data.jpa.specification
 
com.feingto.cloud.data.jpa.specification.bean - 程序包 com.feingto.cloud.data.jpa.specification.bean
 
com.feingto.cloud.data.jpa.utils - 程序包 com.feingto.cloud.data.jpa.utils
 
com.feingto.cloud.data.mongodb - 程序包 com.feingto.cloud.data.mongodb
 
com.feingto.cloud.data.mongodb.bean - 程序包 com.feingto.cloud.data.mongodb.bean
 
com.feingto.cloud.data.mongodb.provider - 程序包 com.feingto.cloud.data.mongodb.provider
 
Condition - com.feingto.cloud.data.jpa.specification.bean中的类
查询参数过滤规则 JSON格式: {"conditions":[{"groups":[{"rules":[{"property":"id.sn","op":"EQ","value":"001"},{"property":"enabled","op":"EQ","value":"ENABLED"}],"op":"and"}],"rules":[{"property":"type","op":"EQ","value":1}],"op":"or"}],"rules":[{"property":"status","op":"EQ","value":1}],"op":"and"}
Condition() - 类 的构造器com.feingto.cloud.data.jpa.specification.bean.Condition
 
Condition - com.feingto.cloud.data.mongodb.bean中的类
MongoDB 查询参数过滤规则
Condition() - 类 的构造器com.feingto.cloud.data.mongodb.bean.Condition
 
count(QueryBuilder) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
count(QueryBuilder) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据条件统计数量
count() - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
count(Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
count(Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
根据条件统计数量
count() - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
统计全部数量
count(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
hql 统计
count(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
count() - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
count(Example<T>) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
count(Example<T>) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件统计数量
count() - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
统计全部数量
countBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
sql 统计
countBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
countTableSql(String, String, String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
统计表数量
create(String, String, String, String, String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
创建数据源,并存放到池中
create(String, DataSource) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
 
createCode(ID) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
生成树结构数据的编码 code 规则 001, 001001, 001002
createJava(File, String, String) - 类 中的静态方法com.feingto.cloud.data.jpa.utils.PersistenceUtils
创建.java文件
createPageable(Page) - 类 中的静态方法com.feingto.cloud.data.bean.Page
生成Spring Data Pageable
createSort(OrderSort) - 类 中的静态方法com.feingto.cloud.data.bean.Page
生成Spring Data Sort
createTable(Map<String, String>, String) - 类 中的方法com.feingto.cloud.data.jdbc.table.FormTableBuilder
创建表格

D

DATALINK - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
DataTransform - com.feingto.cloud.data.jdbc中的类
数据转换
DataTransform() - 类 的构造器com.feingto.cloud.data.jdbc.DataTransform
 
DATE - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
DBKit - com.feingto.cloud.data.jdbc中的类
数据库操作工具
DBKit(DataSource) - 类 的构造器com.feingto.cloud.data.jdbc.DBKit
 
DBPool - com.feingto.cloud.data.jdbc中的类
数据库池(保存外部数据库连接)
DBPool() - 类 的构造器com.feingto.cloud.data.jdbc.DBPool
 
DECIMAL - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
delete(ID) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
delete(ID) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据 ID 删除
delete(ID) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
delete(ID[]) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
delete(Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
delete(Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
根据条件删除
delete(ID) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
根据 ID 删除
delete(ID[]) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
根据 ID 集合批量删除
delete(ID) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
delete(ID[]) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
delete(ID) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
根据 ID 删除
delete(ID[]) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
根据 ID 集合批量删除
destroy(String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
销毁指定数据源
destroyAll() - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
销毁所有数据源
DISTINCT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
distinct() - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
DOUBLE - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
dropTable(String) - 类 中的方法com.feingto.cloud.data.jdbc.table.FormTableBuilder
删除表格
DynamicSpecifications - com.feingto.cloud.data.jpa.specification中的类
通用表达式查询封装, 支持属性表达式嵌套, 联合运算查询.
DynamicSpecifications() - 类 的构造器com.feingto.cloud.data.jpa.specification.DynamicSpecifications
 

E

elike(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
elike(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
em - 类 中的变量com.feingto.cloud.data.jpa.provider.SqlService
 
Entity - com.feingto.cloud.data.jpa.generator.model中的类
实体模型
Entity() - 类 的构造器com.feingto.cloud.data.jpa.generator.model.Entity
 
eq(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
eq(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
EXCHANGE_NAME - 类 中的静态变量com.feingto.cloud.data.jdbc.DBPool
 
execute(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.DBKit
执行更新
execute(String) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
执行
execute(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
执行 hql
execute(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
executeBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
执行 sql
executeBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 

F

find(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
hql 查询
find(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findAll(QueryBuilder) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
findAll(QueryBuilder) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据条件查询全部
findAll() - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAll(OrderSort) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAll(Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAll(Condition, OrderSort) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAll(Condition, OrderSort, JoinType) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAll(Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
条件查询
findAll(Condition, OrderSort) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
条件查询并排序
findAll(Condition, OrderSort, JoinType) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
条件查询并排序
findAll() - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
查询全部
findAll(OrderSort) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
查询全部并排序
findAll(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
hql 查询
findAll(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findAll() - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(OrderSort) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(Example<T>) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(Example<T>, OrderSort) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(Condition) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(Condition, OrderSort) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findAll(Example<T>) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件查询全部
findAll(Example<T>, OrderSort) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
查询全部并排序
findAll(Condition) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件查询全部
findAll(Condition, OrderSort) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件查询全部
findAll() - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
查询全部
findAll(OrderSort) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
查询全部并排序
findAllByPage(Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findAllByPage(Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
条件查询, 逐步加载
findAllBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
sql 查询
findAllBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findById(ID) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
findById(ID) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据 ID 查询
findById(ID) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findById(ID) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
根据 ID 查询
findById(ID) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findById(ID) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
根据 ID 查询
findByPage(QueryBuilder, Page<T>) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
findByPage(SearchQuery, Page<T>) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
findByPage(QueryBuilder, Page<T>) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据条件分页查询
findByPage(SearchQuery, Page<T>) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据条件分页查询
findByPage(Page<T>) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findByPage(Condition, Page<T>) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findByPage(Condition, Page<T>, JoinType) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findByPage(Condition, Page<T>) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
分页条件查询
findByPage(Condition, Page<T>, JoinType) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
分页条件查询
findByPage(Page<T>) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
分页查询
findByPage(Page<T>) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findByPage(Example<T>, Page<T>) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findByPage(Condition, Page<T>) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
findByPage(Example<T>, Page<T>) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件分页查询
findByPage(Condition, Page<T>) - 接口 中的方法com.feingto.cloud.data.mongodb.IBase
根据条件分页查询
findByPage(Page<T>) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
分页查询
findBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
sql 查询
findBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findOne(Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
findOne(Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
根据条件查询单个
findOne(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
hql 查询
findOne(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findOneBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
sql 查询
findOneBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
findSimilarByPage(T, String[], Page<T>) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
findSimilarByPage(T, String[], Page<T>) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
分页查找类似
FLOAT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
FormTableBuilder - com.feingto.cloud.data.jdbc.table中的类
数据表操作
FormTableBuilder(BaseService, String) - 类 的构造器com.feingto.cloud.data.jdbc.table.FormTableBuilder
 
FormTableSql - com.feingto.cloud.data.jdbc.table中的类
数据库表操作sql
FormTableSql() - 类 的构造器com.feingto.cloud.data.jdbc.table.FormTableSql
 

G

generate() - 类 中的方法com.feingto.cloud.data.jpa.generator.Generator
自动生成实体类对应的接口类和服务类
generateCode(String, int) - 接口 中的方法com.feingto.cloud.data.jpa.repository.MyRepository
自动生成有规则的标识, 例如 001
generateCode(String, int, String) - 接口 中的方法com.feingto.cloud.data.jpa.repository.MyRepository
自动生成有规则的标识, 例如 user001
generateCode(String, int) - 类 中的方法com.feingto.cloud.data.jpa.repository.MyRepositoryImpl
 
generateCode(String, int, String) - 类 中的方法com.feingto.cloud.data.jpa.repository.MyRepositoryImpl
 
Generator - com.feingto.cloud.data.jpa.generator中的类
自动生成实体类对应的接口类和服务类 1.
Generator() - 类 的构造器com.feingto.cloud.data.jpa.generator.Generator
 
get() - 类 中的方法com.feingto.cloud.data.bean.Page
根据记录总数计算分页
get(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.DBKit
获取单行数据
get(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
获取单行数据
get(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getBigDecimal(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getBigInt(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getBoolean(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getBytes(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getColumns() - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getConnection(String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
获取数据库链接
getDataSource(String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
获取数据源
getDate(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getDbType(DataSource) - 类 中的静态方法com.feingto.cloud.data.jdbc.DBKit
从DataSoure中取出connection, 判断DB类型
getDialect(DataSource) - 类 中的静态方法com.feingto.cloud.data.jdbc.DBKit
从DataSoure中取出connection, 根据connection的metadata中的jdbcUrl判断Dialect类型.
getDouble(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getFloat(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getInstance() - 类 中的静态方法com.feingto.cloud.data.jdbc.DBPool
 
getInstance() - 类 中的静态方法com.feingto.cloud.data.jpa.generator.Generator
 
getInt(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getLFExchangeDataSource() - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
获取用于交换/汇集的数据库
getLong(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getMap(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.DBKit
获取单行数据(Map)
getMap(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
获取单行数据(Map)
getName() - 枚举 中的方法com.feingto.cloud.data.jpa.specification.bean.Rule.Operator
 
getName() - 枚举 中的方法com.feingto.cloud.data.jpa.specification.bean.RuleGroup.UnionOperator
 
getNumber(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getPkProperty(Class<?>) - 类 中的静态方法com.feingto.cloud.data.jpa.utils.PersistenceUtils
得到实体的主键属性
getQuery() - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
getSingle(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
hql 查询
getSingle(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
getSingleBySql(String, Object...) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
sql 查询
getSingleBySql(String, Object...) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
getString(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getTableName() - 类 中的方法com.feingto.cloud.data.jdbc.table.FormTableBuilder
 
getTargetPackage() - 类 中的方法com.feingto.cloud.data.jpa.generator.model.Entity
 
getTime(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getTimestamp(String) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
getValues() - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
groupBy(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
gt(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
gt(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
gte(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
gte(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 

H

has(String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
是否存在数据源
hasNext() - 类 中的方法com.feingto.cloud.data.bean.Page
是否下一页
hasPrevious() - 类 中的方法com.feingto.cloud.data.bean.Page
是否上一页

I

IBase<T,ID extends Serializable> - com.feingto.cloud.data.elasticsearch中的接口
ElasticSearch Crud 通用接口扩展
IBase<T,ID extends Serializable> - com.feingto.cloud.data.jpa中的接口
JPA Crud 通用接口扩展
IBase<T,ID extends Serializable> - com.feingto.cloud.data.mongodb中的接口
MongoDB Crud 通用接口扩展
IBaseProvider<T,ID extends Serializable> - com.feingto.cloud.data.jpa.provider中的接口
JPA Crud 通用接口
IBaseProvider<T,ID extends Serializable> - com.feingto.cloud.data.mongodb.provider中的接口
MongoDB Crud 通用接口
ILazyInitializer<T> - com.feingto.cloud.data.jpa.provider中的接口
预热懒加载对象
in(String, Collection<?>) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
in(String, Collection<?>) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
index(T) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
index(T) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
索引
init(T) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ILazyInitializer
 
injectPageProperties(Page<T>, Page<T>) - 类 中的静态方法com.feingto.cloud.data.bean.Page
将 Spring Data Page 的属性注入 Page 模型
INTEGER - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
isBoolean(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
isEmpty(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
isFalse(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
isNotEmpty(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
isNotNull(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
isNull(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
ISqlProvider<T> - com.feingto.cloud.data.jpa.provider中的接口
SQL、HQL 操作接口
isTrue(String) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 

J

JAVA_OBJECT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
JdbcTemplateKit - com.feingto.cloud.data.jdbc中的类
JdbcTemplate 数据库操作工具
JdbcTemplateKit(JdbcTemplate) - 类 的构造器com.feingto.cloud.data.jdbc.JdbcTemplateKit
 

L

lastInsert(String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
获取最后插入ID
like(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
like(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
list(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.DBKit
获取集合数据
list(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
获取集合数据
listToMap(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.DBKit
获取集合数据
listToMap(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
获取集合数据
LONGVARBINARY - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
LONGVARCHAR - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
lt(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
lt(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
lte(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
lte(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 

M

mergeSql(String, String[], String[]) - 类 中的静态方法com.feingto.cloud.data.jdbc.DataTransform
 
mergeSql(String, Map<String, String>) - 类 中的静态方法com.feingto.cloud.data.jdbc.DataTransform
 
MyRepository<T,ID extends Serializable> - com.feingto.cloud.data.jpa.repository中的接口
通用JPA接口
MyRepositoryImpl<T,ID extends Serializable> - com.feingto.cloud.data.jpa.repository中的类
通用JPA接口实现
MyRepositoryImpl(JpaEntityInformation<T, ID>, EntityManager) - 类 的构造器com.feingto.cloud.data.jpa.repository.MyRepositoryImpl
 

N

ne(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
ne(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
notIn(String, Collection<?>) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
notIn(String, Collection<?>) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
NULL - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
NUMERIC - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 

O

or() - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
OR() - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
or(String, Condition) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
ORDER_ASC - 类 中的静态变量com.feingto.cloud.data.bean.Page
 
ORDER_DESC - 类 中的静态变量com.feingto.cloud.data.bean.Page
 
OrderSort - com.feingto.cloud.data.bean中的类
排序模型
OrderSort() - 类 的构造器com.feingto.cloud.data.bean.OrderSort
 
OTHER - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 

P

Page<T> - com.feingto.cloud.data.bean中的类
分页模型
Page() - 类 的构造器com.feingto.cloud.data.bean.Page
 
PersistenceUtils - com.feingto.cloud.data.jpa.utils中的类
Hibernate Jpa 工具
PersistenceUtils() - 类 的构造器com.feingto.cloud.data.jpa.utils.PersistenceUtils
 
Property - com.feingto.cloud.data.jpa.generator.model中的类
属性模型
Property() - 类 的构造器com.feingto.cloud.data.jpa.generator.model.Property
 
PropertyType - com.feingto.cloud.data.jpa.generator.model中的枚举
属性类型

R

REAL - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
Record - com.feingto.cloud.data.jdbc.model中的类
数据记录
Record() - 类 的构造器com.feingto.cloud.data.jdbc.model.Record
 
Record(Map<String, Object>) - 类 的构造器com.feingto.cloud.data.jdbc.model.Record
 
Records - com.feingto.cloud.data.jdbc.model中的类
数据记录集
Records() - 类 的构造器com.feingto.cloud.data.jdbc.model.Records
 
Records(List<Map<String, Object>>) - 类 的构造器com.feingto.cloud.data.jdbc.model.Records
 
REF - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
resloveLazyInit(T) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
resloveLazyInit(List<T>) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
Rule - com.feingto.cloud.data.jpa.specification.bean中的类
规则(字段、操作符、值) JSON格式: {"property":"id.sn","op":"EQ","value":"001"}
Rule() - 类 的构造器com.feingto.cloud.data.jpa.specification.bean.Rule
 
Rule.Operator - com.feingto.cloud.data.jpa.specification.bean中的枚举
运算符
RuleGroup - com.feingto.cloud.data.jpa.specification.bean中的类
规则组 JSON格式: {"rules":[{"property":"id.sn","op":"EQ","value":"001"},{"property":"enabled","op":"EQ","value":"ENABLED"}],"op":"or"}
RuleGroup() - 类 的构造器com.feingto.cloud.data.jpa.specification.bean.RuleGroup
 
RuleGroup.UnionOperator - com.feingto.cloud.data.jpa.specification.bean中的枚举
操作符(AND 或者 OR)

S

save(T) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
save(T) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
新增/修改
save(T) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
save(T) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
新增/修改
save(T) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
save(T) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
新增/修改
selectColumnsSql(String, String, String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
查询表字段信息
selectForgetKeySql(String, String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
查询表外键
selectTableSql(String, String, String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
查询单个表结构
selectTablesSql(String, String, String) - 类 中的静态方法com.feingto.cloud.data.jdbc.table.FormTableSql
查询全部表结构
set(String, Object) - 类 中的方法com.feingto.cloud.data.jdbc.model.Record
 
setLazyInitializer(ILazyInitializer<T>) - 接口 中的方法com.feingto.cloud.data.jpa.provider.ISqlProvider
加载延迟对象
setLazyInitializer(ILazyInitializer<T>) - 类 中的方法com.feingto.cloud.data.jpa.provider.SqlService
 
setName(String) - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.Rule.Operator
 
setName(String) - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.RuleGroup.UnionOperator
 
size() - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
数据源数量
slike(String, Object) - 类 中的方法com.feingto.cloud.data.jpa.specification.bean.Condition
 
slike(String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.bean.Condition
 
SMALLINT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
SqlService<T> - com.feingto.cloud.data.jpa.provider中的类
SQL、HQL 操作实现类
SqlService() - 类 的构造器com.feingto.cloud.data.jpa.provider.SqlService
 
STRUCT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 

T

Table - com.feingto.cloud.data.jdbc.model中的类
表结构
Table() - 类 的构造器com.feingto.cloud.data.jdbc.model.Table
 
TableColumn - com.feingto.cloud.data.jdbc.model中的类
表字段
TableColumn() - 类 的构造器com.feingto.cloud.data.jdbc.model.TableColumn
 
test(String, String, String, String) - 类 中的方法com.feingto.cloud.data.jdbc.DBPool
测试配置文件是否可用
TIME - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
TIMESTAMP - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
TINYINT - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
toHTML(List<Map<String, Object>>) - 类 中的静态方法com.feingto.cloud.data.jdbc.DataTransform
 
toJSON(List<Map<String, Object>>) - 类 中的静态方法com.feingto.cloud.data.jdbc.DataTransform
 
toXML(List<Map<String, Object>>) - 类 中的静态方法com.feingto.cloud.data.jdbc.DataTransform
 
TypeMap - com.feingto.cloud.data.jdbc.model中的类
字段类型
TypeMap() - 类 的构造器com.feingto.cloud.data.jdbc.model.TypeMap
 

U

update(String, Object...) - 类 中的方法com.feingto.cloud.data.jdbc.JdbcTemplateKit
执行更新
update(ID, T) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
update(ID, T) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
动态更新, 对象属性值为空时不更新
update(ID, T) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
update(ID, T) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
动态更新, 对象属性值为空时不更新
updateByProperty(ID, String, Object) - 类 中的方法com.feingto.cloud.data.elasticsearch.BaseService
 
updateByProperty(ID, String, Object) - 接口 中的方法com.feingto.cloud.data.elasticsearch.IBase
根据 ID 修改属性值
updateByProperty(ID, String, Object) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
updateByProperty(ID, Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
updateByProperty(Condition, Condition) - 类 中的方法com.feingto.cloud.data.jpa.BaseService
 
updateByProperty(ID, Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
根据ID修改多个condition的值(运算符规定是EQ,其他运算符忽略)
updateByProperty(Condition, Condition) - 接口 中的方法com.feingto.cloud.data.jpa.IBase
根据多个condition条件修改多个condition值(运算符规定是EQ,其他运算符忽略)
updateByProperty(ID, String, Object) - 接口 中的方法com.feingto.cloud.data.jpa.provider.IBaseProvider
根据 ID 修改属性值
updateByProperty(ID, String, Object) - 类 中的方法com.feingto.cloud.data.mongodb.BaseService
 
updateByProperty(ID, String, Object) - 接口 中的方法com.feingto.cloud.data.mongodb.provider.IBaseProvider
根据 ID 修改属性值

V

valueOf(String) - 枚举 中的静态方法com.feingto.cloud.data.jpa.generator.model.PropertyType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.Rule.Operator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.RuleGroup.UnionOperator
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.feingto.cloud.data.jpa.generator.model.PropertyType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.Rule.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.feingto.cloud.data.jpa.specification.bean.RuleGroup.UnionOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VARBINARY - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
VARCHAR - 类 中的静态变量com.feingto.cloud.data.jdbc.model.TypeMap
 
A B C D E F G H I J L M N O P R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.