Package | Description |
---|---|
org.mybatis.dynamic.sql.insert |
Modifier and Type | Method and Description |
---|---|
BatchInsertDSL<T> |
BatchInsertDSL.IntoGatherer.into(SqlTable table) |
BatchInsertDSL<T> |
BatchInsertDSL.ColumnMappingFinisher.toConstant(String constant) |
BatchInsertDSL<T> |
BatchInsertDSL.ColumnMappingFinisher.toNull() |
BatchInsertDSL<T> |
BatchInsertDSL.ColumnMappingFinisher.toProperty(String property) |
BatchInsertDSL<T> |
BatchInsertDSL.ColumnMappingFinisher.toStringConstant(String constant) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.