Skip navigation links
A C D E F G I L M N O P Q R S T U V W X 

A

AbstractSqlTag - Class in net.sf.jkniv.sqlegance.builder.xml
Generic tag to support the common functions from other tags.
AbstractSqlTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Build a new SQL tag from XML file.
add(T) - Method in interface net.sf.jkniv.sqlegance.IRepository
Add a new Object at repository.
addTag(ITextTag) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a new text tag.
addTag(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a set of static text from tag elements.
addTag(List<ITextTag>) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
add a set of text tags (static or dynamic).
addTag(String) - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISqlTag
add a set of static text from tag elements.
addTag(ITextTag) - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISqlTag
add a new text tag.
addTag(List<ITextTag>) - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISqlTag
add a set of text tags (static or dynamic).
ATTRIBUTE_HREF - Static variable in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
ATTRIBUTE_MODE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_PROPERTY - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_SPNAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
ATTRIBUTE_SQLTYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
ATTRIBUTE_TEST - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
ATTRIBUTE_TYPE - Static variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
ATTRIBUTE_TYPENAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 

C

ChooseTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
ChooseTag(List<WhenTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Build a new choose tag.
ConditionalTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the if tag from XML file to put dynamic SQLs.
ConditionalTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Parses the given OGNL expression that can be used by Ognl static methods.
configFile(String) - Static method in class net.sf.jkniv.sqlegance.builder.XmlBuilderSql
Re-initialize the mapping XML file, making the framework read again the XML file named "fileConfig".
ConfigurationException - Exception in net.sf.jkniv.sqlegance.builder
Thrown to indicate that have some tag or value inappropriate at XML configuration.
ConfigurationException(String) - Constructor for exception net.sf.jkniv.sqlegance.builder.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.builder.ConfigurationException
 
containsQuery(String) - Static method in class net.sf.jkniv.sqlegance.builder.XmlBuilderSql
 

D

DefaultSqlNameStrategy - Class in net.sf.jkniv.sqlegance
 
DefaultSqlNameStrategy() - Constructor for class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
DeleteTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of delete sentence.
DeleteTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.DeleteTag
Build a new delete tag from XML file.

E

eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Evaluate if attribute test is true from when list tags, the first option is selected.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Evaluate the expression from test attribute is true or false.
eval(Object) - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Evaluate if attribute test is true or false with OGNL expression.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
This node always return true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Evaluate if attribute test is true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Evaluate if attribute test is true.
eval(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Evaluate if attribute test is true.
extract(String) - Static method in class net.sf.jkniv.sqlegance.parser.ParameterParser
This is a null-safe method that extract the parameters from a sentence.

F

flush() - Method in interface net.sf.jkniv.sqlegance.IRepository
Command to execute SQL statements that are in the buffer.

G

get(T) - Method in interface net.sf.jkniv.sqlegance.IRepository
Get one object instance from repository using a query with name "T.get", where 'T' it's a generic type.
get(IQuery) - Method in interface net.sf.jkniv.sqlegance.IRepository
Get one object instance from repository using a query.
getFiles() - Static method in class net.sf.jkniv.sqlegance.builder.XmlBuilderSql
Retrieve an unmodifiable list from original file list.
getLanguageType() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
language from SQL sentence.
getLanguageType() - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISql
Retrieve the language type used at sql sentence.
getMax() - Method in interface net.sf.jkniv.sqlegance.IQuery
Get the maximum number of rows from query result.
getMax() - Method in class net.sf.jkniv.sqlegance.Query
 
getMode() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
mode from stored procedure parameter
getName() - Method in class net.sf.jkniv.sqlegance.builder.SqlFile
Retrieve the XML relative name.
getName() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve the identifier name from tag.
getName() - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISqlTag
Retrieve the identifier from tag.
getName() - Method in interface net.sf.jkniv.sqlegance.IQuery
The query name used to localize the query at in XML file.
getName() - Method in class net.sf.jkniv.sqlegance.Query
 
getParams() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Retrieve parameter from stored procedure
getParams() - Method in interface net.sf.jkniv.sqlegance.IQuery
Parameters of query.
getParams() - Method in class net.sf.jkniv.sqlegance.Query
 
getProperty() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Property name from object parameter, can be a object like Author, Book, etc.
getQuery(String) - Static method in class net.sf.jkniv.sqlegance.builder.XmlBuilderSql
Retrieve one query according your name.
getSpName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Retrieve the name from stored procedure.
getSql() - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve static sql from a node, the dynamic parts is skipped.
getSql(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
Retrieve dynamic sql from a node, the dynamic parts is evaluated at time to create the sql.
getSql(Object) - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
getSql() - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISql
Retrieve static sql from a node, the dynamic parts is skipped.
getSql(Object) - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISql
Retrieve dynamic sql from a node, the dynamic parts is evaluated at time to create the sql.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.DeleteTag
Command type to execute.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Command type to execute.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.InsertTag
Command type to execute.
getSqlCommandType() - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISql
Retrieve node type: INSERT, UPDATE, DELETE, SELECT or PROCEDURE.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Command type to execute.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectTag
Command type to execute.
getSqlCommandType() - Method in class net.sf.jkniv.sqlegance.builder.xml.UpdateTag
Command type to execute.
getSqlType() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
SQL type from parameter
getStart() - Method in interface net.sf.jkniv.sqlegance.IQuery
Get the number from first row from query result.
getStart() - Method in class net.sf.jkniv.sqlegance.Query
 
getStatus() - Method in class net.sf.jkniv.sqlegance.builder.SqlFile
Status from XML file.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.DeleteTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.InsertTag
Retrieve the tag name.
getTagName() - Method in interface net.sf.jkniv.sqlegance.builder.xml.ISqlTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.SelectTag
Retrieve the tag name.
getTagName() - Method in class net.sf.jkniv.sqlegance.builder.xml.UpdateTag
Retrieve the tag name.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Retrieve the dynamic text from XML element.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Retrieve the text from XML element.
getText() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Retrieve the text from XML element, can be dynamic or static.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Retrieve the dynamic text from XML element.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Retrieve the text from XML element.
getText() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Retrieve the dynamic text from XML element.
getTotal() - Method in interface net.sf.jkniv.sqlegance.IQuery
Get total of rows that query can retrieve, filled after query is executed.
getTotal() - Method in class net.sf.jkniv.sqlegance.Query
 
getTypeName() - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
The fully-qualified name of an SQL structured type

I

id - Variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
IfTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the if tag from XML file to put dynamic SQLs.
IfTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.IfTag
Parses the given OGNL expression that can be used by Ognl static methods.
IncludeTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of include xml file.
IncludeTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
Build a new include tag from XML file.
InsertTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of insert sentence.
InsertTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.InsertTag
Build a new insert tag from XML file.
IQuery - Interface in net.sf.jkniv.sqlegance
This class represent a query object to find the query to be performed and your parameters like: query parameters, offset and max objects to return.
IRepository<T> - Interface in net.sf.jkniv.sqlegance
Main interface to persistent a collections-like objects.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
Indicate if text is dynamic or static.
isDynamic() - Method in interface net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
Indicate if text is dynamic or static.
isDynamic() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Indicate if text is dynamic or static.
ISql - Interface in net.sf.jkniv.sqlegance.builder.xml
This class represent a query language (JPQL, HQL or SQL) from XML file, each node at xml file is represented by this class.
ISqlNameStrategy - Interface in net.sf.jkniv.sqlegance
A set of rules for determining the query name to a set of methods (get, list, add, remove, update) from IRepository that don't have a query object as parameter.
ISqlTag - Interface in net.sf.jkniv.sqlegance.builder.xml
Represent specifics attribute from tag to build SQL sentences from XML files.
ITextTag - Interface in net.sf.jkniv.sqlegance.builder.xml.dynamic
The text from node elements at XML file.

L

languageType - Variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 
LanguageType - Enum in net.sf.jkniv.sqlegance.builder.xml
Type of sql sentence supported at xml files.
list() - Method in interface net.sf.jkniv.sqlegance.IRepository
Get a set of objects from repository using a query with name "T.list", where 'T' it's a generic type.
list(IQuery) - Method in interface net.sf.jkniv.sqlegance.IRepository
Get a set of objects from repository using a query.
list(IQuery, Class<G>) - Method in interface net.sf.jkniv.sqlegance.IRepository
Get a set of objects 'G' from repository using a query.
log - Variable in class net.sf.jkniv.sqlegance.builder.xml.AbstractSqlTag
 

M

MalformedExpression - Exception in net.sf.jkniv.sqlegance.builder.xml.dynamic
This exception is throwed if an OGNL expression its founded at bad format
MalformedExpression() - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 
MalformedExpression(String) - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 
MalformedExpression(String, Throwable) - Constructor for exception net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
 

N

net.sf.jkniv.sqlegance - package net.sf.jkniv.sqlegance
 
net.sf.jkniv.sqlegance.builder - package net.sf.jkniv.sqlegance.builder
 
net.sf.jkniv.sqlegance.builder.xml - package net.sf.jkniv.sqlegance.builder.xml
 
net.sf.jkniv.sqlegance.builder.xml.dynamic - package net.sf.jkniv.sqlegance.builder.xml.dynamic
 
net.sf.jkniv.sqlegance.parser - package net.sf.jkniv.sqlegance.parser
 

O

OtherwiseTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
OtherwiseTag(String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
Parses the given OGNL expression that can be used by Ognl static methods.

P

ParameterMode - Enum in net.sf.jkniv.sqlegance.builder.xml
Type of parameter from stored procedure.
ParameterParser - Class in net.sf.jkniv.sqlegance.parser
Execute parsing at parameters values from XML files, extrating your values.
patternHash - Static variable in class net.sf.jkniv.sqlegance.parser.ParameterParser
 
patternQuestion - Static variable in class net.sf.jkniv.sqlegance.parser.ParameterParser
 
patternTowDots - Static variable in class net.sf.jkniv.sqlegance.parser.ParameterParser
 
ProcedureParameterTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of stored procedure parameters sentence.
ProcedureParameterTag(String, String, String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureParameterTag(String, String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureParameterTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
Build a parameter with your values.
ProcedureTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of procedure sentence.
ProcedureTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Build a new procedure tag from XML file.
processed() - Method in class net.sf.jkniv.sqlegance.builder.SqlFile
put the status of file as PROCESSED
PROPERTY_NAME_STRATEGY - Static variable in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
 
PROPERTY_SHOW_CONFIG - Static variable in interface net.sf.jkniv.sqlegance.IRepository
 

Q

Query - Class in net.sf.jkniv.sqlegance
 
Query(String, Object, int, int) - Constructor for class net.sf.jkniv.sqlegance.Query
TODO documentation
Query(String, Object) - Constructor for class net.sf.jkniv.sqlegance.Query
TODO documentation
Query(String) - Constructor for class net.sf.jkniv.sqlegance.Query
TODO documentation

R

remove(T) - Method in interface net.sf.jkniv.sqlegance.IRepository
Remove an existent object at repository.
remove(IQuery) - Method in interface net.sf.jkniv.sqlegance.IRepository
Execute a query to remove one or many objects from repository.

S

SelectTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of select sentence.
SelectTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.SelectTag
Build a new select tag from XML file.
setMax(int) - Method in interface net.sf.jkniv.sqlegance.IQuery
Set the maximum number of rows from query result.
setMax(int) - Method in class net.sf.jkniv.sqlegance.Query
 
setParams(ProcedureParameterTag[]) - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Define parameters from stored procedure
setSpName(String) - Method in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
Define the name of stored procedure.
setStart(int) - Method in interface net.sf.jkniv.sqlegance.IQuery
Set the number from first row from query result.
setStart(int) - Method in class net.sf.jkniv.sqlegance.Query
 
SetTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the set sentence from update SQL.
SetTag(List<? extends ITextTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
Build a new set tag.
setTotal(Long) - Method in class net.sf.jkniv.sqlegance.Query
 
SqlCommandType - Enum in net.sf.jkniv.sqlegance.builder.xml
Node type supported to xml files.
SqlFile - Class in net.sf.jkniv.sqlegance.builder
Represent each XML file declared at SqlConfig.xml or your include files.
SqlFile(String) - Constructor for class net.sf.jkniv.sqlegance.builder.SqlFile
Build a new sql file with UNPROCESSED status.
StaticText - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
This class represent text found at NodeValue from tag at XML document.
StaticText(String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.StaticText
build static text object.

T

TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.DeleteTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ChooseTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.IfTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.OtherwiseTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.SetTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhenTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.IncludeTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.InsertTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureParameterTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.ProcedureTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.SelectTag
 
TAG_NAME - Static variable in class net.sf.jkniv.sqlegance.builder.xml.UpdateTag
 
toAddName(Object) - Method in class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
toAddName(Object) - Method in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
Return the default query name at XML file to retrieve an object by 'add' method.
toGetName(Object) - Method in class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
toGetName(Object) - Method in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
Return the default query name at XML file to retrieve an object by 'get' method.
toListName(Object) - Method in class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
toListName(Object) - Method in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
Return the default query name at XML file to retrieve an object by 'list' method.
toRemoveName(Object) - Method in class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
toRemoveName(Object) - Method in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
Return the default query name at XML file to retrieve an object by 'remove' method.
toString() - Method in class net.sf.jkniv.sqlegance.builder.SqlFile
 
toString() - Method in class net.sf.jkniv.sqlegance.builder.xml.dynamic.ConditionalTag
 
toString() - Method in class net.sf.jkniv.sqlegance.Query
 
toUpdateName(Object) - Method in class net.sf.jkniv.sqlegance.DefaultSqlNameStrategy
 
toUpdateName(Object) - Method in interface net.sf.jkniv.sqlegance.ISqlNameStrategy
Return the default query name at XML file to retrieve an object by 'update' method.

U

update(T) - Method in interface net.sf.jkniv.sqlegance.IRepository
Up date the object value at repository.
update(IQuery) - Method in interface net.sf.jkniv.sqlegance.IRepository
Up date by query many objects.
UpdateTag - Class in net.sf.jkniv.sqlegance.builder.xml
Tag of update sentence.
UpdateTag(String, LanguageType) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.UpdateTag
Build a new update tag from XML file.

V

valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.builder.xml.LanguageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.builder.xml.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.builder.xml.SqlCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.jkniv.sqlegance.builder.xml.XMLFileStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.jkniv.sqlegance.builder.xml.LanguageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.builder.xml.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.builder.xml.SqlCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.jkniv.sqlegance.builder.xml.XMLFileStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WhenTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
 
WhenTag(String, String) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhenTag
Parses the given OGNL expression that can be used by Ognl static methods.
WhereTag - Class in net.sf.jkniv.sqlegance.builder.xml.dynamic
Represent the where sentence from SQL.
WhereTag(List<ITextTag>) - Constructor for class net.sf.jkniv.sqlegance.builder.xml.dynamic.WhereTag
Build a new where tag.

X

XmlBuilderSql - Class in net.sf.jkniv.sqlegance.builder
The XmlBuilderSql is the central class to read XML files and load the queries at memory.
XMLFileStatus - Enum in net.sf.jkniv.sqlegance.builder.xml
Internal status of xml files, if load and read or not.
A C D E F G I L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2015 jkniv. All rights reserved.