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

com.thinkbiganalytics.metadata.jpa.jobrepo.nifi.QJpaNifiEventStepExecution_NifiEventStepExecutionPK 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;


/**
 * QJpaNifiEventStepExecution_NifiEventStepExecutionPK is a Querydsl query type for NifiEventStepExecutionPK
 */
@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QJpaNifiEventStepExecution_NifiEventStepExecutionPK extends BeanPath {

    private static final long serialVersionUID = -894214288L;

    public static final QJpaNifiEventStepExecution_NifiEventStepExecutionPK nifiEventStepExecutionPK = new QJpaNifiEventStepExecution_NifiEventStepExecutionPK("nifiEventStepExecutionPK");

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

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

    public QJpaNifiEventStepExecution_NifiEventStepExecutionPK(String variable) {
        super(JpaNifiEventStepExecution.NifiEventStepExecutionPK.class, forVariable(variable));
    }

    public QJpaNifiEventStepExecution_NifiEventStepExecutionPK(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QJpaNifiEventStepExecution_NifiEventStepExecutionPK(PathMetadata metadata) {
        super(JpaNifiEventStepExecution.NifiEventStepExecutionPK.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy