com.thinkbiganalytics.metadata.jpa.jobrepo.nifi.QJpaNifiEventStepExecution_NifiEventStepExecutionPK Maven / Gradle / Ivy
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 extends JpaNifiEventStepExecution.NifiEventStepExecutionPK> path) {
super(path.getType(), path.getMetadata());
}
public QJpaNifiEventStepExecution_NifiEventStepExecutionPK(PathMetadata metadata) {
super(JpaNifiEventStepExecution.NifiEventStepExecutionPK.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy