File tree Expand file tree Collapse file tree
jpa/storage/src/main/java/com/blazebit/job/jpa/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ public class JpaPartitionKeyProvider implements PartitionKeyProvider {
6060 public static final String JOB_TRIGGER_STATE_ATTRIBUTE_NAME_PROPERTY = "job.jpa.storage.job_trigger_state_attribute_name" ;
6161 /**
6262 * Configuration property for the job trigger state ready value.
63- * The default value is "state" .
63+ * The default value is {@link JobInstanceState#NEW} .
6464 */
6565 public static final String JOB_TRIGGER_STATE_READY_VALUE_PROPERTY = "job.jpa.storage.job_trigger_state_ready_value" ;
6666 /**
6767 * Configuration property for the job instance id attribute name.
68- * The default value is {@link JobInstanceState#NEW} .
68+ * The default value is "id" .
6969 */
7070 public static final String JOB_INSTANCE_ID_ATTRIBUTE_NAME_PROPERTY = "job.jpa.storage.job_instance_id_attribute_name" ;
7171 /**
You can’t perform that action at this time.
0 commit comments