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

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


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

    private static final long serialVersionUID = -1873308934L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaLatestFeedJobExecution jpaLatestFeedJobExecution = new QJpaLatestFeedJobExecution("jpaLatestFeedJobExecution");

    public final DateTimePath endTime = createDateTime("endTime", org.joda.time.DateTime.class);

    public final EnumPath exitCode = createEnum("exitCode", com.thinkbiganalytics.metadata.api.jobrepo.ExecutionConstants.ExitCode.class);

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

    public final QJpaOpsManagerFeed feed;

    public final QJpaLatestFeedJobExecution_LatestJobExecutionFeedId feedId;

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

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

    public final BooleanPath isStream = createBoolean("isStream");

    public final com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobExecution jobExecution;

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

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

    public final DateTimePath startTime = createDateTime("startTime", org.joda.time.DateTime.class);

    public final EnumPath status = createEnum("status", com.thinkbiganalytics.metadata.api.jobrepo.job.BatchJobExecution.JobStatus.class);

    public QJpaLatestFeedJobExecution(String variable) {
        this(JpaLatestFeedJobExecution.class, forVariable(variable), INITS);
    }

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

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

    public QJpaLatestFeedJobExecution(PathMetadata metadata, PathInits inits) {
        this(JpaLatestFeedJobExecution.class, metadata, inits);
    }

    public QJpaLatestFeedJobExecution(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 QJpaLatestFeedJobExecution_LatestJobExecutionFeedId(forProperty("feedId")) : null;
        this.jobExecution = inits.isInitialized("jobExecution") ? new com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobExecution(forProperty("jobExecution"), inits.get("jobExecution")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy