We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f759a + 0bfeca7 commit 8658975Copy full SHA for 8658975
doma-kotlin/src/main/kotlin/org/seasar/doma/kotlin/jdbc/criteria/KEntityql.kt
@@ -94,7 +94,7 @@ class KEntityql(config: Config) {
94
return KEntityqlBatchInsertStatement(statement)
95
}
96
97
- fun <ENTITY> insertMulti(
+ fun <ENTITY : Any> insertMulti(
98
entityMetamodel: EntityMetamodel<ENTITY>,
99
entities: List<ENTITY>,
100
block: InsertSettings.() -> Unit = {},
0 commit comments