Uses of Class
org.mybatis.dynamic.sql.insert.InsertDSL.IntoGatherer
-
Packages that use InsertDSL.IntoGatherer Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.insert -
-
Uses of InsertDSL.IntoGatherer in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return InsertDSL.IntoGatherer Modifier and Type Method Description static <T> InsertDSL.IntoGatherer<T>
SqlBuilder. insert(T record)
-
Uses of InsertDSL.IntoGatherer in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertDSL.IntoGatherer Modifier and Type Method Description static <T> InsertDSL.IntoGatherer<T>
InsertDSL. insert(T record)
-