Uses of Class
org.mybatis.dynamic.sql.SqlColumn.AbstractBuilder
Packages that use SqlColumn.AbstractBuilder
-
Uses of SqlColumn.AbstractBuilder in org.mybatis.dynamic.sql
Classes in org.mybatis.dynamic.sql with type parameters of type SqlColumn.AbstractBuilderModifier and TypeClassDescriptionstatic classSqlColumn.AbstractBuilder<T, C extends SqlColumn<T>, B extends SqlColumn.AbstractBuilder<T,C, B>> Subclasses of SqlColumn.AbstractBuilder in org.mybatis.dynamic.sqlMethods in org.mybatis.dynamic.sql with type parameters of type SqlColumn.AbstractBuilderModifier and TypeMethodDescriptionprotected <B extends SqlColumn.AbstractBuilder<T,?, ?>>
BSqlColumn.populateBaseBuilder(B builder) This method will add all current attributes to the specified builder.Methods in org.mybatis.dynamic.sql that return SqlColumn.AbstractBuilderModifier and TypeMethodDescriptionprotected SqlColumn.AbstractBuilder<T, ?, ?> SqlColumn.copyBuilder()Create a new Builder, then populate all attributes in the builder with current values.Constructors in org.mybatis.dynamic.sql with parameters of type SqlColumn.AbstractBuilder