|
||||||||||
| 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.GenericSIDAOTemplate
public class GenericSIDAOTemplate
| Constructor Summary | |
|---|---|
GenericSIDAOTemplate()
|
|
| Method Summary | |
|---|---|
protected void |
configureCheckedExceptions()
Override this method to add checked exceptions to the throws clause of any generated DAO method. |
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 |
configureFields()
Override this method to add fields to any generated DAO implementation class. |
protected void |
configureImplementationImports()
Override this method to add imports to generated DAO implementation classes. |
protected void |
configureInsertMethodTemplate()
Override this method to configure an insert method template. |
protected void |
configureMethods()
Override this method to add methods to generated DAO implementation classes. |
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 |
configureUpdateMethodTemplate()
Override this method to configure an update method template. |
| Methods inherited from class org.apache.ibatis.ibator.generator.ibatis2.dao.templates.AbstractDAOTemplate |
|---|
addCheckedException, addField, addImplementationImport, addInterfaceImport, addMethod, configureInterfaceImports, configureSuperClass, getCheckedExceptions, getConstructorClone, getDeleteMethod, getFieldClones, getImplementationImports, getInsertMethod, getInterfaceImports, getMethodClones, getQueryForListMethod, getQueryForObjectMethod, getSuperClass, getUpdateMethod, setConstructorTemplate, setDeleteMethodTemplate, setInsertMethodTemplate, setQueryForListMethodTemplate, setQueryForObjectMethodTemplate, setSuperClass, setUpdateMethodTemplate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericSIDAOTemplate()
| Method Detail |
|---|
protected void configureCheckedExceptions()
AbstractDAOTemplateaddCheckedException(FullyQualifiedJavaType)
one or more times to add checked exception(s) to all generated
DAO methods.
configureCheckedExceptions in class AbstractDAOTemplateprotected void configureConstructorTemplate()
AbstractDAOTemplatesetConstructorTemplate(Method) to
set the constructor template.
configureConstructorTemplate in class AbstractDAOTemplateprotected void configureDeleteMethodTemplate()
AbstractDAOTemplatesetDeleteMethodTemplate(String)
configureDeleteMethodTemplate in class AbstractDAOTemplateprotected void configureFields()
AbstractDAOTemplateaddField(Field) one
or more times to add field(s) to the generated
DAO implementation class.
configureFields in class AbstractDAOTemplateprotected void configureImplementationImports()
AbstractDAOTemplateaddImplementationImport(FullyQualifiedJavaType) one
or more times to add import(s) to generated
DAO implementation classes.
configureImplementationImports in class AbstractDAOTemplateprotected void configureInsertMethodTemplate()
AbstractDAOTemplatesetInsertMethodTemplate(String)
configureInsertMethodTemplate in class AbstractDAOTemplateprotected void configureMethods()
AbstractDAOTemplateaddMethod(Method) one
or more times to add method(s) to generated
DAO implementation classes.
configureMethods in class AbstractDAOTemplateprotected void configureQueryForListMethodTemplate()
AbstractDAOTemplatesetQueryForListMethodTemplate(String)
configureQueryForListMethodTemplate in class AbstractDAOTemplateprotected void configureQueryForObjectMethodTemplate()
AbstractDAOTemplatesetQueryForObjectMethodTemplate(String)
configureQueryForObjectMethodTemplate in class AbstractDAOTemplateprotected void configureUpdateMethodTemplate()
AbstractDAOTemplatesetUpdateMethodTemplate(String)
configureUpdateMethodTemplate in class AbstractDAOTemplate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||