public class FragmentGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FragmentGenerator.Builder |
Modifier and Type | Method and Description |
---|---|
MethodParts |
getAnnotatedConstructorArgs() |
MethodParts |
getAnnotatedResults() |
MethodParts |
getGeneratedKeyAnnotation(GeneratedKey gk) |
MethodParts |
getPrimaryKeyWhereClauseAndParameters() |
List<String> |
getPrimaryKeyWhereClauseForUpdate() |
String |
getSelectList() |
List<String> |
getSetEqualLines(List<IntrospectedColumn> columnList,
boolean terminate) |
List<String> |
getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList,
boolean terminate) |
public String getSelectList()
public MethodParts getPrimaryKeyWhereClauseAndParameters()
public MethodParts getAnnotatedConstructorArgs()
public MethodParts getAnnotatedResults()
public MethodParts getGeneratedKeyAnnotation(GeneratedKey gk)
public List<String> getSetEqualLines(List<IntrospectedColumn> columnList, boolean terminate)
public List<String> getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList, boolean terminate)
Copyright © 2006–2018 MyBatis.org. All rights reserved.