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

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


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

    private static final long serialVersionUID = 264577708L;

    public static final QJpaNifiEvent_NiFiEventPK niFiEventPK = new QJpaNifiEvent_NiFiEventPK("niFiEventPK");

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

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

    public QJpaNifiEvent_NiFiEventPK(String variable) {
        super(JpaNifiEvent.NiFiEventPK.class, forVariable(variable));
    }

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

    public QJpaNifiEvent_NiFiEventPK(PathMetadata metadata) {
        super(JpaNifiEvent.NiFiEventPK.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy