Class FragmentGenerator

java.lang.Object
org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator

public class FragmentGenerator extends Object
  • Method Details

    • getSelectList

      public String getSelectList()
    • getPrimaryKeyWhereClauseAndParameters

      public MethodParts getPrimaryKeyWhereClauseAndParameters()
    • getPrimaryKeyWhereClauseForUpdate

      public List<String> getPrimaryKeyWhereClauseForUpdate(String prefix)
    • getAnnotatedConstructorArgs

      public MethodParts getAnnotatedConstructorArgs()
    • getAnnotatedResults

      public MethodParts getAnnotatedResults()
    • getGeneratedKeyAnnotation

      public MethodParts getGeneratedKeyAnnotation(GeneratedKey gk)
    • getSetEqualLines

      public List<String> getSetEqualLines(List<IntrospectedColumn> columnList, String firstLinePrefix, String subsequentLinePrefix, boolean terminate)
    • getSetEqualWhenPresentLines

      public List<String> getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList, String firstLinePrefix, String subsequentLinePrefix, boolean terminate)