A B C E F G H I N O P R S T V W X 

A

accessible(T) - 类 中的静态方法com.jfplugin.xsql.kit.Reflect
 
addChild(Statement) - 类 中的方法com.jfplugin.xsql.statement.Statement
添加子节点
args - 类 中的变量com.jfplugin.xsql.core.Context
List形式
args - 类 中的变量com.jfplugin.xsql.SqlArgs
 
as(Class<P>) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface
attr(Node, String) - 类 中的方法com.jfplugin.xsql.core.NodeParser
 
attr(String) - 类 中的方法com.jfplugin.xsql.statement.Statement
 

B

builder(Node) - 类 中的静态方法com.jfplugin.xsql.core.StatementBuilder
构建SqlStatement

C

call(String) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Call a method by its name.
call(String, Object...) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Call a method by its name.
CdataSectionStatement - com.jfplugin.xsql.statement中的类
CDATA节点
CdataSectionStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.CdataSectionStatement
 
children - 类 中的变量com.jfplugin.xsql.statement.Statement
 
com.jfplugin.xsql - 程序包 com.jfplugin.xsql
 
com.jfplugin.xsql.core - 程序包 com.jfplugin.xsql.core
 
com.jfplugin.xsql.exception - 程序包 com.jfplugin.xsql.exception
 
com.jfplugin.xsql.kit - 程序包 com.jfplugin.xsql.kit
 
com.jfplugin.xsql.statement - 程序包 com.jfplugin.xsql.statement
 
CommentStatement - com.jfplugin.xsql.statement中的类
注解节点
CommentStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.CommentStatement
 
Context - com.jfplugin.xsql.core中的类
Context
Context() - 类 的构造器com.jfplugin.xsql.core.Context
 
create() - 类 中的方法com.jfplugin.xsql.kit.Reflect
Call a constructor.
create(Object...) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Call a constructor.

E

equals(Object) - 类 中的方法com.jfplugin.xsql.kit.Reflect
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.CdataSectionStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.CommentStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.ForeachStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsEmptyStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsEqualStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsFalseStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsNotEmptyStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsNotEqualStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.IsTrueStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.SqlStatement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.Statement
 
execute(Context, Object) - 类 中的方法com.jfplugin.xsql.statement.TextStatement
 
ExpException - com.jfplugin.xsql.exception中的异常错误
表达式异常
ExpException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.ExpException
 
ExpException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.ExpException
 

F

field(String) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Get a wrapped field.
fields() - 类 中的方法com.jfplugin.xsql.kit.Reflect
 
ForeachStatement - com.jfplugin.xsql.statement中的类
prepend - 可被覆盖的 SQL 语句组成部分,添加在语句的前面(可选) collection - array或者list open - 整个遍历内容体开始的字符串,用于定义括号(可选) close -整个遍历内容体结束的字符串,用于定义括号(可选) separator - 分隔符 item - List的一条记录
ForeachStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.ForeachStatement
 

G

get(String) - 类 中的方法com.jfplugin.xsql.core.SqlConfigParser
 
get(String) - 类 中的方法com.jfplugin.xsql.core.SqlStatementMapping
 
get() - 类 中的方法com.jfplugin.xsql.kit.Reflect
Get the wrapped object
get(String) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Get a field value.
getArgs() - 类 中的方法com.jfplugin.xsql.core.Context
获取List
getArgsArray() - 类 中的方法com.jfplugin.xsql.core.Context
获取数组
getDeclaredField(Class<?>, String) - 类 中的方法com.jfplugin.xsql.kit.Reflect
 
getProperty(Object, String) - 类 中的静态方法com.jfplugin.xsql.kit.ObjectKit
 
getSqlArgs(String, Object) - 类 中的静态方法com.jfplugin.xsql.XsqlKit
 
globalVar - 类 中的变量com.jfplugin.xsql.core.Context
 

H

hashCode() - 类 中的方法com.jfplugin.xsql.kit.Reflect

I

init(SqlConfigParser, String) - 类 中的静态方法com.jfplugin.xsql.XsqlKit
 
isEmpty(Object) - 类 中的方法com.jfplugin.xsql.statement.Statement
 
IsEmptyStatement - com.jfplugin.xsql.statement中的类
prepend - 可被覆盖的 SQL 语句组成部分,添加在语句的前面(可选) property - 被比较的属性(必选)
IsEmptyStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsEmptyStatement
 
IsEqualStatement - com.jfplugin.xsql.statement中的类
prepend - 可被覆盖的 SQL 语句组成部分,添加在语句的前面(可选) property - 被比较的属性(必选) compareProperty - 另一个用于和前者比较的属性(必选或选择 compareValue) compareValue - 用于比较的值(必选或选择 compareProperty)
IsEqualStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsEqualStatement
 
IsFalseStatement - com.jfplugin.xsql.statement中的类
test - 检测的语句
IsFalseStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsFalseStatement
 
IsNotEmptyStatement - com.jfplugin.xsql.statement中的类
prepend - 可被覆盖的 SQL 语句组成部分,添加在语句的前面(可选) property - 被比较的属性(必选)
IsNotEmptyStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsNotEmptyStatement
 
IsNotEqualStatement - com.jfplugin.xsql.statement中的类
prepend - 可被覆盖的 SQL 语句组成部分,添加在语句的前面(可选) property - 被比较的属性(必选) compareProperty - 另一个用于和前者比较的属性(必选或选择 compareValue) compareValue - 用于比较的值(必选或选择 compareProperty)
IsNotEqualStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsNotEqualStatement
 
IsTrueStatement - com.jfplugin.xsql.statement中的类
test - 检测的语句
IsTrueStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.IsTrueStatement
 

N

node - 类 中的变量com.jfplugin.xsql.statement.Statement
 
NodeNotAllowedException - com.jfplugin.xsql.exception中的异常错误
 
NodeNotAllowedException() - 异常错误 的构造器com.jfplugin.xsql.exception.NodeNotAllowedException
 
NodeNotAllowedException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.NodeNotAllowedException
 
NodeParser - com.jfplugin.xsql.core中的类
XML解析
NodeParser() - 类 的构造器com.jfplugin.xsql.core.NodeParser
 
NodeParserException - com.jfplugin.xsql.exception中的异常错误
 
NodeParserException() - 异常错误 的构造器com.jfplugin.xsql.exception.NodeParserException
 
NodeParserException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.NodeParserException
 
NodeParserException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.NodeParserException
 
NoPropertyException - com.jfplugin.xsql.exception中的异常错误
 
NoPropertyException() - 异常错误 的构造器com.jfplugin.xsql.exception.NoPropertyException
 
NoPropertyException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.NoPropertyException
 
NoPropertyException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.NoPropertyException
 
nullSafeEquals(Object, Object) - 类 中的方法com.jfplugin.xsql.statement.Statement
 

O

ObjectKit - com.jfplugin.xsql.kit中的类
 
ObjectKit() - 类 的构造器com.jfplugin.xsql.kit.ObjectKit
 
on(String) - 类 中的静态方法com.jfplugin.xsql.kit.Reflect
 
on(Class<?>) - 类 中的静态方法com.jfplugin.xsql.kit.Reflect
 
on(Object) - 类 中的静态方法com.jfplugin.xsql.kit.Reflect
 

P

parser(InputStream) - 类 中的方法com.jfplugin.xsql.core.NodeParser
 
parser(InputStream) - 类 中的方法com.jfplugin.xsql.core.SqlConfigParser
 
parser(InputStream, SqlStatementMapping) - 类 中的方法com.jfplugin.xsql.core.SqlMapParser
 
parser(String, Object, Object) - 类 中的静态方法com.jfplugin.xsql.core.VarParser
 
parser(String, Object) - 类 中的静态方法com.jfplugin.xsql.core.VarParser
 
put(String, SqlStatement) - 类 中的方法com.jfplugin.xsql.core.SqlStatementMapping
 

R

Reflect - com.jfplugin.xsql.kit中的类
对象Reflect
ReflectException - com.jfplugin.xsql.kit中的异常错误
ReflectException(String) - 异常错误 的构造器com.jfplugin.xsql.kit.ReflectException
 
ReflectException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.kit.ReflectException
 
ReflectException() - 异常错误 的构造器com.jfplugin.xsql.kit.ReflectException
 
ReflectException(Throwable) - 异常错误 的构造器com.jfplugin.xsql.kit.ReflectException
 
register(String, Class<? extends Statement>) - 类 中的静态方法com.jfplugin.xsql.core.StatementBuilder
注册标签处理方式
register(String, String) - 类 中的静态方法com.jfplugin.xsql.core.StatementBuilder
注册

S

set(String, Object) - 类 中的方法com.jfplugin.xsql.kit.Reflect
Set a field value.
sql - 类 中的变量com.jfplugin.xsql.SqlArgs
 
SqlArgs - com.jfplugin.xsql中的类
 
SqlArgs() - 类 的构造器com.jfplugin.xsql.SqlArgs
 
SqlConfigParser - com.jfplugin.xsql.core中的类
 
SqlConfigParser() - 类 的构造器com.jfplugin.xsql.core.SqlConfigParser
 
SqlKeyExistException - com.jfplugin.xsql.exception中的异常错误
 
SqlKeyExistException() - 异常错误 的构造器com.jfplugin.xsql.exception.SqlKeyExistException
 
SqlKeyExistException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.SqlKeyExistException
 
SqlKeyExistException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.SqlKeyExistException
 
SqlMapParser - com.jfplugin.xsql.core中的类
SQL MAP 解析
SqlMapParser() - 类 的构造器com.jfplugin.xsql.core.SqlMapParser
 
SqlMapPathException - com.jfplugin.xsql.exception中的异常错误
 
SqlMapPathException() - 异常错误 的构造器com.jfplugin.xsql.exception.SqlMapPathException
 
SqlMapPathException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.SqlMapPathException
 
SqlMapPathException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.SqlMapPathException
 
SqlStatement - com.jfplugin.xsql.statement中的类
SQL根节点
SqlStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.SqlStatement
 
SqlStatementMapping - com.jfplugin.xsql.core中的类
 
SqlStatementMapping() - 类 的构造器com.jfplugin.xsql.core.SqlStatementMapping
 
start() - 类 中的方法com.jfplugin.xsql.XsqlPlugin
 
Statement - com.jfplugin.xsql.statement中的类
语法
Statement(Node) - 类 的构造器com.jfplugin.xsql.statement.Statement
 
StatementBuilder - com.jfplugin.xsql.core中的类
语法构建
StatementBuilder() - 类 的构造器com.jfplugin.xsql.core.StatementBuilder
 
StatementException - com.jfplugin.xsql.exception中的异常错误
 
StatementException() - 异常错误 的构造器com.jfplugin.xsql.exception.StatementException
 
StatementException(String, Throwable) - 异常错误 的构造器com.jfplugin.xsql.exception.StatementException
 
StatementException(String) - 异常错误 的构造器com.jfplugin.xsql.exception.StatementException
 
stop() - 类 中的方法com.jfplugin.xsql.XsqlPlugin
 
sw - 类 中的变量com.jfplugin.xsql.core.Context
 

T

TextStatement - com.jfplugin.xsql.statement中的类
文本节点
TextStatement(Node) - 类 的构造器com.jfplugin.xsql.statement.TextStatement
 
toString() - 类 中的方法com.jfplugin.xsql.core.Context
 
toString() - 类 中的方法com.jfplugin.xsql.kit.Reflect
toString() - 类 中的方法com.jfplugin.xsql.SqlArgs
 
type() - 类 中的方法com.jfplugin.xsql.kit.Reflect
Get the type of the wrapped object.

V

VarParser - com.jfplugin.xsql.core中的类
变量解析
VarParser() - 类 的构造器com.jfplugin.xsql.core.VarParser
 

W

wrapper(Class<?>) - 类 中的静态方法com.jfplugin.xsql.kit.Reflect
Get a wrapper type for a primitive type, or the argument type itself, if it is not a primitive type.

X

XsqlKit - com.jfplugin.xsql中的类
 
XsqlKit() - 类 的构造器com.jfplugin.xsql.XsqlKit
 
XsqlPlugin - com.jfplugin.xsql中的类
 
XsqlPlugin(String) - 类 的构造器com.jfplugin.xsql.XsqlPlugin
 
XsqlPlugin(InputStream) - 类 的构造器com.jfplugin.xsql.XsqlPlugin
 
A B C E F G H I N O P R S T V W X 

Copyright © 2017. All rights reserved.