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

com.thinkbiganalytics.metadata.jpa.feed.QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId 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;


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

    private static final long serialVersionUID = -889342963L;

    public static final QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId batchFeedSummaryCountsFeedId = new QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId("batchFeedSummaryCountsFeedId");

    public final ComparablePath uuid = createComparable("uuid", java.util.UUID.class);

    public QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId(String variable) {
        super(JpaBatchFeedSummaryCounts.BatchFeedSummaryCountsFeedId.class, forVariable(variable));
    }

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

    public QJpaBatchFeedSummaryCounts_BatchFeedSummaryCountsFeedId(PathMetadata metadata) {
        super(JpaBatchFeedSummaryCounts.BatchFeedSummaryCountsFeedId.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy