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 prefix) |
String |
getSelectList() |
List<String> |
getSetEqualLines(List<IntrospectedColumn> columnList,
String firstLinePrefix,
String subsequentLinePrefix,
boolean terminate) |
List<String> |
getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList,
String firstLinePrefix,
String subsequentLinePrefix,
boolean terminate) |
public String getSelectList()
public MethodParts getPrimaryKeyWhereClauseAndParameters()
public List<String> getPrimaryKeyWhereClauseForUpdate(String prefix)
public MethodParts getAnnotatedConstructorArgs()
public MethodParts getAnnotatedResults()
public MethodParts getGeneratedKeyAnnotation(GeneratedKey gk)
public List<String> getSetEqualLines(List<IntrospectedColumn> columnList, String firstLinePrefix, String subsequentLinePrefix, boolean terminate)
Copyright © 2006–2023 MyBatis.org. All rights reserved.