org.apache.ibatis.ibator.generator.ibatis2.sqlmap
Class SqlMapGenerator
java.lang.Object
org.apache.ibatis.ibator.generator.AbstractGenerator
org.apache.ibatis.ibator.generator.AbstractXmlGenerator
org.apache.ibatis.ibator.generator.ibatis2.sqlmap.SqlMapGenerator
public class SqlMapGenerator
- extends AbstractXmlGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlMapGenerator
public SqlMapGenerator()
getSqlMapElement
protected XmlElement getSqlMapElement()
addResultMapWithoutBLOBsElement
protected void addResultMapWithoutBLOBsElement(XmlElement parentElement)
addResultMapWithBLOBsElement
protected void addResultMapWithBLOBsElement(XmlElement parentElement)
addExampleWhereClauseElement
protected void addExampleWhereClauseElement(XmlElement parentElement)
addSelectByExampleWithoutBLOBsElement
protected void addSelectByExampleWithoutBLOBsElement(XmlElement parentElement)
addSelectByExampleWithBLOBsElement
protected void addSelectByExampleWithBLOBsElement(XmlElement parentElement)
addSelectByPrimaryKeyElement
protected void addSelectByPrimaryKeyElement(XmlElement parentElement)
addDeleteByExampleElement
protected void addDeleteByExampleElement(XmlElement parentElement)
addDeleteByPrimaryKeyElement
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
addInsertElement
protected void addInsertElement(XmlElement parentElement)
addInsertSelectiveElement
protected void addInsertSelectiveElement(XmlElement parentElement)
addCountByExampleElement
protected void addCountByExampleElement(XmlElement parentElement)
addUpdateByExampleSelectiveElement
protected void addUpdateByExampleSelectiveElement(XmlElement parentElement)
addUpdateByExampleWithBLOBsElement
protected void addUpdateByExampleWithBLOBsElement(XmlElement parentElement)
addUpdateByExampleWithoutBLOBsElement
protected void addUpdateByExampleWithoutBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeySelectiveElement
protected void addUpdateByPrimaryKeySelectiveElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithBLOBsElement
protected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithoutBLOBsElement
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator,
XmlElement parentElement)
getDocument
public Document getDocument()
- Specified by:
getDocument
in class AbstractXmlGenerator