|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XNode | |
---|---|
org.apache.ibatis.builder.xml | TODO fillme. |
org.apache.ibatis.parsing | TODO fillme. |
org.apache.ibatis.session | TODO fillme. |
Uses of XNode in org.apache.ibatis.builder.xml |
---|
Methods in org.apache.ibatis.builder.xml that return XNode | |
---|---|
XNode |
XMLMapperBuilder.getSqlFragment(String refid)
|
Constructors in org.apache.ibatis.builder.xml with parameters of type XNode | |
---|---|
XMLStatementBuilder(Configuration configuration,
MapperBuilderAssistant builderAssistant,
XNode context)
|
|
XMLStatementBuilder(Configuration configuration,
MapperBuilderAssistant builderAssistant,
XNode context,
String databaseId)
|
Constructor parameters in org.apache.ibatis.builder.xml with type arguments of type XNode | |
---|---|
XMLMapperBuilder(InputStream inputStream,
Configuration configuration,
String resource,
Map<String,XNode> sqlFragments)
|
|
XMLMapperBuilder(InputStream inputStream,
Configuration configuration,
String resource,
Map<String,XNode> sqlFragments,
String namespace)
|
|
XMLMapperBuilder(Reader reader,
Configuration configuration,
String resource,
Map<String,XNode> sqlFragments)
Deprecated. |
|
XMLMapperBuilder(Reader reader,
Configuration configuration,
String resource,
Map<String,XNode> sqlFragments,
String namespace)
Deprecated. |
Uses of XNode in org.apache.ibatis.parsing |
---|
Methods in org.apache.ibatis.parsing that return XNode | |
---|---|
XNode |
XPathParser.evalNode(Object root,
String expression)
|
XNode |
XPathParser.evalNode(String expression)
|
XNode |
XNode.evalNode(String expression)
|
XNode |
XNode.getParent()
|
XNode |
XNode.newXNode(Node node)
|
Methods in org.apache.ibatis.parsing that return types with arguments of type XNode | |
---|---|
List<XNode> |
XPathParser.evalNodes(Object root,
String expression)
|
List<XNode> |
XPathParser.evalNodes(String expression)
|
List<XNode> |
XNode.evalNodes(String expression)
|
List<XNode> |
XNode.getChildren()
|
Uses of XNode in org.apache.ibatis.session |
---|
Fields in org.apache.ibatis.session with type parameters of type XNode | |
---|---|
protected Map<String,XNode> |
Configuration.sqlFragments
|
Methods in org.apache.ibatis.session that return types with arguments of type XNode | |
---|---|
Map<String,XNode> |
Configuration.getSqlFragments()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |