com.thinkbiganalytics.metadata.jpa.jobrepo.step.QJpaBatchStepExecutionContextValue Maven / Gradle / Ivy
package com.thinkbiganalytics.metadata.jpa.jobrepo.step;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;
/**
* QJpaBatchStepExecutionContextValue is a Querydsl query type for JpaBatchStepExecutionContextValue
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJpaBatchStepExecutionContextValue extends EntityPathBase {
private static final long serialVersionUID = -221185477L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QJpaBatchStepExecutionContextValue jpaBatchStepExecutionContextValue = new QJpaBatchStepExecutionContextValue("jpaBatchStepExecutionContextValue");
public final com.thinkbiganalytics.metadata.jpa.jobrepo.QAbstractBatchExecutionContextValue _super = new com.thinkbiganalytics.metadata.jpa.jobrepo.QAbstractBatchExecutionContextValue(this);
//inherited
public final DateTimePath dateVal = _super.dateVal;
//inherited
public final NumberPath doubleVal = _super.doubleVal;
public final StringPath id = createString("id");
public final NumberPath jobExecutionId = createNumber("jobExecutionId", Long.class);
public final StringPath keyName = createString("keyName");
//inherited
public final NumberPath longVal = _super.longVal;
public final QJpaBatchStepExecution stepExecution;
public final NumberPath stepExecutionId = createNumber("stepExecutionId", Long.class);
//inherited
public final StringPath stringVal = _super.stringVal;
//inherited
public final EnumPath typeCode = _super.typeCode;
public QJpaBatchStepExecutionContextValue(String variable) {
this(JpaBatchStepExecutionContextValue.class, forVariable(variable), INITS);
}
public QJpaBatchStepExecutionContextValue(Path extends JpaBatchStepExecutionContextValue> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QJpaBatchStepExecutionContextValue(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QJpaBatchStepExecutionContextValue(PathMetadata metadata, PathInits inits) {
this(JpaBatchStepExecutionContextValue.class, metadata, inits);
}
public QJpaBatchStepExecutionContextValue(Class extends JpaBatchStepExecutionContextValue> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this.stepExecution = inits.isInitialized("stepExecution") ? new QJpaBatchStepExecution(forProperty("stepExecution"), inits.get("stepExecution")) : null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy