Package | Description |
---|---|
org.mybatis.dynamic.sql.insert |
Modifier and Type | Method and Description |
---|---|
InsertModel.Builder<T> |
InsertModel.Builder.withColumnMappings(List<InsertMapping> columnMappings) |
InsertModel.Builder<T> |
InsertModel.Builder.withRecord(T record) |
static <T> InsertModel.Builder<T> |
InsertModel.withRecord(T record) |
InsertModel.Builder<T> |
InsertModel.Builder.withTable(SqlTable table) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.