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.
1 parent b9f759a commit 0bfeca7Copy full SHA for 0bfeca7
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