Uses of Enum Class
net.javacrumbs.shedlock.provider.jdbctemplate.DatabaseProduct
-
Uses of DatabaseProduct in net.javacrumbs.shedlock.provider.jdbctemplate
Methods in net.javacrumbs.shedlock.provider.jdbctemplate that return DatabaseProductModifier and TypeMethodDescriptionJdbcTemplateLockProvider.Configuration.getDatabaseProduct()static DatabaseProductReturns the enum constant of this class with the specified name.static DatabaseProduct[]DatabaseProduct.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.javacrumbs.shedlock.provider.jdbctemplate with parameters of type DatabaseProductModifier and TypeMethodDescriptionJdbcTemplateLockProvider.Configuration.Builder.withDatabaseProduct(DatabaseProduct databaseProduct) This is only needed if your database product can't be automatically detected.