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 144
144
</execution >
145
145
</executions >
146
146
</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 >
158
147
<plugin >
159
148
<groupId >org.eluder.coveralls</groupId >
160
149
<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
25
25
import org.mybatis.dynamic.sql.render.RenderingStrategies
26
26
import org.mybatis.dynamic.sql.select.QueryExpressionDSL
27
27
import 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
29
32
30
33
typealias InsertCompleter <T > = InsertDSL <T >.() -> InsertDSL <T >
31
34
typealias MultiRowInsertCompleter <T > = MultiRowInsertDSL <T >.() -> MultiRowInsertDSL <T >
You can’t perform that action at this time.
0 commit comments