org.babyfish.jimmer.sql.kt.fetcher.KRecursiveFieldDsl.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.sql.fetcher.RecursionStrategy
interface KRecursiveFieldDsl : KFieldDsl {
fun depth(depth: Int)
fun recursive(block: RecursionStrategy.Args.() -> Boolean)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy