public abstract static class AbstractMethodGenerator.BaseBuilder<T extends AbstractMethodGenerator.BaseBuilder<T>> extends Object
Constructor and Description |
---|
BaseBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract T |
getThis() |
T |
withContext(Context context) |
T |
withIntrospectedTable(IntrospectedTable introspectedTable) |
T |
withTableFieldName(String tableFieldName) |
Copyright © 2006–2024 MyBatis.org. All rights reserved.