org.babyfish.jimmer.sql.kt.fetcher.KFieldDsl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jimmer-sql-kotlin Show documentation
Show all versions of jimmer-sql-kotlin Show documentation
A revolutionary ORM framework for both java and kotlin
package org.babyfish.jimmer.sql.kt.fetcher
import org.babyfish.jimmer.kt.DslScope
@DslScope
interface KFieldDsl {
fun batch(size: Int)
fun filter(filter: KFieldFilterDsl.() -> Unit)
}