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

A

AbstractDao<P,E> - com.buession.dao中的类
 
AbstractDao() - 类 的构造器com.buession.dao.AbstractDao
 
AbstractEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
Enum TypeHandler 基类
AbstractEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.AbstractEnumTypeHandler
 
AbstractJsonTypeHandler<E> - org.apache.ibatis.type中的类
 
AbstractJsonTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.AbstractJsonTypeHandler
 
AbstractMongoDBDao<P,E> - com.buession.dao中的类
 
AbstractMongoDBDao() - 类 的构造器com.buession.dao.AbstractMongoDBDao
 
AbstractMyBatisDao<P,E> - com.buession.dao中的类
Data Access Object 抽象类
AbstractMyBatisDao() - 类 的构造器com.buession.dao.AbstractMyBatisDao
 
AbstractSetEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
Enum 型 Set TypeHandler 基类
AbstractSetEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.AbstractSetEnumTypeHandler
 
AbstractSetTypeHandler<E> - org.apache.ibatis.type中的类
Set TypeHandler 基类
AbstractSetTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.AbstractSetTypeHandler
 

B

batchInsert(List<E>) - 类 中的方法com.buession.dao.AbstractDao
批量插入数据
batchInsert(List<E>) - 接口 中的方法com.buession.dao.Dao
批量插入数据
batchReplace(List<E>) - 类 中的方法com.buession.dao.AbstractDao
批量替换数据
batchReplace(List<E>) - 接口 中的方法com.buession.dao.Dao
批量替换数据
buildCriteria(Map<String, Object>) - 类 中的静态方法com.buession.dao.AbstractMongoDBDao
 
buildParameters(Map<String, Object>) - 类 中的静态方法com.buession.dao.AbstractMyBatisDao
 
buildSort(Query, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
 

C

clear() - 类 中的方法com.buession.dao.AbstractMongoDBDao
清空数据
clear() - 类 中的方法com.buession.dao.AbstractMyBatisDao
清空数据
clear() - 接口 中的方法com.buession.dao.Dao
清空数据
com.buession.dao - 程序包 com.buession.dao
 
com.buession.dao.mongodb - 程序包 com.buession.dao.mongodb
 
convert(Order) - 类 中的方法com.buession.dao.mongodb.OrderToMongoDBSortDirectionConverter
 
count() - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据记录总数
count(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据记录总数
count(Query) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据记录总数
count() - 类 中的方法com.buession.dao.AbstractMyBatisDao
数据记录总数
count(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
数据记录总数
count() - 接口 中的方法com.buession.dao.Dao
数据记录总数
count(Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
数据记录总数

D

Dao<P,E> - com.buession.dao中的接口
Data Access Object 接口
DefaultEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
默认 Enum TypeHandler,将值直接转换为枚举字段
DefaultEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.DefaultEnumTypeHandler
 
DefaultJsonTypeHandler<E> - org.apache.ibatis.type中的类
JSON 处理器,将 JSON 格式的字符串值和类型 <E> 进行转换
DefaultJsonTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.DefaultJsonTypeHandler
 
DefaultSetEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
默认 Enum 型 Set TypeHandler 处理器,将值直接转换为枚举字段作为 Set 的元素
DefaultSetEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.DefaultSetEnumTypeHandler
 
DefaultSetTypeHandler - org.apache.ibatis.type中的类
默认 Set TypeHandler,将值以 "," 拆分转换为 Set<String>
DefaultSetTypeHandler(Class<String>) - 类 的构造器org.apache.ibatis.type.DefaultSetTypeHandler
 
delete(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
删除数据
delete(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
删除数据
delete(Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
删除数据
deleteByPrimary(P) - 类 中的方法com.buession.dao.AbstractMongoDBDao
根据主键删除数据
deleteByPrimary(P) - 类 中的方法com.buession.dao.AbstractMyBatisDao
根据主键删除数据
deleteByPrimary(P) - 接口 中的方法com.buession.dao.Dao
根据主键删除数据
DELIMITER - 类 中的静态变量org.apache.ibatis.type.AbstractSetTypeHandler
 
DML - com.buession.dao中的枚举
Data Manipulation Language

E

eq(Object) - 类 中的静态方法com.buession.dao.MongoOperation
等于

G

getAll() - 类 中的方法com.buession.dao.AbstractMongoDBDao
查询所有数据
getAll() - 类 中的方法com.buession.dao.AbstractMyBatisDao
查询所有数据
getAll() - 接口 中的方法com.buession.dao.Dao
查询所有数据
getByPrimary(P) - 类 中的方法com.buession.dao.AbstractMongoDBDao
根据主键查询数据
getByPrimary(P) - 类 中的方法com.buession.dao.AbstractMyBatisDao
根据主键查询数据
getByPrimary(P) - 接口 中的方法com.buession.dao.Dao
根据主键查询数据
getMasterMongoTemplate() - 类 中的方法com.buession.dao.AbstractMongoDBDao
返回 master MongoTemplate
getMasterSqlSessionTemplate() - 类 中的方法com.buession.dao.AbstractMyBatisDao
返回 master SqlSessionTemplate
getNullableResult(ResultSet, String) - 类 中的方法org.apache.ibatis.type.AbstractEnumTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法org.apache.ibatis.type.AbstractEnumTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法org.apache.ibatis.type.AbstractEnumTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法org.apache.ibatis.type.AbstractJsonTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法org.apache.ibatis.type.AbstractJsonTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法org.apache.ibatis.type.AbstractJsonTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法org.apache.ibatis.type.AbstractSetTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法org.apache.ibatis.type.AbstractSetTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法org.apache.ibatis.type.AbstractSetTypeHandler
 
getOffset() - 类 中的方法com.buession.dao.Pagination
返回查询偏移量
getOne() - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
getOne(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
getOne(Map<String, Object>, int) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
getOne(Map<String, Object>, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
getOne(Map<String, Object>, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
getOne() - 接口 中的方法com.buession.dao.Dao
获取一条记录
getOne(Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
getOne(Map<String, Object>, int) - 接口 中的方法com.buession.dao.Dao
获取一条记录
getOne(Map<String, Object>, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
getOne(Map<String, Object>, int, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
getOperator() - 类 中的方法com.buession.dao.MongoOperation
 
getSlaveMongoTemplate(int) - 类 中的方法com.buession.dao.AbstractMongoDBDao
 
getSlaveMongoTemplate() - 类 中的方法com.buession.dao.AbstractMongoDBDao
 
getSlaveMongoTemplates() - 类 中的方法com.buession.dao.AbstractMongoDBDao
返回 slave MongoTemplate
getSlaveSqlSessionTemplate(int) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
getSlaveSqlSessionTemplate() - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
getSlaveSqlSessionTemplates() - 类 中的方法com.buession.dao.AbstractMyBatisDao
返回 slave SqlSessionTemplate
getStatement() - 类 中的方法com.buession.dao.AbstractMongoDBDao
 
getStatement() - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
getStatement(DML) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
getStatement(String) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
getValue() - 类 中的方法com.buession.dao.MongoOperation
 
gt(Object) - 类 中的静态方法com.buession.dao.MongoOperation
大于
gte(Object) - 类 中的静态方法com.buession.dao.MongoOperation
大于等于

I

IgnoreCaseEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
忽略大小写 Enum TypeHandler,将值忽略大小写转换为枚举字段
IgnoreCaseEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.IgnoreCaseEnumTypeHandler
 
IgnoreCaseSetEnumTypeHandler<E extends Enum<E>> - org.apache.ibatis.type中的类
忽略大小写 Enum 型 Set TypeHandler,将值忽略大小写转换为枚举字段作为 Set 的元素
IgnoreCaseSetEnumTypeHandler(Class<E>) - 类 的构造器org.apache.ibatis.type.IgnoreCaseSetEnumTypeHandler
 
in(Object) - 类 中的静态方法com.buession.dao.MongoOperation
IN
insert(E) - 类 中的方法com.buession.dao.AbstractMongoDBDao
插入数据
insert(E) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
insert(E) - 接口 中的方法com.buession.dao.Dao
插入数据

L

like(Object) - 类 中的静态方法com.buession.dao.MongoOperation
LIKE
lt(Object) - 类 中的静态方法com.buession.dao.MongoOperation
小于
lte(Object) - 类 中的静态方法com.buession.dao.MongoOperation
小于等于

M

masterSqlSessionTemplate - 类 中的变量com.buession.dao.AbstractMyBatisDao
 
MongoDBDao<P,E> - com.buession.dao中的接口
 
MongoDBOperatorUtils - com.buession.dao.mongodb中的类
MongoDB Operator 工具类
MongoDBOperatorUtils() - 类 的构造器com.buession.dao.mongodb.MongoDBOperatorUtils
 
MongoOperation - com.buession.dao中的类
 
MongoOperation(Object) - 类 的构造器com.buession.dao.MongoOperation
 
MongoOperation(MongoOperation.Operator, Object) - 类 的构造器com.buession.dao.MongoOperation
 
MongoOperation.Operator - com.buession.dao中的枚举
 
MyBatisDao<P,E> - com.buession.dao中的接口
 

N

neq(Object) - 类 中的静态方法com.buession.dao.MongoOperation
不等于
nin(Object) - 类 中的静态方法com.buession.dao.MongoOperation
Not IN

O

operator(Criteria, String, MongoOperation) - 类 中的静态方法com.buession.dao.mongodb.MongoDBOperatorUtils
Criteria 运算操作
operator(Criteria, String, MongoOperation.Operator, Object) - 类 中的静态方法com.buession.dao.mongodb.MongoDBOperatorUtils
Criteria 运算操作
ORDERS_PARAMETER_NAME - 接口 中的静态变量com.buession.dao.MyBatisDao
 
OrderToMongoDBSortDirectionConverter - com.buession.dao.mongodb中的类
Order 转换 MongoDB Sort.Direction 转换器
OrderToMongoDBSortDirectionConverter() - 类 的构造器com.buession.dao.mongodb.OrderToMongoDBSortDirectionConverter
 
org.apache.ibatis - 程序包 org.apache.ibatis
 
org.apache.ibatis.type - 程序包 org.apache.ibatis.type
 

P

Pagination<E> - com.buession.dao中的类
分页类
Pagination() - 类 的构造器com.buession.dao.Pagination
Constructs with default configuration.
Pagination(int, int) - 类 的构造器com.buession.dao.Pagination
Constructs with page and pagesize.
Pagination(int, int, long) - 类 的构造器com.buession.dao.Pagination
Constructs with page, pagesize and totalRecords.
paging(Map<String, Object>, int, int) - 类 中的方法com.buession.dao.AbstractDao
数据分页查询
paging(Map<String, Object>, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据分页查询
paging(Query, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据分页查询
paging(Map<String, Object>, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
数据分页查询
paging(Map<String, Object>, int, int) - 接口 中的方法com.buession.dao.Dao
数据分页查询
paging(Map<String, Object>, int, int, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
数据分页查询
parseResult(String) - 类 中的方法org.apache.ibatis.type.AbstractEnumTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.AbstractJsonTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.AbstractSetTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.DefaultEnumTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.DefaultJsonTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.DefaultSetEnumTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.DefaultSetTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.IgnoreCaseEnumTypeHandler
 
parseResult(String) - 类 中的方法org.apache.ibatis.type.IgnoreCaseSetEnumTypeHandler
 
PRIMARY_FIELD - 接口 中的静态变量com.buession.dao.MongoDBDao
 

R

replace(E) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
replace(E) - 接口 中的方法com.buession.dao.Dao
替换数据
replace(E) - 接口 中的方法com.buession.dao.MongoDBDao
插入数据

S

select(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractDao
数据查询
select(Map<String, Object>, int) - 类 中的方法com.buession.dao.AbstractDao
数据查询
select(Map<String, Object>, int, int) - 类 中的方法com.buession.dao.AbstractDao
数据查询
select(Map<String, Object>, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractDao
数据查询
select(Map<String, Object>, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据查询
select(Map<String, Object>, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据查询
select(Query, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
数据查询
select(Map<String, Object>, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
数据查询
select(Map<String, Object>, int, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
数据查询
select(Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
数据查询
select(Map<String, Object>, int) - 接口 中的方法com.buession.dao.Dao
数据查询
select(Map<String, Object>, int, int) - 接口 中的方法com.buession.dao.Dao
数据查询
select(Map<String, Object>, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
数据查询
select(Map<String, Object>, int, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
数据查询
select(Map<String, Object>, int, int, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
数据查询
selectOne() - 类 中的方法com.buession.dao.AbstractDao
 
selectOne(Map<String, Object>) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
selectOne(Map<String, Object>, int) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
selectOne(Map<String, Object>, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractDao
获取一条记录
selectOne(Map<String, Object>, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
获取一条记录
selectOne(Map<String, Object>, int, Map<String, Order>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
获取一条记录
selectOne() - 接口 中的方法com.buession.dao.Dao
获取一条记录
selectOne(Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
selectOne(Map<String, Object>, int) - 接口 中的方法com.buession.dao.Dao
获取一条记录
selectOne(Map<String, Object>, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
selectOne(Map<String, Object>, int, Map<String, Order>) - 接口 中的方法com.buession.dao.Dao
获取一条记录
setMasterMongoTemplate(MongoTemplate) - 类 中的方法com.buession.dao.AbstractMongoDBDao
设置 master MongoTemplate
setMasterSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法com.buession.dao.AbstractMyBatisDao
设置 master SqlSessionTemplate
setNonNullParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法org.apache.ibatis.type.AbstractEnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, Set<E>, JdbcType) - 类 中的方法org.apache.ibatis.type.AbstractSetTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法org.apache.ibatis.type.DefaultJsonTypeHandler
 
setOffset(int) - 类 中的方法com.buession.dao.Pagination
设置查询偏移量
setOperator(MongoOperation.Operator) - 类 中的方法com.buession.dao.MongoOperation
 
setSlaveMongoTemplates(List<MongoTemplate>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
设置 slave MongoTemplate
setSlaveSqlSessionTemplates(List<SqlSessionTemplate>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
设置 slave SqlSessionTemplate
setValue(Object) - 类 中的方法com.buession.dao.MongoOperation
 
slaveSqlSessionTemplates - 类 中的变量com.buession.dao.AbstractMyBatisDao
 

T

toString() - 枚举 中的方法com.buession.dao.DML
 
truncate() - 类 中的方法com.buession.dao.AbstractMyBatisDao
清空数据
truncate() - 接口 中的方法com.buession.dao.Dao
清空数据
truncate() - 接口 中的方法com.buession.dao.MongoDBDao
清空数据
type - 类 中的变量org.apache.ibatis.type.AbstractEnumTypeHandler
 
type - 类 中的变量org.apache.ibatis.type.AbstractJsonTypeHandler
 
type - 类 中的变量org.apache.ibatis.type.AbstractSetTypeHandler
 

U

update(E, Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMongoDBDao
更新数据
update(E, Map<String, Object>) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 
update(E, Map<String, Object>) - 接口 中的方法com.buession.dao.Dao
更新数据
updateByPrimary(P, E) - 类 中的方法com.buession.dao.AbstractMongoDBDao
根据主键更新数据
updateByPrimary(P, E) - 类 中的方法com.buession.dao.AbstractMyBatisDao
根据主键更新数据
updateByPrimary(P, E) - 接口 中的方法com.buession.dao.Dao
根据主键更新数据
updatePrimary(E, P) - 类 中的方法com.buession.dao.AbstractMyBatisDao
 

V

valueOf(String) - 枚举 中的静态方法com.buession.dao.DML
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.buession.dao.MongoOperation.Operator
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.buession.dao.DML
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.buession.dao.MongoOperation.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E G I L M N O P R S T U V 
跳过导航链接

Copyright © 2022 buession.com Inc.. All rights reserved.