dev.monosoul.jooq.codegen.JooqCodegenRunner.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooq-gradle-plugin Show documentation
Show all versions of jooq-gradle-plugin Show documentation
Generates jOOQ classes using dockerized database
package dev.monosoul.jooq.codegen
import org.jooq.meta.jaxb.Configuration
internal interface JooqCodegenRunner {
fun generateJooqClasses(configuration: Configuration)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy