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

com.thinkbiganalytics.metadata.jpa.feed.QJpaBatchFeedSummaryCounts Maven / Gradle / Ivy

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

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;


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

    private static final long serialVersionUID = -1366332372L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaBatchFeedSummaryCounts jpaBatchFeedSummaryCounts = new QJpaBatchFeedSummaryCounts("jpaBatchFeedSummaryCounts");

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

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

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

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

    public final QJpaOpsManagerFeed feed;

    public final QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId feedId;

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

    public QJpaBatchFeedSummaryCounts(String variable) {
        this(JpaBatchFeedSummaryCounts.class, forVariable(variable), INITS);
    }

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

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

    public QJpaBatchFeedSummaryCounts(PathMetadata metadata, PathInits inits) {
        this(JpaBatchFeedSummaryCounts.class, metadata, inits);
    }

    public QJpaBatchFeedSummaryCounts(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.feed = inits.isInitialized("feed") ? new QJpaOpsManagerFeed(forProperty("feed"), inits.get("feed")) : null;
        this.feedId = inits.isInitialized("feedId") ? new QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId(forProperty("feedId")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy