Class AbstractKotlinFunctionGenerator

java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
Direct Known Subclasses:
BasicInsertMethodGenerator, BasicMultipleInsertMethodGenerator, BasicSelectManyMethodGenerator, BasicSelectOneMethodGenerator, DeleteByPrimaryKeyMethodGenerator, GeneralCountMethodGenerator, GeneralDeleteMethodGenerator, GeneralSelectDistinctMethodGenerator, GeneralSelectMethodGenerator, GeneralSelectOneMethodGenerator, GeneralUpdateMethodGenerator, InsertMethodGenerator, InsertMultipleMethodGenerator, InsertMultipleVarargMethodGenerator, InsertSelectiveMethodGenerator, SelectByPrimaryKeyMethodGenerator, UpdateAllColumnsMethodGenerator, UpdateByPrimaryKeyMethodGenerator, UpdateByPrimaryKeySelectiveMethodGenerator, UpdateSelectiveColumnsMethodGenerator

public abstract class AbstractKotlinFunctionGenerator extends Object