Package org.mybatis.dynamic.sql.insert
Class InsertModel<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.InsertModel<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionrender(RenderingStrategy renderingStrategy) row()table()static <T> InsertModel.Builder<T> withRow(T row)
-
Method Details
-
columnMappings
-
row
-
table
-
render
-
withRow
-