org.mybatis.generator.codegen.mybatis3.javamapper.elements
Class SelectAllMethodGenerator

java.lang.Object
  extended by org.mybatis.generator.codegen.AbstractGenerator
      extended by org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
          extended by org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
Direct Known Subclasses:
AnnotatedSelectAllMethodGenerator

public class SelectAllMethodGenerator
extends AbstractJavaMapperMethodGenerator

The selectAll method is only generated by the Mybatis3Simple runtime.

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings
 
Constructor Summary
SelectAllMethodGenerator()
           
 
Method Summary
 void addInterfaceElements(Interface interfaze)
           
 void addMapperAnnotations(Interface interfaze, Method method)
           
 
Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
addGeneratedKeyAnnotation, getResultAnnotation
 
Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAllMethodGenerator

public SelectAllMethodGenerator()
Method Detail

addInterfaceElements

public void addInterfaceElements(Interface interfaze)
Specified by:
addInterfaceElements in class AbstractJavaMapperMethodGenerator

addMapperAnnotations

public void addMapperAnnotations(Interface interfaze,
                                 Method method)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.