Package org.mybatis.generator.config
Class ColumnOverride.Builder
java.lang.Object
org.mybatis.generator.config.PropertyHolder.AbstractBuilder<ColumnOverride.Builder>
org.mybatis.generator.config.ColumnOverride.Builder
- Enclosing class:
- ColumnOverride
public static class ColumnOverride.Builder
extends PropertyHolder.AbstractBuilder<ColumnOverride.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected ColumnOverride.BuildergetThis()withColumnName(@Nullable String columnName) withColumnNameDelimited(@Nullable Boolean isColumnNameDelimited) withGeneratedAlways(boolean isGeneratedAlways) withJavaProperty(@Nullable String javaProperty) withJavaType(@Nullable String javaType) withJdbcType(@Nullable String jdbcType) withTypeHandler(@Nullable String typeHandler) Methods inherited from class org.mybatis.generator.config.PropertyHolder.AbstractBuilder
withProperties, withProperty
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withColumnName
-
withJavaProperty
-
withJdbcType
-
withJavaType
-
withTypeHandler
-
withColumnNameDelimited
-
withGeneratedAlways
-
build
-
getThis
- Specified by:
getThisin classPropertyHolder.AbstractBuilder<ColumnOverride.Builder>
-