public class KotlinDynamicSqlSupportClassGenerator extends Object
Constructor and Description |
---|
KotlinDynamicSqlSupportClassGenerator(Context context,
IntrospectedTable introspectedTable,
List<String> warnings) |
Modifier and Type | Method and Description |
---|---|
KotlinType |
getInnerClass() |
KotlinFile |
getKotlinFile() |
KotlinType |
getOuterObject() |
String |
getSupportObjectImport() |
String |
getTablePropertyImport() |
String |
getTablePropertyName() |
public KotlinDynamicSqlSupportClassGenerator(Context context, IntrospectedTable introspectedTable, List<String> warnings)
public KotlinFile getKotlinFile()
public String getTablePropertyName()
public KotlinType getInnerClass()
public KotlinType getOuterObject()
public String getTablePropertyImport()
public String getSupportObjectImport()
Copyright © 2006–2023 MyBatis.org. All rights reserved.