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 MigrationDefaultContentTypeSettings.migrationDefaultContentTypeMethods in org.jooq.conf that return MigrationDefaultContentTypeModifier and TypeMethodDescriptionstatic MigrationDefaultContentTypeSettings.getMigrationDefaultContentType()The defaultContentTypethat is used when loading migrations.static MigrationDefaultContentTypeReturns 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 TypeMethodDescriptionvoidSettings.setMigrationDefaultContentType(MigrationDefaultContentType value) The defaultContentTypethat is used when loading migrations.Settings.withMigrationDefaultContentType(MigrationDefaultContentType value) The defaultContentTypethat is used when loading migrations.