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

A

afterPropertiesSet() - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
 

C

clearHolder() - 类 中的静态方法me.wuwenbin.modules.mongodb.support.MongoContextHolder
 
create(String, String) - 类 中的静态方法me.wuwenbin.modules.mongodb.support.bo.MongoContext
 

D

DataSourceKeyNotExistException - me.wuwenbin.modules.mongodb.support.exception中的异常错误
Created by wuwenbin on 2017/4/22.
DataSourceKeyNotExistException() - 异常错误 的构造器me.wuwenbin.modules.mongodb.support.exception.DataSourceKeyNotExistException
 
defaultMongoDao - 类 中的变量me.wuwenbin.modules.mongodb.factory.MongoFactory
此Mongo连接的默认操作的数据库的dao
determineDynamicMongoDao() - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
根据当前线程中的key变量值来动态数据源。
determineDynamicMongoDaoByDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
 
determineDynamicMongoDaoByKey() - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
 
dropCollectionByName(String) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
删除指定的collection名
DynamicDataSourceAspect() - 类 中的方法me.wuwenbin.modules.mongodb.aop.MongoSourceAspect
定义切入点
dynamicMongoDao - 类 中的变量me.wuwenbin.modules.mongodb.factory.MongoFactory
此Mongo连接的动态操作数据库的dao,默认值和MongoFactory.defaultMongoDao一样
DynamicMongoSource - me.wuwenbin.modules.mongodb.annotation中的注释类型
切换动态数据源的注解 Created by wuwenbin on 2017/4/22.

E

equals(Object) - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 

F

findBeanByField(String, Object, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据某个字段来查找Bean,如果有多个此方法匹配的查询结果是返回第一条匹配的结果
findBeanByFields(TreeMap<String, Object>, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据多列数据来查询bean
findBeanById(Object, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据mongodb 的object_id查询,不是我们自定义的id
findBeanByMongoId(String, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据MongoDB的主键ID查找Bean
findBeanByQuery(Query, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
通过query查询条件来查询Bean
findBeanByRegxPattern(String, Pattern, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
正则表达式查找Bean
findBeanByRegxTxt(String, String, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
正则表达式条件查找Bean
findCountByQuery(Query, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
查询满足条件的数目
findListBean(Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
查找所有Bean
findListBeanByField(String, Object, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据某个字段查询符合的ListBean
findListBeanByFields(TreeMap<String, Object>, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据多列数据来查询ListBean
findListBeanByQuery(Query, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
通过query查询出bean集合
findListBeanBySort(String, Sort.Direction, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
查询排序集合ListBean
findListMapByCriteriaWithGroupBy(Criteria, Class<T>, String...) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
此方法默认是查找count(*) 和 用户定义的相关字段groupByFields 查询的结果类似 [{"name" : "智慧百年" , "count" : 1} , { "name" : "百年建设" , "count" :2}] 这种集合list
findListWithDistinct(String, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
类似于select distinct [column] from table,输出结果类似 ["结果1" , "结果2"]
findListWithDistinct(String, String) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
类似于select distinct [column] from table,输出结果类似 ["结果1" , "结果2"]
findPageListBeanByQuery(Query, Page, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoDbTemplate
根据查询条件来查找分页信息
findPageListBeanBySort(String, Sort.Direction, Page, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoDbTemplate
按某字段排序查出page分页信息

G

get_id() - 类 中的方法me.wuwenbin.modules.mongodb.pojo.MongoModule
 
getAuthDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
getAuthDatabases() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getAuthenticates() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getConnectionsPerHost() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getConnectTimeout() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getCurrentPageNo() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
getDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.support.bo.MongoContext
 
getDefaultDatabase() - 接口 中的方法me.wuwenbin.modules.mongodb.support.core.MongoDataSource
 
getDefaultDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getDefaultDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getDefaultDatabase() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getFirst() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getHolder() - 类 中的静态方法me.wuwenbin.modules.mongodb.support.MongoContextHolder
 
getHost() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getHosts() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getKey() - 类 中的方法me.wuwenbin.modules.mongodb.support.bo.MongoContext
 
getLimit() - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 
getMaxConnectionLifeTime() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMaxWaitTime() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMinConnectionsPerHost() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMongoAuthList() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getMongoClientOptions() - 接口 中的方法me.wuwenbin.modules.mongodb.support.core.MongoDataSource
 
getMongoClientOptions() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
你没看错,这是返回默认的配置
getMongoClientOptions() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMongoClientOptions() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getMongoConverter() - 接口 中的方法me.wuwenbin.modules.mongodb.support.core.MongoDataSource
 
getMongoConverter() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
对!
getMongoConverter() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMongoConverter() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getMongoCredentials() - 接口 中的方法me.wuwenbin.modules.mongodb.support.core.MongoDataSource
 
getMongoCredentials() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getMongoCredentials() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getMongoCredentials() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getMongoTemplate() - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
获取mongoTemplate实例
getNextPage() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getOrderDirection() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.PageOrder
 
getOrderField() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.PageOrder
getters and setters
getPageNo() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getPageParam(Page) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
获取分页分页信息
getPageParam(Page) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoDbTemplate
 
getPageSize() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getPassword() - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
getPasswords() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getPort() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getPorts() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getPrePage() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getRawResult() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
获取原生不带类型的结果
getResult() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getSeeds() - 接口 中的方法me.wuwenbin.modules.mongodb.support.core.MongoDataSource
 
getSeeds() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
getSeeds() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getSeeds() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
getSkip() - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 
getSocketTimeout() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getThreadsAllowedToBlockForConnectionMultiplier() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
getTotalCount() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getTotalPages() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
getTResult() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
获取泛型结果
getUsername() - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
getUserNames() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 

H

hashCode() - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 

I

insert(Object) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
插入一条bean
insertAll(Collection<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
插入多个文档
isAutoCount() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
isFirstSetted() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
isHasNext() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
isHasPre() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
isPageSizeSetted() - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
isSocketKeepAlive() - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 

L

LOG - 类 中的静态变量me.wuwenbin.modules.mongodb.dao.MongoAccessor
 

M

me.wuwenbin.modules.mongodb.annotation - 程序包 me.wuwenbin.modules.mongodb.annotation
 
me.wuwenbin.modules.mongodb.aop - 程序包 me.wuwenbin.modules.mongodb.aop
 
me.wuwenbin.modules.mongodb.constant - 程序包 me.wuwenbin.modules.mongodb.constant
 
me.wuwenbin.modules.mongodb.dao - 程序包 me.wuwenbin.modules.mongodb.dao
 
me.wuwenbin.modules.mongodb.factory - 程序包 me.wuwenbin.modules.mongodb.factory
 
me.wuwenbin.modules.mongodb.pojo - 程序包 me.wuwenbin.modules.mongodb.pojo
 
me.wuwenbin.modules.mongodb.support - 程序包 me.wuwenbin.modules.mongodb.support
 
me.wuwenbin.modules.mongodb.support.bo - 程序包 me.wuwenbin.modules.mongodb.support.bo
 
me.wuwenbin.modules.mongodb.support.core - 程序包 me.wuwenbin.modules.mongodb.support.core
 
me.wuwenbin.modules.mongodb.support.exception - 程序包 me.wuwenbin.modules.mongodb.support.exception
 
me.wuwenbin.modules.mongodb.support.page - 程序包 me.wuwenbin.modules.mongodb.support.page
 
me.wuwenbin.modules.mongodb.support.pojo - 程序包 me.wuwenbin.modules.mongodb.support.pojo
 
MongoAccessor - me.wuwenbin.modules.mongodb.dao中的类
Mongo数据库 dao操作类,基于spring-data-mongodb 1.10.1.RELEASE版本 官方文档:http://docs.spring.io/spring-data/data-mongo/docs/1.10.1.RELEASE/reference/html/ 官方API:http://docs.spring.io/spring-data/data-mongo/docs/1.10.1.RELEASE/api/ Created by wuwenbin on 2017/4/22.
MongoAccessor(MongoTemplate) - 类 的构造器me.wuwenbin.modules.mongodb.dao.MongoAccessor
 
MongoAuth - me.wuwenbin.modules.mongodb.support.pojo中的类
Created by wuwenbin on 2017/4/22.
MongoAuth() - 类 的构造器me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
MongoConst - me.wuwenbin.modules.mongodb.constant中的接口
Created by wuwenbin on 2017/4/23.
MongoContext - me.wuwenbin.modules.mongodb.support.bo中的类
Created by wuwenbin on 2017/5/4.
MongoContext() - 类 的构造器me.wuwenbin.modules.mongodb.support.bo.MongoContext
 
MongoContextHolder - me.wuwenbin.modules.mongodb.support中的类
处理同一线程下的切换数据源的问题 Created by wuwenbin on 2017/5/4.
MongoContextHolder() - 类 的构造器me.wuwenbin.modules.mongodb.support.MongoContextHolder
 
MongoDataSource - me.wuwenbin.modules.mongodb.support.core中的接口
组成mongo数据源的四大属性,实现类必须实现方法 Created by wuwenbin on 2017/4/23.
MongoDbTemplate - me.wuwenbin.modules.mongodb.dao中的类
 
MongoDbTemplate(MongoTemplate) - 类 的构造器me.wuwenbin.modules.mongodb.dao.MongoDbTemplate
 
MongoFactory - me.wuwenbin.modules.mongodb.factory中的类
和spring一起初始化做一些操作,并实例化MongoClient集群 Created by wuwenbin on 2017/4/22.
MongoFactory() - 类 的构造器me.wuwenbin.modules.mongodb.factory.MongoFactory
 
MongoID - 类 中的静态变量me.wuwenbin.modules.mongodb.pojo.MongoStatic
 
MongoModule - me.wuwenbin.modules.mongodb.pojo中的类
author: 伍文彬
date: 2016年5月23日
time: 下午12:04:20
ClassName: ObjectModule
Description: 所有的实体类都要继承此类,以来生成MongoDB的主键_id
Version: Ver 1.0.0
MongoModule() - 类 的构造器me.wuwenbin.modules.mongodb.pojo.MongoModule
 
MongoSourceAspect - me.wuwenbin.modules.mongodb.aop中的类
Created by wuwenbin on 2017/4/22.
MongoSourceAspect(MongoFactory) - 类 的构造器me.wuwenbin.modules.mongodb.aop.MongoSourceAspect
 
MongoStatic - me.wuwenbin.modules.mongodb.pojo中的类
 
MongoStatic() - 类 的构造器me.wuwenbin.modules.mongodb.pojo.MongoStatic
 
mongoTemplate - 类 中的变量me.wuwenbin.modules.mongodb.dao.MongoAccessor
 

N

NormalMongoDataSource - me.wuwenbin.modules.mongodb.support.core中的类
最普通的也是属性最少最简洁最快捷的配置方式类 Created by wuwenbin on 2017/4/23.
NormalMongoDataSource() - 类 的构造器me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 

O

orderDirection - 类 中的变量me.wuwenbin.modules.mongodb.support.page.PageOrder
排序方式
orderField - 类 中的变量me.wuwenbin.modules.mongodb.support.page.PageOrder
排序字段

P

Page<T> - me.wuwenbin.modules.mongodb.support.page中的类
分页对象 Created by wuwenbin on 2015/9/15.
Page() - 类 的构造器me.wuwenbin.modules.mongodb.support.page.Page
 
Page(int) - 类 的构造器me.wuwenbin.modules.mongodb.support.page.Page
 
Page(List<T>) - 类 的构造器me.wuwenbin.modules.mongodb.support.page.Page
 
Page(int, String, String) - 类 的构造器me.wuwenbin.modules.mongodb.support.page.Page
 
PageOrder - me.wuwenbin.modules.mongodb.support.page中的类
分页排序对象 Created by wuwenbin on 2014/11/1
PageOrder() - 类 的构造器me.wuwenbin.modules.mongodb.support.page.PageOrder
 
PageParam - me.wuwenbin.modules.mongodb.pojo中的类
author: 伍文彬
date: 2016年5月26日
time: 下午4:24:40
ClassName: PageParam
Description: page的limit skip,limit类似mysql的2个相关分页参数
Version: Ver 1.0.0
PageParam(int, int) - 类 的构造器me.wuwenbin.modules.mongodb.pojo.PageParam
 
PortNotMatchHostException - me.wuwenbin.modules.mongodb.support.exception中的异常错误
Created by wuwenbin on 2017/4/23.
PortNotMatchHostException() - 异常错误 的构造器me.wuwenbin.modules.mongodb.support.exception.PortNotMatchHostException
 
PortNotMatchHostException(String) - 异常错误 的构造器me.wuwenbin.modules.mongodb.support.exception.PortNotMatchHostException
 

R

RAW_RESULT - 类 中的静态变量me.wuwenbin.modules.mongodb.pojo.MongoStatic
 
removeBean(Object) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
无查询条件删除某个实体类在数据库中对应的,如果实体类上@Document指定collection,则值删除指定的collection的数据
removeBeanByBeanAndCollectionName(Object, String) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
删除数据库中指定文档中的相对应的实体类的数据
removeBeanByQueryAndClass(Query, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
更具查询条件删除对应数据库中对应的文档中的实体类
removeBeanByQueryAndCollectionName(Query, String) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
删除数据库中指定文档中的相对应的实体类的数据
rollbackMongoSource2Default(JoinPoint) - 类 中的方法me.wuwenbin.modules.mongodb.aop.MongoSourceAspect
方法执行完毕后回滚回原来的数据源
runCommand(String) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
执行js

S

set_id(String) - 类 中的方法me.wuwenbin.modules.mongodb.pojo.MongoModule
 
setAuthDatabase(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
setAuthDatabases(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setAuthenticates(List<MongoAuth>) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
setAutoCount(boolean) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
setConnectionsPerHost(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setConnectTimeout(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setDatabase(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.bo.MongoContext
 
setDefaultDatabase(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
setDefaultDatabase(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setDefaultDatabase(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
setDefaultMongoDao(MongoDataSource) - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
根据xml中配置设置默认的MongoDao
setHolder(String, String) - 类 中的静态方法me.wuwenbin.modules.mongodb.support.MongoContextHolder
 
setHost(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
setHosts(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setKey(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.bo.MongoContext
 
setLimit(int) - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 
setMaxConnectionLifeTime(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setMaxWaitTime(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setMinConnectionsPerHost(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setMongoAuthList(List<MongoAuth>) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
setMongoClientOptions(MongoClientOptions) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
setMongoConverter(MongoConverter) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setMongoConverter(MongoConverter) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
setMongoDataSources(Map<String, MongoDataSource>) - 类 中的方法me.wuwenbin.modules.mongodb.factory.MongoFactory
 
setOrderDirection(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.PageOrder
 
setOrderField(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.PageOrder
 
setPageNo(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
设置当前页码
setPageSize(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
设置每页数据量大小
setPassword(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
setPasswords(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setPort(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.NormalMongoDataSource
 
setPorts(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setRawResult(List) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
setResult(List<?>) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
setSeeds(List<ServerAddress>) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
setSkip(int) - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 
setSocketKeepAlive(boolean) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setSocketTimeout(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setThreadsAllowedToBlockForConnectionMultiplier(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
setTotalCount(int) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
所有数据量大小
setTResult(List<T>) - 类 中的方法me.wuwenbin.modules.mongodb.support.page.Page
 
setUsername(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.pojo.MongoAuth
 
setUserNames(String) - 类 中的方法me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
SimpleMongoDataSource - me.wuwenbin.modules.mongodb.support.core中的类
简单类型的属性配置,不必须配置List、Map等复杂属性 Created by wuwenbin on 2017/4/23.
SimpleMongoDataSource() - 类 的构造器me.wuwenbin.modules.mongodb.support.core.SimpleMongoDataSource
 
SPLIT - 接口 中的静态变量me.wuwenbin.modules.mongodb.constant.MongoConst
 
StandardMongoDataSource - me.wuwenbin.modules.mongodb.support.core中的类
Created by wuwenbin on 2017/4/22.
StandardMongoDataSource() - 类 的构造器me.wuwenbin.modules.mongodb.support.core.StandardMongoDataSource
 
switchMongoSource(JoinPoint) - 类 中的方法me.wuwenbin.modules.mongodb.aop.MongoSourceAspect
切换

T

toString() - 类 中的方法me.wuwenbin.modules.mongodb.pojo.PageParam
 

U

update(Query, Update, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据Update条件更新数据
updateAllByField(String, Object, TreeMap<String, Object>, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据某个条件更新所有符合条件的某些字段
updateAllByField(String, Object, String, Object, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据某个条件更新某个符合条件的数据字段vv
updateAllById(String, TreeMap<String, Object>, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据id更新某些符合条件的数据字段
updateAllById(String, String, Object, Class<T>) - 类 中的方法me.wuwenbin.modules.mongodb.dao.MongoAccessor
根据id条件更新某个符合条件的数据字段

_

_id - 类 中的变量me.wuwenbin.modules.mongodb.pojo.MongoModule
 
A C D E F G H I L M N O P R S T U _ 
跳过导航链接

Copyright © 2017. All rights reserved.