public class KotlinFragmentGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KotlinFragmentGenerator.Builder |
Modifier and Type | Method and Description |
---|---|
KotlinFunctionParts |
getAnnotatedResults() |
KotlinFunctionParts |
getGeneratedKeyAnnotation(GeneratedKey gk) |
KotlinFunctionParts |
getPrimaryKeyWhereClauseAndParameters() |
KotlinFunctionParts |
getPrimaryKeyWhereClauseForUpdate() |
KotlinFunctionParts |
getSetEqualLines(List<IntrospectedColumn> columnList) |
KotlinFunctionParts |
getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList) |
public KotlinFunctionParts getPrimaryKeyWhereClauseAndParameters()
public KotlinFunctionParts getPrimaryKeyWhereClauseForUpdate()
public KotlinFunctionParts getAnnotatedResults()
public KotlinFunctionParts getGeneratedKeyAnnotation(GeneratedKey gk)
public KotlinFunctionParts getSetEqualLines(List<IntrospectedColumn> columnList)
public KotlinFunctionParts getSetEqualWhenPresentLines(List<IntrospectedColumn> columnList)
Copyright © 2006–2023 MyBatis.org. All rights reserved.