Uses of Class
org.springframework.boot.quartz.autoconfigure.QuartzJdbcProperties
Packages that use QuartzJdbcProperties
Package
Description
Auto-configuration for Quartz Scheduler.
-
Uses of QuartzJdbcProperties in org.springframework.boot.quartz.autoconfigure
Subclasses with type arguments of type QuartzJdbcProperties in org.springframework.boot.quartz.autoconfigureModifier and TypeClassDescriptionclassDataSourceScriptDatabaseInitializerfor the Quartz Scheduler database.Constructors in org.springframework.boot.quartz.autoconfigure with parameters of type QuartzJdbcPropertiesModifierConstructorDescriptionQuartzDataSourceScriptDatabaseInitializer(DataSource dataSource, QuartzJdbcProperties properties) Create a newQuartzDataSourceScriptDatabaseInitializerinstance.