Class GeneralInsertRenderer
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.render.GeneralInsertRenderer
-
public class GeneralInsertRenderer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeneralInsertRenderer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralInsertStatementProvider
render()
static GeneralInsertRenderer.Builder
withInsertModel(GeneralInsertModel model)
-
-
-
Method Detail
-
render
public GeneralInsertStatementProvider render()
-
withInsertModel
public static GeneralInsertRenderer.Builder withInsertModel(GeneralInsertModel model)
-
-