|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.ibator.generator.ibatis2.dao.templates.AbstractDAOTemplate
org.apache.ibatis.ibator.generator.ibatis2.dao.templates.SpringDAOTemplate
public class SpringDAOTemplate
Constructor Summary | |
---|---|
SpringDAOTemplate()
|
Method Summary | |
---|---|
protected void |
configureConstructorTemplate()
Override this method to configure a constructor for generated DAO implementation classes. |
protected void |
configureDeleteMethodTemplate()
Override this method to configure a delete method template. |
protected void |
configureInsertMethodTemplate()
Override this method to configure an insert method template. |
protected void |
configureQueryForListMethodTemplate()
Override this method to configure a queryForList method template. |
protected void |
configureQueryForObjectMethodTemplate()
Override this method to configure a queryForObject method template. |
protected void |
configureSuperClass()
Override this method to set the superclass for any generated DAO implementation class. |
protected void |
configureUpdateMethodTemplate()
Override this method to configure an update method template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringDAOTemplate()
Method Detail |
---|
protected void configureConstructorTemplate()
AbstractDAOTemplate
setConstructorTemplate(Method)
to
set the constructor template.
configureConstructorTemplate
in class AbstractDAOTemplate
protected void configureDeleteMethodTemplate()
AbstractDAOTemplate
setDeleteMethodTemplate(String)
configureDeleteMethodTemplate
in class AbstractDAOTemplate
protected void configureInsertMethodTemplate()
AbstractDAOTemplate
setInsertMethodTemplate(String)
configureInsertMethodTemplate
in class AbstractDAOTemplate
protected void configureQueryForListMethodTemplate()
AbstractDAOTemplate
setQueryForListMethodTemplate(String)
configureQueryForListMethodTemplate
in class AbstractDAOTemplate
protected void configureQueryForObjectMethodTemplate()
AbstractDAOTemplate
setQueryForObjectMethodTemplate(String)
configureQueryForObjectMethodTemplate
in class AbstractDAOTemplate
protected void configureSuperClass()
AbstractDAOTemplate
setSuperClass(FullyQualifiedJavaType)
to set the superclass for generated DAO implementation classes.
configureSuperClass
in class AbstractDAOTemplate
protected void configureUpdateMethodTemplate()
AbstractDAOTemplate
setUpdateMethodTemplate(String)
configureUpdateMethodTemplate
in class AbstractDAOTemplate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |