File tree 1 file changed +3
-2
lines changed
spring-context-support/src/main/java/org/springframework/scheduling/quartz
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
39
39
* Subclass of Quartz's {@link JobStoreCMT} class that delegates to a Spring-managed
40
40
* {@link DataSource} instead of using a Quartz-managed JDBC connection pool.
41
41
* This JobStore will be used if SchedulerFactoryBean's "dataSource" property is set.
42
- * You may also configure it explicitly, possibly as a custom subclass of this class.
42
+ * You may also configure it explicitly, possibly as a custom subclass of this
43
+ * {@code LocalDataSourceJobStore} or as an equivalent {@code JobStoreCMT} variant.
43
44
*
44
45
* <p>Supports both transactional and non-transactional DataSource access.
45
46
* With a non-XA DataSource and local Spring transactions, a single DataSource
You can’t perform that action at this time.
0 commit comments