public static class InsertModel.Builder<T> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InsertModel<T> |
build() |
InsertModel.Builder<T> |
withColumnMappings(List<InsertMapping> columnMappings) |
InsertModel.Builder<T> |
withRecord(T record) |
InsertModel.Builder<T> |
withTable(SqlTable table) |
public InsertModel.Builder<T> withTable(SqlTable table)
public InsertModel.Builder<T> withRecord(T record)
public InsertModel.Builder<T> withColumnMappings(List<InsertMapping> columnMappings)
public InsertModel<T> build()
Copyright © 2016–2018 MyBatis.org. All rights reserved.