Class QuartzJdbcProperties

java.lang.Object
org.springframework.boot.quartz.autoconfigure.QuartzJdbcProperties

@ConfigurationProperties("spring.quartz.jdbc") public class QuartzJdbcProperties extends Object
Configuration properties for the Quartz Scheduler integration when using a JDBC job store.
Since:
4.0.0
Author:
Vedran Pavic, Stephane Nicoll
  • Constructor Details

    • QuartzJdbcProperties

      public QuartzJdbcProperties()
  • Method Details

    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • getPlatform

      public @Nullable String getPlatform()
    • setPlatform

      public void setPlatform(@Nullable String platform)
    • getInitializeSchema

      public DatabaseInitializationMode getInitializeSchema()
    • setInitializeSchema

      public void setInitializeSchema(DatabaseInitializationMode initializeSchema)
    • getCommentPrefix

      public List<String> getCommentPrefix()
    • setCommentPrefix

      public void setCommentPrefix(List<String> commentPrefix)