B C D G H I J L M N O Q R S T U

B

batchUpdate(String, BatchPreparedStatementSetter) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
batchUpdate(String, List<Object[]>) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
批量执行更新操作
BatchUpdateSetter - org.crazycake.jdbcTemplateTool.impl 中的 类
 
BatchUpdateSetter(List<Object[]>) - 类 org.crazycake.jdbcTemplateTool.impl.BatchUpdateSetter 的构造方法
 

C

CatalogContext - org.crazycake.jdbcTemplateTool.model 中的 类
 
CatalogContext(String, String) - 类 org.crazycake.jdbcTemplateTool.model.CatalogContext 的构造方法
 
CatalogUtils - org.crazycake.jdbcTemplateTool.utils 中的 类
 
CatalogUtils() - 类 org.crazycake.jdbcTemplateTool.utils.CatalogUtils 的构造方法
 
changeCatalog(String) - 类 org.crazycake.jdbcTemplateTool.utils.CatalogUtils 中的静态方法
JdbcTemplateTool supports mulitiple catalog query.
count(String, Object[]) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
获取总行数 get count
createPreparedStatement(Connection) - 类 org.crazycake.jdbcTemplateTool.impl.ReturnIdPreparedStatementCreator 中的方法
 

D

delete(Object) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
 

G

get(Class, Object) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
获取一个对象 get object by id
getAutoGeneratedId(Object) - 类 org.crazycake.jdbcTemplateTool.utils.IdUtils 中的静态方法
根据注解获取自增主键字段名 如果没找到就返回空字符串
getBatchSize() - 类 org.crazycake.jdbcTemplateTool.impl.BatchUpdateSetter 中的方法
 
getCatalog() - 类 org.crazycake.jdbcTemplateTool.model.CatalogContext 中的方法
 
getCatalogContext() - 类 org.crazycake.jdbcTemplateTool.utils.CatalogUtils 中的静态方法
 
getDeleteFromObject(Object) - 类 org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils 中的静态方法
从对象中获取delete语句
getFieldName() - 异常 org.crazycake.jdbcTemplateTool.exception.NoDefinedGetterException 中的方法
 
getGetFromObject(Class<T>, Object) - 类 org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils 中的静态方法
获取根据主键查对象的sql和参数
getInsertFromObject(T) - 类 org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils 中的静态方法
从po对象中分析出insert语句
getJdbcTemplate() - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
getJdbcTemplate() - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
 
getParams() - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 中的方法
 
getPlaceHolder() - 类 org.crazycake.jdbcTemplateTool.model.CatalogContext 中的方法
 
getSql() - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 中的方法
 
getUpdateFromObject(Object) - 类 org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils 中的静态方法
从对象中获取update语句

H

handleIn(String, Object[]) - 类 org.crazycake.jdbcTemplateTool.utils.InUtils 中的静态方法
Change sql if found array in params

I

IdUtils - org.crazycake.jdbcTemplateTool.utils 中的 类
 
IdUtils() - 类 org.crazycake.jdbcTemplateTool.utils.IdUtils 的构造方法
 
insert(String, Object[], String) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
insert a row with auto increament id
InUtils - org.crazycake.jdbcTemplateTool.utils 中的 类
Used to deal with "IN" in sql.
InUtils() - 类 org.crazycake.jdbcTemplateTool.utils.InUtils 的构造方法
 

J

JdbcTemplateProxy - org.crazycake.jdbcTemplateTool 中的 类
 
JdbcTemplateProxy() - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 的构造方法
 
JdbcTemplateTool - org.crazycake.jdbcTemplateTool 中的 类
Enhance JdbcTemplate
JdbcTemplateTool() - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 的构造方法
 

L

list(String, Object[], Class<T>) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
获取对象列表 get a list of clazz

M

ModelSqlUtils - org.crazycake.jdbcTemplateTool.utils 中的 类
Turn model to sql
ModelSqlUtils() - 类 org.crazycake.jdbcTemplateTool.utils.ModelSqlUtils 的构造方法
 

N

NoColumnAnnotationFoundException - org.crazycake.jdbcTemplateTool.exception 中的 异常
 
NoColumnAnnotationFoundException(String, Method) - 异常 org.crazycake.jdbcTemplateTool.exception.NoColumnAnnotationFoundException 的构造方法
 
NoDefinedGetterException - org.crazycake.jdbcTemplateTool.exception 中的 异常
 
NoDefinedGetterException(String) - 异常 org.crazycake.jdbcTemplateTool.exception.NoDefinedGetterException 的构造方法
 
NoIdAnnotationFoundException - org.crazycake.jdbcTemplateTool.exception 中的 异常
 
NoIdAnnotationFoundException(Class) - 异常 org.crazycake.jdbcTemplateTool.exception.NoIdAnnotationFoundException 的构造方法
 

O

org.crazycake.jdbcTemplateTool - 软件包 org.crazycake.jdbcTemplateTool
 
org.crazycake.jdbcTemplateTool.exception - 软件包 org.crazycake.jdbcTemplateTool.exception
 
org.crazycake.jdbcTemplateTool.impl - 软件包 org.crazycake.jdbcTemplateTool.impl
 
org.crazycake.jdbcTemplateTool.model - 软件包 org.crazycake.jdbcTemplateTool.model
 
org.crazycake.jdbcTemplateTool.utils - 软件包 org.crazycake.jdbcTemplateTool.utils
 

Q

query(String, RowMapper<T>) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
query(String, Object[], RowMapper<T>) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
queryForMap(String) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
queryForMap(String, Object[]) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 

R

ReturnIdPreparedStatementCreator - org.crazycake.jdbcTemplateTool.impl 中的 类
返回主键的PreparedStatementCreator
ReturnIdPreparedStatementCreator(String, Object[], String) - 类 org.crazycake.jdbcTemplateTool.impl.ReturnIdPreparedStatementCreator 的构造方法
 

S

save(Object) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
保存对象的快捷方法 如果Id标定的是自增会将自增长的主键自动设置回对象 save object
setAutoIncreamentIdValue(Object, String, Object) - 类 org.crazycake.jdbcTemplateTool.utils.IdUtils 中的静态方法
将自增id的值设置回去
setCatalog(String) - 类 org.crazycake.jdbcTemplateTool.model.CatalogContext 中的方法
 
setCatalogContext(String, String) - 类 org.crazycake.jdbcTemplateTool.utils.CatalogUtils 中的静态方法
 
setFieldName(String) - 异常 org.crazycake.jdbcTemplateTool.exception.NoDefinedGetterException 中的方法
 
setJdbcTemplate(JdbcTemplate) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
setJdbcTemplate(JdbcTemplate) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
 
setParams(Object[]) - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 中的方法
 
setPlaceHolder(String) - 类 org.crazycake.jdbcTemplateTool.model.CatalogContext 中的方法
 
setSql(String) - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 中的方法
 
setValues(PreparedStatement, int) - 类 org.crazycake.jdbcTemplateTool.impl.BatchUpdateSetter 中的方法
 
setValues(PreparedStatement) - 类 org.crazycake.jdbcTemplateTool.impl.UpdateSetter 中的方法
 
SqlParamsPairs - org.crazycake.jdbcTemplateTool.model 中的 类
 
SqlParamsPairs() - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 的构造方法
 
SqlParamsPairs(String, Object[]) - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 的构造方法
 

T

toString() - 类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs 中的方法
 

U

update(String, Object[]) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateProxy 中的方法
 
update(Object) - 类 org.crazycake.jdbcTemplateTool.JdbcTemplateTool 中的方法
更新某个对象 update object
UpdateSetter - org.crazycake.jdbcTemplateTool.impl 中的 类
 
UpdateSetter(Object[]) - 类 org.crazycake.jdbcTemplateTool.impl.UpdateSetter 的构造方法
 

B C D G H I J L M N O Q R S T U

Copyright © 2014. All rights reserved.