File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
src/main/kotlin/org/mybatis/dynamic/sql/util/kotlin/mybatis3 Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 144144 </execution >
145145 </executions >
146146 </plugin >
147- <plugin >
148- <groupId >com.github.ozsie</groupId >
149- <artifactId >detekt-maven-plugin</artifactId >
150- <version >1.0.0</version >
151- <executions >
152- <execution >
153- <phase >verify</phase >
154- <goals ><goal >check</goal ></goals >
155- </execution >
156- </executions >
157- </plugin >
158147 <plugin >
159148 <groupId >org.eluder.coveralls</groupId >
160149 <artifactId >coveralls-maven-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ import org.mybatis.dynamic.sql.insert.render.MultiRowInsertStatementProvider
2525import org.mybatis.dynamic.sql.render.RenderingStrategies
2626import org.mybatis.dynamic.sql.select.QueryExpressionDSL
2727import org.mybatis.dynamic.sql.select.SelectModel
28- import org.mybatis.dynamic.sql.util.kotlin.*
28+ import org.mybatis.dynamic.sql.util.kotlin.CountCompleter
29+ import org.mybatis.dynamic.sql.util.kotlin.DeleteCompleter
30+ import org.mybatis.dynamic.sql.util.kotlin.SelectCompleter
31+ import org.mybatis.dynamic.sql.util.kotlin.UpdateCompleter
2932
3033typealias InsertCompleter <T > = InsertDSL <T >.() -> InsertDSL <T >
3134typealias MultiRowInsertCompleter <T > = MultiRowInsertDSL <T >.() -> MultiRowInsertDSL <T >
You can’t perform that action at this time.
0 commit comments