Constant Field Values

Contents

org.apache.*

  • org.apache.batchee.container.services.persistence.jpa.domain.CheckpointEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE_NAME "BATCH_CHECKPOINT"
  • org.apache.batchee.container.services.persistence.jpa.domain.CheckpointEntity.Queries 
    Modifier and Type Constant Field Value
    public static final String DELETE_BY_DATE "org.apache.batchee.container.services.persistence.jpa.domain.CheckpointEntity.deleteBydate"
    public static final String DELETE_BY_INSTANCE_ID "org.apache.batchee.container.services.persistence.jpa.domain.CheckpointEntity.deleteByInstanceId"
    public static final String FIND "org.apache.batchee.container.services.persistence.jpa.domain.CheckpointEntity.find"
  • org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE_NAME "BATCH_JOBEXECUTION"
  • org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.Queries 
    Modifier and Type Constant Field Value
    public static final String DELETE_BY_DATE "org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.deleteByDate"
    public static final String DELETE_BY_INSTANCE_ID "org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.deleteByInstanceId"
    public static final String FIND_BY_INSTANCE "org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.findByInstance"
    public static final String FIND_RUNNING "org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.findRunning"
    public static final String MOST_RECENT "org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity.mostRecent"
  • org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE_NAME "BATCH_JOBINSTANCE"
  • org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.Queries 
    Modifier and Type Constant Field Value
    public static final String COUNT_BY_NAME "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.countByName"
    public static final String DELETE_BY_DATE "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.deleteByDate"
    public static final String DELETE_BY_INSTANCE_ID "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.deleteFromInstanceId"
    public static final String FIND_BY_NAME "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.findByName"
    public static final String FIND_EXTERNALS "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.findExternals"
    public static final String FIND_FROM_EXECUTION "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.findByExecution"
    public static final String FIND_JOBNAMES "org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity.findJobNames"
  • org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE_NAME "BATCH_STEPEXECUTION"
  • org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity.Queries 
    Modifier and Type Constant Field Value
    public static final String DELETE_BY_DATE "org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity.deleteByDate"
    public static final String DELETE_BY_INSTANCE_ID "org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity.deleteByInstanceId"
    public static final String FIND_BY_EXECUTION "org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity.findByExecution"
    public static final String FIND_BY_INSTANCE_AND_NAME "org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity.findByInstanceAndName"
  • org.apache.batchee.csv.mapper.Csv 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_NAME "__DEFAULT__"