Class QuartzJdbcProperties
java.lang.Object
org.springframework.boot.quartz.autoconfigure.QuartzJdbcProperties
Configuration properties for the Quartz Scheduler integration when using a JDBC job
store.
- Since:
- 4.0.0
- Author:
- Vedran Pavic, Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
void
setCommentPrefix
(List<String> commentPrefix) void
setInitializeSchema
(DatabaseInitializationMode initializeSchema) void
setPlatform
(@Nullable String platform) void
-
Constructor Details
-
QuartzJdbcProperties
public QuartzJdbcProperties()
-
-
Method Details
-
getSchema
-
setSchema
-
getPlatform
-
setPlatform
-
getInitializeSchema
-
setInitializeSchema
-
getCommentPrefix
-
setCommentPrefix
-