Class SchedulerDBInit

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class SchedulerDBInit
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Ensure Quartz database initialization occurs only if Quartz tables are not already present.
    See Also:
    DataSourceInitializer
    • Constructor Detail

      • SchedulerDBInit

        public SchedulerDBInit()
    • Method Detail

      • setDataSource

        public void setDataSource​(DataSource dataSource)
      • setDatabasePopulator

        public void setDatabasePopulator​(org.springframework.jdbc.datasource.init.DatabasePopulator databasePopulator)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception