|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlElement | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.api.dom.xml | |
org.apache.ibatis.ibator.config | |
org.apache.ibatis.ibator.generator.ibatis2.sqlmap | |
org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements | |
org.apache.ibatis.ibator.internal |
Uses of XmlElement in org.apache.ibatis.ibator.api |
---|
Methods in org.apache.ibatis.ibator.api with parameters of type XmlElement | |
---|---|
void |
CommentGenerator.addComment(XmlElement xmlElement)
This method should add a suitable comment as a child element of the specified xmlElement to warn users that the element was generated and is subject to regeneration. |
void |
CommentGenerator.addRootComment(XmlElement rootElement)
This method is called to add a comment as the first child of the root element. |
boolean |
IbatorPluginAdapter.sqlMapCountByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapCountByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the countByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapDeleteByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapDeleteByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey element is generated. |
boolean |
IbatorPluginAdapter.sqlMapExampleWhereClauseElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapExampleWhereClauseElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the exampleWhereClause element is generated. |
boolean |
IbatorPluginAdapter.sqlMapInsertElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapInsertElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the insert element is generated. |
boolean |
IbatorPluginAdapter.sqlMapInsertSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapInsertSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the insert selective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the resultMap with BLOBs element is generated - this resultMap will extend the base resultMap. |
boolean |
IbatorPluginAdapter.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the base resultMap is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithourBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated. |
Uses of XmlElement in org.apache.ibatis.ibator.api.dom.xml |
---|
Methods in org.apache.ibatis.ibator.api.dom.xml that return XmlElement | |
---|---|
XmlElement |
Document.getRootElement()
|
Methods in org.apache.ibatis.ibator.api.dom.xml with parameters of type XmlElement | |
---|---|
void |
Document.setRootElement(XmlElement rootElement)
|
Uses of XmlElement in org.apache.ibatis.ibator.config |
---|
Methods in org.apache.ibatis.ibator.config that return XmlElement | |
---|---|
XmlElement |
DAOGeneratorConfiguration.toXmlElement()
|
XmlElement |
IbatorPluginConfiguration.toXmlElement()
|
XmlElement |
JavaTypeResolverConfiguration.toXmlElement()
|
XmlElement |
JDBCConnectionConfiguration.toXmlElement()
|
XmlElement |
ColumnOverride.toXmlElement()
|
XmlElement |
CommentGeneratorConfiguration.toXmlElement()
|
XmlElement |
TableConfiguration.toXmlElement()
|
XmlElement |
IgnoredColumn.toXmlElement()
|
XmlElement |
SqlMapGeneratorConfiguration.toXmlElement()
|
XmlElement |
IbatorContext.toXmlElement()
Builds an XmlElement representation of this context. |
XmlElement |
GeneratedKey.toXmlElement()
|
XmlElement |
ColumnRenamingRule.toXmlElement()
|
XmlElement |
JavaModelGeneratorConfiguration.toXmlElement()
|
Methods in org.apache.ibatis.ibator.config with parameters of type XmlElement | |
---|---|
protected void |
PropertyHolder.addPropertyXmlElements(XmlElement xmlElement)
|
Uses of XmlElement in org.apache.ibatis.ibator.generator.ibatis2.sqlmap |
---|
Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap that return XmlElement | |
---|---|
protected XmlElement |
SqlMapGenerator.getSqlMapElement()
|
Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap with parameters of type XmlElement | |
---|---|
protected void |
SqlMapGenerator.addCountByExampleElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addDeleteByExampleElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addDeleteByPrimaryKeyElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addExampleWhereClauseElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addInsertElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addInsertSelectiveElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addResultMapWithBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addResultMapWithoutBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addSelectByExampleWithBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addSelectByExampleWithoutBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addSelectByPrimaryKeyElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByExampleSelectiveElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByExampleWithBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByExampleWithoutBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByPrimaryKeySelectiveElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
|
protected void |
SqlMapGenerator.initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator,
XmlElement parentElement)
|
Uses of XmlElement in org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements |
---|
Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements that return XmlElement | |
---|---|
protected XmlElement |
AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to automatically generate keys. |
Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements with parameters of type XmlElement | |
---|---|
void |
SelectByPrimaryKeyElementGenerator.addElements(XmlElement parentElement)
|
void |
SelectByExampleWithoutBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByExampleWithBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
ResultMapWithoutBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByPrimaryKeySelectiveElementGenerator.addElements(XmlElement parentElement)
|
void |
DeleteByPrimaryKeyElementGenerator.addElements(XmlElement parentElement)
|
void |
InsertSelectiveElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByExampleSelectiveElementGenerator.addElements(XmlElement parentElement)
|
void |
InsertElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByPrimaryKeyWithoutBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
ResultMapWithBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByPrimaryKeyWithBLOBsElementGenerator.addElements(XmlElement parentElement)
|
void |
ExampleWhereClauseElementGenerator.addElements(XmlElement parentElement)
|
void |
SelectByExampleWithBLOBsElementGenerator.addElements(XmlElement parentElement)
|
abstract void |
AbstractXmlElementGenerator.addElements(XmlElement parentElement)
|
void |
CountByExampleElementGenerator.addElements(XmlElement parentElement)
|
void |
DeleteByExampleElementGenerator.addElements(XmlElement parentElement)
|
void |
UpdateByExampleWithoutBLOBsElementGenerator.addElements(XmlElement parentElement)
|
Uses of XmlElement in org.apache.ibatis.ibator.internal |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |