A C D E G I J L M P Q R S U 

A

AbstractJdbcDaoImpl - com.dexcoder.dal.spring中的类
Created by liyd on 2015-12-15.
AbstractJdbcDaoImpl() - 类 的构造器com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
addWeightDataSource(List<String>, List<String>, String, int, String) - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceUtils
设置数据源权重量
afterPropertiesSet() - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
 
ATTR_CLASS - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
ATTR_DEFAULT - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
ATTR_ID - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
ATTR_NAME - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
ATTR_VALUE - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 

C

clear() - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceHolder
清除
com.dexcoder.dal.spring - 程序包 com.dexcoder.dal.spring
 
com.dexcoder.dal.spring.datasource - 程序包 com.dexcoder.dal.spring.datasource
 
com.dexcoder.dal.spring.page - 程序包 com.dexcoder.dal.spring.page
 
convertMapKeyToCamel(Map<String, Object>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
转换map中的key column为field
convertMapKeyToCamel(List<Map<String, Object>>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
转换map中的key column为field

D

DATABASE - 类 中的静态变量com.dexcoder.dal.spring.page.PageControl
数据库
DataSourceContext - com.dexcoder.dal.spring.datasource中的类
Created by liyd on 2015-11-2.
DataSourceContext() - 类 的构造器com.dexcoder.dal.spring.datasource.DataSourceContext
 
delete(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
delete(Object) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
delete(Class<?>, Long) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
determineCurrentLookupKey() - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
 
dialect - 类 中的变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
数据库方言
DS_MODE - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DS_MODE_R - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DS_MODE_RW - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DS_MODE_W - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DS_WEIGHT - 类 中的静态变量com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DynamicDataSource - com.dexcoder.dal.spring.datasource中的类
Created by liyd on 2015-10-26.
DynamicDataSource() - 类 的构造器com.dexcoder.dal.spring.datasource.DynamicDataSource
 
DynamicDataSourceHolder - com.dexcoder.dal.spring.datasource中的类
动态数据源切换标识

Created by liyd on 2015-11-2.

DynamicDataSourceHolder() - 类 的构造器com.dexcoder.dal.spring.datasource.DynamicDataSourceHolder
 
DynamicDataSourceUtils - com.dexcoder.dal.spring.datasource中的类
Created by liyd on 2015-10-30.
DynamicDataSourceUtils() - 类 的构造器com.dexcoder.dal.spring.datasource.DynamicDataSourceUtils
 
DynamicDsInterceptor - com.dexcoder.dal.spring.datasource中的类
动态数据源拦截器

Created by liyd on 2015-11-2.

DynamicDsInterceptor() - 类 的构造器com.dexcoder.dal.spring.datasource.DynamicDsInterceptor
 

E

EMPTY_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
executeMethod() - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDsInterceptor
 

G

get(Class<T>, Long) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
get(Criteria, Long) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
getAndRemoveValue(Map<String, String>, String, String) - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceUtils
获取并移除元素
getDialect() - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
getDsConfigFile() - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
 
getDsContent() - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceHolder
获取dsKey
getDsKey() - 类 中的方法com.dexcoder.dal.spring.datasource.DataSourceContext
 
getIsWrite() - 类 中的方法com.dexcoder.dal.spring.datasource.DataSourceContext
 
getMappingHandler() - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
获取名称处理器
getPager() - 类 中的静态方法com.dexcoder.dal.spring.page.PageControl
获取Pager对象
getRowMapper(Class<T>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
获取rowMapper对象

I

initDataSources() - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
初始化数据源
initDataSources(List<Map<String, String>>) - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
初始化数据源
insert(BoundSql, Class<?>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
插入数据
insert(Object) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
insert(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 

J

JdbcDaoImpl - com.dexcoder.dal.spring中的类
jdbc操作dao

Created by liyd on 3/3/15.

JdbcDaoImpl() - 类 的构造器com.dexcoder.dal.spring.JdbcDaoImpl
 
jdbcTemplate - 类 中的变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
spring jdbcTemplate 对象

L

LOCAL_PAGER - 类 中的静态变量com.dexcoder.dal.spring.page.PageControl
分页线程变量

M

mappingHandler - 类 中的变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
名称处理器,为空按默认执行
mapToBean(Map<String, Object>, Class<T>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
map转bean
mapToBean(List<Map<String, Object>>, Class<T>) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
map转bean
methodAspect(ProceedingJoinPoint) - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDsInterceptor
 

P

PageControl - com.dexcoder.dal.spring.page中的类
分页拦截器 Created by liyd on 6/26/14.
PageControl() - 类 的构造器com.dexcoder.dal.spring.page.PageControl
 
pagerAspect(ProceedingJoinPoint) - 类 中的方法com.dexcoder.dal.spring.page.PageControl
 
parseDataSources(String) - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceUtils
解析数据源信息
performPage(Pageable) - 类 中的静态方法com.dexcoder.dal.spring.page.PageControl
执行分页
performPage(Pageable, boolean) - 类 中的静态方法com.dexcoder.dal.spring.page.PageControl
执行分页
performPage(int, int) - 类 中的静态方法com.dexcoder.dal.spring.page.PageControl
执行分页
performPage(int, int, boolean) - 类 中的静态方法com.dexcoder.dal.spring.page.PageControl
执行分页

Q

queryCount(Class<?>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryCount(Object, Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryCount(Object) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryCount(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryList(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryList(Class<?>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryList(T) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryList(T, Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String, Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String, Object[], Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String, String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryListForSql(String, String, Object[], Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryMethod() - 类 中的方法com.dexcoder.dal.spring.page.PageControl
 
queryObject(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryObjectForSql(String) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryObjectForSql(String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryObjectForSql(String, String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryObjectList(Criteria, Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryRowMap(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
queryRowMapList(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResult(T) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResult(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String, Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String, Object[], Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String, String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
querySingleResultForSql(String, String, Object[], Class<T>) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 

R

rowMapperClass - 类 中的变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
rowMapper,为空按默认执行

S

save(Object) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
save(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
setDialect(String) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
setDsConfigFile(String) - 类 中的方法com.dexcoder.dal.spring.datasource.DynamicDataSource
 
setDsKey(String) - 类 中的方法com.dexcoder.dal.spring.datasource.DataSourceContext
 
setDsProperties(Map<String, String>, DataSource) - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceUtils
设置数据源各项属性
setIsWrite(Boolean) - 类 中的方法com.dexcoder.dal.spring.datasource.DataSourceContext
 
setIsWrite(boolean) - 类 中的静态方法com.dexcoder.dal.spring.datasource.DynamicDataSourceHolder
设置数据源读写模式
setJdbcTemplate(JdbcOperations) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
setMappingHandler(MappingHandler) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
setRowMapperClass(String) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
setSqlFactory(SqlFactory) - 类 中的方法com.dexcoder.dal.spring.AbstractJdbcDaoImpl
 
sqlFactory - 类 中的变量com.dexcoder.dal.spring.AbstractJdbcDaoImpl
自定义sql处理

U

update(Criteria) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
update(Object) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
update(Object, boolean) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
updateForSql(String) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
updateForSql(String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
updateForSql(String, String, Object[]) - 类 中的方法com.dexcoder.dal.spring.JdbcDaoImpl
 
A C D E G I J L M P Q R S U 

Copyright © 2016. All rights reserved.