A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractCollectionRowMapper - net.paoding.rose.jade.rowmapper 中的 类
将SQL结果集的一行映射为某种集合
AbstractCollectionRowMapper(StatementMetaData) - 类 net.paoding.rose.jade.rowmapper.AbstractCollectionRowMapper 的构造方法
 
addExcludeFilter(TypeFilter) - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
Add an exclude type filter to the front of the exclusion list.
addInterpreter(Interpreter[]) - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
addInterpreter(Interpreter) - 类 net.paoding.rose.jade.statement.DefaultInterpreterFactory 中的方法
 
afterPropertiesSet() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
ArrayRowMapper - net.paoding.rose.jade.rowmapper 中的 类
将SQL结果集的一行映射为一个数组
ArrayRowMapper(Class<?>) - 类 net.paoding.rose.jade.rowmapper.ArrayRowMapper 的构造方法
 
asArray(Object) - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 中的静态方法
将对象转换成: java.lang.Object 数组。
asBoolean(Object) - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 中的静态方法
将对象转换成: Boolean 值。
asCollection(Object) - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 中的静态方法
将对象转换成: Collection 集合。

B

batchUpdate(String, List<Object[]>) - 接口 net.paoding.rose.jade.dataaccess.DataAccess 中的方法
批量写访问(更新或插入)
batchUpdate(String, List<Object[]>) - 类 net.paoding.rose.jade.dataaccess.DataAccessImpl 中的方法
 
BeanPropertyRowMapper - net.paoding.rose.jade.rowmapper 中的 类
RowMapper implementation that converts a row into a new instance of the specified mapped target class.
BeanPropertyRowMapper(Class<?>, boolean, boolean) - 类 net.paoding.rose.jade.rowmapper.BeanPropertyRowMapper 的构造方法
Create a new BeanPropertyRowMapper, accepting unpopulated properties in the target bean.
builder - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的变量
 
BunchUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
顺序输出子单元的语句单元, 例如一个语句段。
BunchUnit(List<ExqlUnit>) - 类 net.paoding.rose.jade.statement.expression.impl.BunchUnit 的构造方法
构造顺序输出子单元的语句单元。

C

Cache - net.paoding.rose.jade.annotation 中的 注释类型
使用:{#link Cache} 标注需要缓存的 DAO 接口方法。
cache - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的静态变量
 
CacheDelete - net.paoding.rose.jade.annotation 中的 注释类型
使用:{#link CacheDelete} 标注需要在执行后清除缓存的 DAO 接口方法。
CachedStatement - net.paoding.rose.jade.statement.cached 中的 类
CachedStatement 封装了支持Cache的逻辑
CachedStatement(CacheProvider, Statement) - 类 net.paoding.rose.jade.statement.cached.CachedStatement 的构造方法
 
CacheInterface - net.paoding.rose.jade.statement.cached 中的 接口
CacheInterface 抽象DAO方法所使用的缓存接口
cacheProvider - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
CacheProvider - net.paoding.rose.jade.statement.cached 中的 接口
定义 CacheProvider 接口从缓存池名称获取实例。
ChoiceUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
按条件选择输出子单元内容的语句单元, 例如: '#if (:expr) {...}
ChoiceUnit(String, ExqlUnit) - 类 net.paoding.rose.jade.statement.expression.impl.ChoiceUnit 的构造方法
构造一元的条件语句单元。
ChoiceUnit(String, ExqlUnit, ExqlUnit) - 类 net.paoding.rose.jade.statement.expression.impl.ChoiceUnit 的构造方法
构造二元的条件语句单元。
compare(Interpreter, Interpreter) - 类 net.paoding.rose.jade.statement.InterpreterComparator 中的方法
 
compile() - 类 net.paoding.rose.jade.statement.expression.impl.ExqlCompiler 中的方法
执行编译动作。
compile(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的静态方法
从语句编译: ExqlPattern 对象。
compileUnit() - 类 net.paoding.rose.jade.statement.expression.impl.ExqlCompiler 中的方法
从语句编译出: ExqlUnit 对象。
context - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的变量
 
create(Class<?>) - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
createCollection(int) - 类 net.paoding.rose.jade.rowmapper.AbstractCollectionRowMapper 中的方法
由子类覆盖此方法,提供一个空的具体集合实现类
createCollection(int) - 类 net.paoding.rose.jade.rowmapper.ListRowMapper 中的方法
 
createCollection(int) - 类 net.paoding.rose.jade.rowmapper.SetRowMapper 中的方法
 
createDAO() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 

D

DAO - net.paoding.rose.jade.annotation 中的 注释类型
用此DAO注解标注在一个符合Jade编写规范的DAO接口类上,明确标注这是Jade DAO接口。
DAOMetaData - net.paoding.rose.jade.statement 中的 类
DAOMetaData 封装缓存一个DAO接口类本身的一些信息,比如类对象、类常量等等
DAOMetaData(Class<?>) - 类 net.paoding.rose.jade.statement.DAOMetaData 的构造方法
 
daoObject - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
DataAccess - net.paoding.rose.jade.dataaccess 中的 接口
DataAccess 分隔了DAO接口层和数据访问层。
dataAccessFactory - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
DataAccessFactory - net.paoding.rose.jade.dataaccess 中的 接口
 
DataAccessImpl - net.paoding.rose.jade.dataaccess 中的 类
 
DataAccessImpl(JdbcTemplate) - 类 net.paoding.rose.jade.dataaccess.DataAccessImpl 的构造方法
 
DataSourceFactory - net.paoding.rose.jade.dataaccess 中的 接口
 
dataSourceFactory - 类 net.paoding.rose.jade.dataaccess.DefaultDataAccessFactory 中的变量
 
DefaultDataAccessFactory - net.paoding.rose.jade.dataaccess 中的 类
 
DefaultDataAccessFactory(DataSourceFactory) - 类 net.paoding.rose.jade.dataaccess.DefaultDataAccessFactory 的构造方法
 
DefaultDataSourceFactory - net.paoding.rose.jade.dataaccess 中的 类
 
DefaultDataSourceFactory() - 类 net.paoding.rose.jade.dataaccess.DefaultDataSourceFactory 的构造方法
 
DefaultDataSourceFactory(DataSource) - 类 net.paoding.rose.jade.dataaccess.DefaultDataSourceFactory 的构造方法
 
DefaultInterpreterFactory - net.paoding.rose.jade.statement 中的 类
 
DefaultInterpreterFactory() - 类 net.paoding.rose.jade.statement.DefaultInterpreterFactory 的构造方法
 
DefaultInterpreterFactory(Interpreter[]) - 类 net.paoding.rose.jade.statement.DefaultInterpreterFactory 的构造方法
 
DefaultInterpreterFactory(List<Interpreter>) - 类 net.paoding.rose.jade.statement.DefaultInterpreterFactory 的构造方法
 
DefaultRowMapperFactory - net.paoding.rose.jade.rowmapper 中的 类
支持DAO方法返回类型: int、long等primitive:期望返回单列、1行 Integer、Long等包装类型的:期望返回单列、0行或1行 String、BigDecimal:期望返回单列,0行或1行 java.util.Date及其子类:期望返回单列,0行或1行 byte[]:期望返回单行、单列;列类型可转化为byte[]类型(比如blob类型) Blob、Clob:期望返回单,0行或1行 数组(int[]、String[]等):期望返回单列,多行; 数组(User[]等):期望返回多列,多行; 集合(List<Integer>、Set<String>等): 期望返回单列,多行; 集合(List<User>、Set<User>等): 期望返回单列,多行; 映射(Map<String, Date>): 期望返回2列,多行 映射(Map<String, User>): 期望返回多列,多行 映射(Map<String, String[]>): 期望返回多列,多行
DefaultRowMapperFactory() - 类 net.paoding.rose.jade.rowmapper.DefaultRowMapperFactory 的构造方法
 
delete(String) - 接口 net.paoding.rose.jade.statement.cached.CacheInterface 中的方法
从 Cache 缓存池删除对象。
delete(String) - 类 net.paoding.rose.jade.statement.cached.MockCache 中的方法
 
doubleValue() - 类 net.paoding.rose.jade.core.Identity 中的方法
已过时。  

E

EmptyUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
输出空白的语句单元, 代替空的表达式。
EmptyUnit() - 类 net.paoding.rose.jade.statement.expression.impl.EmptyUnit 的构造方法
 
equals(Object) - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
equals(Object) - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
equals(Object) - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
execExpr(ExprResolver, String) - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 中的静态方法
返回在语句输出的内容。
execute(Map<String, Object>) - 类 net.paoding.rose.jade.statement.cached.CachedStatement 中的方法
 
execute(ExqlContext, Map<String, ?>) - 接口 net.paoding.rose.jade.statement.expression.ExqlPattern 中的方法
输出全部的语句内容。
execute(ExqlContext, Map<String, ?>, Map<String, ?>) - 接口 net.paoding.rose.jade.statement.expression.ExqlPattern 中的方法
输出全部的语句内容。
execute(ExqlContext, Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的方法
 
execute(ExqlContext, Map<String, ?>, Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的方法
 
execute(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的方法
 
execute(Map<String, Object>) - 类 net.paoding.rose.jade.statement.JdbcStatement 中的方法
 
execute(SQLType, StatementRuntime...) - 接口 net.paoding.rose.jade.statement.Querier 中的方法
 
execute(SQLType, StatementRuntime...) - 类 net.paoding.rose.jade.statement.SelectQuerier 中的方法
 
execute(SQLType, StatementRuntime) - 类 net.paoding.rose.jade.statement.SelectQuerier 中的方法
 
execute(Map<String, Object>) - 接口 net.paoding.rose.jade.statement.Statement 中的方法
按照给定的方法参数值,执行一次数据库检索或更新 您可以通过parameters.get(":1")、parameters.get(":2")获得方法中的第1、第2个参数(从1开始)
如果DAO方法中的参数设置了@SQLParam(name) 注解,您还可以从parameters.get(name)取得该参数。
execute(SQLType, StatementRuntime...) - 类 net.paoding.rose.jade.statement.UpdateQuerier 中的方法
 
executeExpr(String) - 接口 net.paoding.rose.jade.statement.expression.ExprResolver 中的方法
返回在语句输出的内容。
executeExpr(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
 
ExprResolver - net.paoding.rose.jade.statement.expression 中的 接口
定义处理表达式的接口, 以兼容不同的表达式语法。
ExprResolverImpl - net.paoding.rose.jade.statement.expression.impl 中的 类
默认使用: Apache Common Jexl 引擎实现表达式处理。
ExprResolverImpl() - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 的构造方法
构造表达式处理器。
ExprResolverImpl(Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 的构造方法
构造表达式处理器。
ExprResolverImpl(Map<String, ?>, Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 的构造方法
构造表达式处理器。
ExprUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
输出表达式内容的语句单元, 例如: ':expr' 或者: '#(:expr)' 形式的表达式。
ExprUnit(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExprUnit 的构造方法
构造输出表达式内容的语句单元。
ExqlCompiler - net.paoding.rose.jade.statement.expression.impl 中的 类
实现语句编译器。
ExqlCompiler(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlCompiler 的构造方法
创建语句编译器。
ExqlContext - net.paoding.rose.jade.statement.expression 中的 接口
定义输出的上下文接口。
ExqlContextImpl - net.paoding.rose.jade.statement.expression.impl 中的 类
实现简单的输出上下文。
ExqlContextImpl(int) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 的构造方法
构造上下文对象。
ExqlPattern - net.paoding.rose.jade.statement.expression 中的 接口
定义一个语句的执行接口。
ExqlPatternImpl - net.paoding.rose.jade.statement.expression.impl 中的 类
实现语句的执行接口。
ExqlPatternImpl(String, ExqlUnit) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 的构造方法
构造语句的执行接口。
ExqlUnit - net.paoding.rose.jade.statement.expression 中的 接口
定义一个语句输出单元, 可以进行组装。
ExqlUtils - net.paoding.rose.jade.statement.expression.util 中的 类
实现表达式求值时的常用方法。
ExqlUtils() - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 的构造方法
 

F

fill(ExqlContext, ExprResolver) - 接口 net.paoding.rose.jade.statement.expression.ExqlUnit 中的方法
输出单元的语句内容。
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.BunchUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ChoiceUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.EmptyUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ExprUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ForEachUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.JoinExprUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.OptionUnit 中的方法
 
fill(ExqlContext, ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.TextUnit 中的方法
 
fillChar(char) - 接口 net.paoding.rose.jade.statement.expression.ExqlContext 中的方法
输出字符到语句内容。
fillChar(char) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
fillConstantFrom(Class<?>, HashMap<String, Object>) - 类 net.paoding.rose.jade.statement.GenericUtils 中的静态方法
 
fillText(String) - 接口 net.paoding.rose.jade.statement.expression.ExqlContext 中的方法
输出字符串到语句内容, 字符串的内容是未经转义的。
fillText(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
fillValue(Object) - 接口 net.paoding.rose.jade.statement.expression.ExqlContext 中的方法
输出对象到语句内容, 字符串的内容将被转义。
fillValue(Object) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
findCandidateComponents(String) - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
查找并返回一个目录或jar包下符合Jade规范的DAO接口。
floatValue() - 类 net.paoding.rose.jade.core.Identity 中的方法
已过时。  
flushOut() - 接口 net.paoding.rose.jade.statement.expression.ExqlContext 中的方法
得到输出的语句内容。
flushOut() - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
ForEachUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
循环输出子单元内容的语句单元, 例如: '#for (variant in :expr) {...}'
ForEachUnit(String, String, ExqlUnit) - 类 net.paoding.rose.jade.statement.expression.impl.ForEachUnit 的构造方法
构造循环输出的语句单元。

G

GenericUtils - net.paoding.rose.jade.statement 中的 类
实现工具类,检查参数化类型的参数类型。
GenericUtils() - 类 net.paoding.rose.jade.statement.GenericUtils 的构造方法
 
get(String) - 接口 net.paoding.rose.jade.statement.cached.CacheInterface 中的方法
从缓存取出给定key对应的对象,如果没有则返回null
get(String) - 类 net.paoding.rose.jade.statement.cached.MockCache 中的方法
 
getActualClass(Type) - 类 net.paoding.rose.jade.statement.GenericUtils 中的静态方法
从参数, 返回值, 基类的: Generic 类型信息获取传入的实际类信息。
getAnnotation(Class<T>) - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getArgs() - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getArgs() - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getCacheByPool(StatementMetaData, String) - 接口 net.paoding.rose.jade.statement.cached.CacheProvider 中的方法
从缓存池的名称获取实例。
getCacheByPool(StatementMetaData, String) - 类 net.paoding.rose.jade.statement.cached.MockCacheProvider 中的方法
 
getCacheProvider() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getCacheProviderName(ConfigurableListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
 
getConstant(String) - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
getConstantFrom(Class<?>, boolean, boolean) - 类 net.paoding.rose.jade.statement.GenericUtils 中的静态方法
收集类的所有常量。
getConstants() - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
getConstants() - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
返回表达式处理器的常量表。
getDAOClass() - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
getDAOMetaData() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getDataAccess(StatementMetaData, Map<String, Object>) - 接口 net.paoding.rose.jade.dataaccess.DataAccessFactory 中的方法
 
getDataAccess(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.dataaccess.DefaultDataAccessFactory 中的方法
 
getDataAccessFactory(ConfigurableListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
 
getDataAccessFactory() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getDataSource(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactory 中的方法
 
getDataSource(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactoryDelegate 中的方法
 
getDataSource() - 接口 net.paoding.rose.jade.dataaccess.DataAccess 中的方法
返回所使用的DataSource
getDataSource() - 类 net.paoding.rose.jade.dataaccess.DataAccessImpl 中的方法
 
getDataSource(StatementMetaData, Map<String, Object>) - 接口 net.paoding.rose.jade.dataaccess.DataSourceFactory 中的方法
 
getDataSource(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.dataaccess.DefaultDataSourceFactory 中的方法
 
getDataSource(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.dataaccess.SingleDataSourceFactory 中的方法
 
getDataSourceFactory() - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
getDataSourceFactory() - 类 net.paoding.rose.jade.dataaccess.DefaultDataAccessFactory 中的方法
 
getDisableFlag(String) - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
 
getGenericReturnTypes() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getInterpreterFactory(ConfigurableListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
 
getInterpreterFactory() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getInterpreters(StatementMetaData) - 类 net.paoding.rose.jade.context.spring.SpringInterpreterFactory 中的方法
 
getInterpreters(StatementMetaData) - 类 net.paoding.rose.jade.statement.DefaultInterpreterFactory 中的方法
 
getInterpreters(StatementMetaData) - 接口 net.paoding.rose.jade.statement.InterpreterFactory 中的方法
 
getKey() - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
getMaxSize() - 类 net.paoding.rose.jade.statement.cached.MockCache 中的方法
 
getMetaData() - 类 net.paoding.rose.jade.statement.cached.CachedStatement 中的方法
 
getMetaData() - 类 net.paoding.rose.jade.statement.JdbcStatement 中的方法
 
getMetaData() - 接口 net.paoding.rose.jade.statement.Statement 中的方法
所属的DAO方法及其相关的信息
getMetaData() - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getMetaData() - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getMethod() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getObject() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getObjectType() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getParameterCount() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getParameters() - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getParameters() - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getParams() - 接口 net.paoding.rose.jade.statement.expression.ExqlContext 中的方法
返回所有参数的数组, 按参数出现的顺序。
getParams() - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
getProperties() - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getProperties() - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getProperty(String) - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getProperty(String) - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getResourceLoader() - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
Return the ResourceLoader that this component provider uses.
getRowMapper(StatementMetaData) - 类 net.paoding.rose.jade.rowmapper.DefaultRowMapperFactory 中的方法
 
getRowMapper(StatementMetaData) - 接口 net.paoding.rose.jade.rowmapper.RowMapperFactory 中的方法
根据DAO方法的返回类型定义,解析可能存在的泛型,创建对应的行映射器对象。
getRowMapperFactory() - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
 
getRowMapperFactory() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
getShardByIndex() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getSQL() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getSQL() - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
getSQL() - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
getSQLParamAt(int) - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getSQLType() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
getValue() - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
getVar(String) - 接口 net.paoding.rose.jade.statement.expression.ExprResolver 中的方法
返回变量的内容。
getVar(String) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
 
getVars() - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
返回表达式处理器的参数表。

H

hashCode() - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
hashCode() - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
hashCode() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 

I

Identity - net.paoding.rose.jade.core 中的 类
已过时。 
Identity(Number) - 类 net.paoding.rose.jade.core.Identity 的构造方法
已过时。 构造对象容纳返回的对象 ID.
initialize() - 类 net.paoding.rose.jade.rowmapper.BeanPropertyRowMapper 中的方法
Initialize the mapping metadata for the given class.
interpret(StatementRuntime) - 接口 net.paoding.rose.jade.statement.Interpreter 中的方法
 
interpret(StatementRuntime) - 类 net.paoding.rose.jade.statement.SimpleInterpreter 中的方法
 
interpret(StatementRuntime) - 类 net.paoding.rose.jade.statement.SystemInterpreter 中的方法
 
Interpreter - net.paoding.rose.jade.statement 中的 接口
可用 Order来调节优先级,根据 Order 语义,值越小越有效; 如果没有标注 Order 使用默认值0。
InterpreterComparator - net.paoding.rose.jade.statement 中的 类
 
InterpreterComparator() - 类 net.paoding.rose.jade.statement.InterpreterComparator 的构造方法
 
interpreterFactory - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
InterpreterFactory - net.paoding.rose.jade.statement 中的 接口
 
intValue() - 类 net.paoding.rose.jade.core.Identity 中的方法
已过时。  
invoke(Object, Method, Object[]) - 类 net.paoding.rose.jade.context.JadeInvocationHandler 中的方法
 
isCandidateComponent(MetadataReader) - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
Determine whether the given class does not match any exclude filter and does match at least one include filter.
isColumnType(Class<?>) - 类 net.paoding.rose.jade.rowmapper.TypeUtils 中的静态方法
 
isSingleton() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
isValid(ExprResolver) - 接口 net.paoding.rose.jade.statement.expression.ExqlUnit 中的方法
检查单元的内容是否有效。
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.BunchUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ChoiceUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.EmptyUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ExprUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.ForEachUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.JoinExprUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.OptionUnit 中的方法
 
isValid(ExprResolver) - 类 net.paoding.rose.jade.statement.expression.impl.TextUnit 中的方法
 
isValid(Object) - 类 net.paoding.rose.jade.statement.expression.util.ExqlUtils 中的静态方法
检查对象是否有效。

J

JadeBeanFactoryPostProcessor - net.paoding.rose.jade.context.spring 中的 类
JadeBeanFactoryPostProcessor 配置在发布包下的applicationContext-jade.xml中,Spring容器完成其内部的标准初始化工作后将调用本处理器,识别 符合Jade规范的 DAO 接口并将之配置为Spring容器的Bean定义,加入到Spring容器中。
JadeBeanFactoryPostProcessor() - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 的构造方法
 
JadeComponentProvider - net.paoding.rose.jade.context.spring 中的 类
JadeComponentProvider用于查找一个目录或jar包下符合Jade规范的DAO接口。
JadeComponentProvider() - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 的构造方法
 
JadeFactory - net.paoding.rose.jade.context.application 中的 类
 
JadeFactory() - 类 net.paoding.rose.jade.context.application.JadeFactory 的构造方法
 
JadeFactory(DataSource) - 类 net.paoding.rose.jade.context.application.JadeFactory 的构造方法
 
JadeFactory(DataSourceFactory) - 类 net.paoding.rose.jade.context.application.JadeFactory 的构造方法
 
JadeFactoryBean - net.paoding.rose.jade.context.spring 中的 类
 
JadeFactoryBean() - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 的构造方法
 
JadeInvocationHandler - net.paoding.rose.jade.context 中的 类
 
JadeInvocationHandler(DAOMetaData, InterpreterFactory, RowMapperFactory, DataAccessFactory, CacheProvider) - 类 net.paoding.rose.jade.context.JadeInvocationHandler 的构造方法
 
JdbcStatement - net.paoding.rose.jade.statement 中的 类
 
JdbcStatement(StatementMetaData, SQLType, Interpreter[], Querier) - 类 net.paoding.rose.jade.statement.JdbcStatement 的构造方法
 
JoinExprUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
直接输出表达式内容的语句单元, 例如: '##(:expr)' 形式的表达式,内容不经转义输出。
JoinExprUnit(String) - 类 net.paoding.rose.jade.statement.expression.impl.JoinExprUnit 的构造方法
构造输出表达式内容的语句单元。

K

KeyColumnOfMap - net.paoding.rose.jade.annotation 中的 注释类型
Jade支持DAO方法返回Map形式的,默认情况下Jade选取第一列作为Map的key。

L

ListRowMapper - net.paoding.rose.jade.rowmapper 中的 类
将SQL结果集的一行映射为List
ListRowMapper(StatementMetaData) - 类 net.paoding.rose.jade.rowmapper.ListRowMapper 的构造方法
 
logger - 类 net.paoding.rose.jade.rowmapper.BeanPropertyRowMapper 中的变量
Logger available to subclasses
longValue() - 类 net.paoding.rose.jade.core.Identity 中的方法
已过时。  

M

main(String...) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的静态方法
 
main(String...) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlCompiler 中的静态方法
 
main(String...) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的静态方法
 
main(String...) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的静态方法
 
main(String...) - 类 net.paoding.rose.jade.statement.GenericUtils 中的静态方法
 
main(String[]) - 类 net.paoding.rose.jade.statement.SystemInterpreter 中的静态方法
 
main2(String[]) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的静态方法
 
mapConsts - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的变量
 
MapEntryColumnRowMapper - net.paoding.rose.jade.rowmapper 中的 类
在将SQL结果集某一行的两列,一列作为key,一列作为value,形成一个key-value映射对。
MapEntryColumnRowMapper(StatementMetaData, Class<?>) - 类 net.paoding.rose.jade.rowmapper.MapEntryColumnRowMapper 的构造方法
 
MapEntryImpl<K,V> - net.paoding.rose.jade.rowmapper 中的 类
封装一对Key-Value值。
MapEntryImpl(K, V) - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 的构造方法
Creates new entry.
MapEntryRowMapper - net.paoding.rose.jade.rowmapper 中的 类
在将SQL结果集的一行映射为某种对象后,再提取出一个列作为key,形成key-value映射对。
MapEntryRowMapper(StatementMetaData, RowMapper) - 类 net.paoding.rose.jade.rowmapper.MapEntryRowMapper 的构造方法
 
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.annotation.RowHandler.ByDefault 中的方法
 
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.rowmapper.AbstractCollectionRowMapper 中的方法
 
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.rowmapper.ArrayRowMapper 中的方法
 
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.rowmapper.BeanPropertyRowMapper 中的方法
Extract the values for all columns in the current row.
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.rowmapper.MapEntryColumnRowMapper 中的方法
 
mapRow(ResultSet, int) - 类 net.paoding.rose.jade.rowmapper.MapEntryRowMapper 中的方法
 
mapVars - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的变量
 
MockCache - net.paoding.rose.jade.statement.cached 中的 类
提供 ConcurrentHashMap 缓存池的 CacheInterface 实现。
MockCache(String) - 类 net.paoding.rose.jade.statement.cached.MockCache 的构造方法
 
MockCache(String, int) - 类 net.paoding.rose.jade.statement.cached.MockCache 的构造方法
 
MockCacheProvider - net.paoding.rose.jade.statement.cached 中的 类
提供 ConcurrentHashMap 缓存池的 CacheProvider 实现。
MockCacheProvider() - 类 net.paoding.rose.jade.statement.cached.MockCacheProvider 的构造方法
 

N

net.paoding.rose.jade.annotation - 软件包 net.paoding.rose.jade.annotation
 
net.paoding.rose.jade.context - 软件包 net.paoding.rose.jade.context
 
net.paoding.rose.jade.context.application - 软件包 net.paoding.rose.jade.context.application
 
net.paoding.rose.jade.context.spring - 软件包 net.paoding.rose.jade.context.spring
 
net.paoding.rose.jade.core - 软件包 net.paoding.rose.jade.core
 
net.paoding.rose.jade.dataaccess - 软件包 net.paoding.rose.jade.dataaccess
 
net.paoding.rose.jade.rowmapper - 软件包 net.paoding.rose.jade.rowmapper
 
net.paoding.rose.jade.statement - 软件包 net.paoding.rose.jade.statement
 
net.paoding.rose.jade.statement.cached - 软件包 net.paoding.rose.jade.statement.cached
 
net.paoding.rose.jade.statement.expression - 软件包 net.paoding.rose.jade.statement.expression
 
net.paoding.rose.jade.statement.expression.impl - 软件包 net.paoding.rose.jade.statement.expression.impl
 
net.paoding.rose.jade.statement.expression.util - 软件包 net.paoding.rose.jade.statement.expression.util
 
number - 类 net.paoding.rose.jade.core.Identity 中的变量
已过时。  

O

objectType - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
OptionUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
条件输出子单元的语句单元, 例如一个: {...}?
OptionUnit(ExqlUnit) - 类 net.paoding.rose.jade.statement.expression.impl.OptionUnit 的构造方法
 

P

params - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的变量
 
pattern - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的变量
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.JadeBeanFactoryPostProcessor 中的方法
本方法将在Spring容器完成内部的标准初始化工作后被调用,在此识别 Jade DAO 接口并将配置为Spring容器的Bean定义,加入到Spring容器中。

Q

Querier - net.paoding.rose.jade.statement 中的 接口
 

R

registerDataSource(String, DataSource) - 类 net.paoding.rose.jade.dataaccess.DefaultDataSourceFactory 中的方法
 
ReturnGeneratedKeys - net.paoding.rose.jade.annotation 中的 注释类型
ReturnGeneratedKeys 声明在insert语句的方法上,表示返回的是插入的id。
RowHandler - net.paoding.rose.jade.annotation 中的 注释类型
 
RowHandler.ByDefault - net.paoding.rose.jade.annotation 中的 类
 
RowHandler.ByDefault() - 类 net.paoding.rose.jade.annotation.RowHandler.ByDefault 的构造方法
 
rowMapperFactory - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的变量
 
RowMapperFactory - net.paoding.rose.jade.rowmapper 中的 接口
RowMapperFactory可以为每一个查询类型DAO方法创建对应的行映射器RowMapper 对象,用来把SQL结果集中的每一行转化为DAO方法定义的返回类型所要求的组件类型。

S

select(String, Object[], RowMapper) - 接口 net.paoding.rose.jade.dataaccess.DataAccess 中的方法
读访问
select(String, Object[], RowMapper) - 类 net.paoding.rose.jade.dataaccess.DataAccessImpl 中的方法
 
SelectQuerier - net.paoding.rose.jade.statement 中的 类
实现 SELECT 查询。
SelectQuerier(DataAccessFactory, StatementMetaData, RowMapper) - 类 net.paoding.rose.jade.statement.SelectQuerier 的构造方法
 
set(String, Object, int) - 接口 net.paoding.rose.jade.statement.cached.CacheInterface 中的方法
将某个对象和给定的key绑定起来存储在缓存中
set(String, Object, int) - 类 net.paoding.rose.jade.statement.cached.MockCache 中的方法
 
setApplicationContext(ApplicationContext) - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactory 中的方法
 
setApplicationContext(ApplicationContext) - 类 net.paoding.rose.jade.context.spring.SpringInterpreterFactory 中的方法
 
setArgs(Object[]) - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
setArgs(Object[]) - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
setCacheProvider(CacheProvider) - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
setCacheProvider(CacheProvider) - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
setConstants(Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
设置表达式处理器的常量表。
setDataAccessFactory(DataAccessFactory) - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
setDataSource(DataSource) - 类 net.paoding.rose.jade.dataaccess.SingleDataSourceFactory 中的方法
 
setDataSourceFactory(DataSourceFactory) - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
setInterpreterFactory(InterpreterFactory) - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
setMaxSize(int) - 类 net.paoding.rose.jade.statement.cached.MockCache 中的方法
 
setObjectType(Class<?>) - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
setParam(Object) - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
设置参数的内容。
setProperty(String, Object) - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
setProperty(String, Object) - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
setResourceLoader(ResourceLoader) - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
Set the ResourceLoader to use for resource locations.
setResourcePattern(String) - 类 net.paoding.rose.jade.context.spring.JadeComponentProvider 中的方法
Set the resource pattern to use when scanning the classpath.
SetRowMapper - net.paoding.rose.jade.rowmapper 中的 类
将SQL结果集的一行映射为Set
SetRowMapper(StatementMetaData) - 类 net.paoding.rose.jade.rowmapper.SetRowMapper 的构造方法
 
setRowMapperFactory(RowMapperFactory) - 类 net.paoding.rose.jade.context.application.JadeFactory 中的方法
 
setRowMapperFactory(RowMapperFactory) - 类 net.paoding.rose.jade.context.spring.JadeFactoryBean 中的方法
 
setSQL(String) - 接口 net.paoding.rose.jade.statement.StatementRuntime 中的方法
 
setSQL(String) - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 中的方法
 
setValue(V) - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
setVar(String, Object) - 接口 net.paoding.rose.jade.statement.expression.ExprResolver 中的方法
设置变量的内容。
setVar(String, Object) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
 
setVars(Map<String, ?>) - 类 net.paoding.rose.jade.statement.expression.impl.ExprResolverImpl 中的方法
设置表达式处理器的参数表。
ShardBy - net.paoding.rose.jade.annotation 中的 注释类型
对于sql中没有含有散表参数的或散表参数名称和配置的散表名称不一致的,通过将 ShardBy 配置在这个参数上,表示使用该参数进行散表.
ShardParam - net.paoding.rose.jade.annotation 中的 注释类型
已过时。 
SimpleInterpreter - net.paoding.rose.jade.statement 中的 类
 
SimpleInterpreter() - 类 net.paoding.rose.jade.statement.SimpleInterpreter 的构造方法
 
SingleDataSourceFactory - net.paoding.rose.jade.dataaccess 中的 类
 
SingleDataSourceFactory() - 类 net.paoding.rose.jade.dataaccess.SingleDataSourceFactory 的构造方法
 
SingleDataSourceFactory(DataSource) - 类 net.paoding.rose.jade.dataaccess.SingleDataSourceFactory 的构造方法
 
SpringDataSourceFactory - net.paoding.rose.jade.context.spring 中的 类
 
SpringDataSourceFactory() - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactory 的构造方法
 
SpringDataSourceFactory(ListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactory 的构造方法
 
SpringDataSourceFactoryDelegate - net.paoding.rose.jade.context.spring 中的 类
 
SpringDataSourceFactoryDelegate(ListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.SpringDataSourceFactoryDelegate 的构造方法
 
SpringInterpreterFactory - net.paoding.rose.jade.context.spring 中的 类
 
SpringInterpreterFactory() - 类 net.paoding.rose.jade.context.spring.SpringInterpreterFactory 的构造方法
 
SpringInterpreterFactory(ListableBeanFactory) - 类 net.paoding.rose.jade.context.spring.SpringInterpreterFactory 的构造方法
 
SQL - net.paoding.rose.jade.annotation 中的 注释类型
SQL注解标注在Jade DAO方法上,表示这个DAO方法所要执行的SQL语句。
SQLParam - net.paoding.rose.jade.annotation 中的 注释类型
SQLParam 注解标注DAO方法的参数,指定参数的名称,使得可以在SQL中通过":参数名"的方式使用它。
SQLType - net.paoding.rose.jade.annotation 中的 枚举
SQL类型标识。
Statement - net.paoding.rose.jade.statement 中的 接口
Statement 表示一个符合规范的DAO方法,代表一个对数据库进行检索或更新的语句。
StatementMetaData - net.paoding.rose.jade.statement 中的 类
StatementMetaData 封装、缓存了一个DAO方法的相关信息
StatementMetaData(DAOMetaData, Method) - 类 net.paoding.rose.jade.statement.StatementMetaData 的构造方法
 
StatementRuntime - net.paoding.rose.jade.statement 中的 接口
 
StatementRuntimeImpl - net.paoding.rose.jade.statement 中的 类
 
StatementRuntimeImpl(StatementMetaData, Map<String, Object>) - 类 net.paoding.rose.jade.statement.StatementRuntimeImpl 的构造方法
 
SystemInterpreter - net.paoding.rose.jade.statement 中的 类
 
SystemInterpreter() - 类 net.paoding.rose.jade.statement.SystemInterpreter 的构造方法
 

T

TextUnit - net.paoding.rose.jade.statement.expression.impl 中的 类
原样输出文本的语句单元, 通常是语句中不含表达式的部分。
TextUnit(String) - 类 net.paoding.rose.jade.statement.expression.impl.TextUnit 的构造方法
构造输出文本的语句单元。
toString() - 类 net.paoding.rose.jade.context.JadeInvocationHandler 中的方法
 
toString() - 类 net.paoding.rose.jade.core.Identity 中的方法
已过时。  
toString() - 类 net.paoding.rose.jade.rowmapper.MapEntryImpl 中的方法
 
toString() - 类 net.paoding.rose.jade.statement.DAOMetaData 中的方法
 
toString() - 类 net.paoding.rose.jade.statement.expression.impl.ExqlContextImpl 中的方法
 
toString() - 类 net.paoding.rose.jade.statement.StatementMetaData 中的方法
 
TypeUtils - net.paoding.rose.jade.rowmapper 中的 类
 
TypeUtils() - 类 net.paoding.rose.jade.rowmapper.TypeUtils 的构造方法
 

U

unit - 类 net.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl 中的变量
 
update(String, Object[], KeyHolder) - 接口 net.paoding.rose.jade.dataaccess.DataAccess 中的方法
写访问(更新或插入)
update(String, Object[], KeyHolder) - 类 net.paoding.rose.jade.dataaccess.DataAccessImpl 中的方法
 
UpdateQuerier - net.paoding.rose.jade.statement 中的 类
 
UpdateQuerier(DataAccessFactory, StatementMetaData) - 类 net.paoding.rose.jade.statement.UpdateQuerier 的构造方法
 
UseMaster - net.paoding.rose.jade.annotation 中的 注释类型
使用:{#link UseMaster} 标注需要强制查询 master 数据库的 DAO 接口方法。

V

valueOf(String) - 枚举 net.paoding.rose.jade.annotation.SQLType 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 net.paoding.rose.jade.annotation.SQLType 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。

W

WIDECARD - 注释类型 net.paoding.rose.jade.annotation.ShardParam 中的静态变量
已过时。  

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2012. All Rights Reserved.