Uses of Enum Class
org.jooq.conf.MigrationDefaultContentType
Packages that use MigrationDefaultContentType
-
Uses of MigrationDefaultContentType in org.jooq.conf
Fields in org.jooq.conf declared as MigrationDefaultContentTypeModifier and TypeFieldDescriptionprotected MigrationDefaultContentType
Settings.migrationDefaultContentType
Methods in org.jooq.conf that return MigrationDefaultContentTypeModifier and TypeMethodDescriptionstatic MigrationDefaultContentType
Settings.getMigrationDefaultContentType()
The defaultContentType
that is used when loading migrations.static MigrationDefaultContentType
Returns the enum constant of this class with the specified name.static MigrationDefaultContentType[]
MigrationDefaultContentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type MigrationDefaultContentTypeModifier and TypeMethodDescriptionvoid
Settings.setMigrationDefaultContentType
(MigrationDefaultContentType value) The defaultContentType
that is used when loading migrations.Settings.withMigrationDefaultContentType
(MigrationDefaultContentType value) The defaultContentType
that is used when loading migrations.