All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thinkbiganalytics.metadata.jpa.jobrepo.nifi.QJpaNifiEventStepExecution Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.thinkbiganalytics.metadata.jpa.jobrepo.nifi;

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;


/**
 * QJpaNifiEventStepExecution is a Querydsl query type for JpaNifiEventStepExecution
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJpaNifiEventStepExecution extends EntityPathBase {

    private static final long serialVersionUID = -1735184759L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaNifiEventStepExecution jpaNifiEventStepExecution = new QJpaNifiEventStepExecution("jpaNifiEventStepExecution");

    public final StringPath componentId = createString("componentId");

    public final NumberPath eventId = createNumber("eventId", Long.class);

    public final QJpaNifiEventStepExecution_NifiEventStepExecutionPK eventStepExecutionPK;

    public final StringPath flowFileId = createString("flowFileId");

    public final com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobExecution jobExecution;

    public final StringPath jobFlowFileId = createString("jobFlowFileId");

    public final com.thinkbiganalytics.metadata.jpa.jobrepo.step.QJpaBatchStepExecution stepExecution;

    public final NumberPath stepExecutionId = createNumber("stepExecutionId", Long.class);

    public QJpaNifiEventStepExecution(String variable) {
        this(JpaNifiEventStepExecution.class, forVariable(variable), INITS);
    }

    public QJpaNifiEventStepExecution(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QJpaNifiEventStepExecution(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QJpaNifiEventStepExecution(PathMetadata metadata, PathInits inits) {
        this(JpaNifiEventStepExecution.class, metadata, inits);
    }

    public QJpaNifiEventStepExecution(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.eventStepExecutionPK = inits.isInitialized("eventStepExecutionPK") ? new QJpaNifiEventStepExecution_NifiEventStepExecutionPK(forProperty("eventStepExecutionPK")) : null;
        this.jobExecution = inits.isInitialized("jobExecution") ? new com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobExecution(forProperty("jobExecution"), inits.get("jobExecution")) : null;
        this.stepExecution = inits.isInitialized("stepExecution") ? new com.thinkbiganalytics.metadata.jpa.jobrepo.step.QJpaBatchStepExecution(forProperty("stepExecution"), inits.get("stepExecution")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy