public class SpringDAOTemplate extends AbstractDAOTemplate
| 构造器和说明 |
|---|
SpringDAOTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
addCheckedException, addField, addImplementationImport, addInterfaceImport, addMethod, configureCheckedExceptions, configureFields, configureImplementationImports, configureInterfaceImports, configureMethods, getCheckedExceptions, getConstructorClone, getDeleteMethod, getFieldClones, getImplementationImports, getInsertMethod, getInterfaceImports, getMethodClones, getQueryForListMethod, getQueryForObjectMethod, getSuperClass, getUpdateMethod, setConstructorTemplate, setDeleteMethodTemplate, setInsertMethodTemplate, setQueryForListMethodTemplate, setQueryForObjectMethodTemplate, setSuperClass, setUpdateMethodTemplateprotected void configureConstructorTemplate()
AbstractDAOTemplatesetConstructorTemplate(Method) to set the constructor
template.protected void configureDeleteMethodTemplate()
AbstractDAOTemplatesetDeleteMethodTemplate(String) method to set the template.protected void configureInsertMethodTemplate()
AbstractDAOTemplatesetInsertMethodTemplate(String) method to set the template.protected void configureQueryForListMethodTemplate()
AbstractDAOTemplatesetQueryForListMethodTemplate(String) method to set the
template.protected void configureQueryForObjectMethodTemplate()
AbstractDAOTemplatesetQueryForObjectMethodTemplate(String) method to set the
template.protected void configureSuperClass()
AbstractDAOTemplatesetSuperClass(FullyQualifiedJavaType) to set the superclass
for generated DAO implementation classes.protected void configureUpdateMethodTemplate()
AbstractDAOTemplatesetUpdateMethodTemplate(String) method to set the template.Copyright © 2006–2016 MyBatis.org. All rights reserved.