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

com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobInstance Maven / Gradle / Ivy

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

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;


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

    private static final long serialVersionUID = -2087067596L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaBatchJobInstance jpaBatchJobInstance = new QJpaBatchJobInstance("jpaBatchJobInstance");

    public final com.thinkbiganalytics.metadata.jpa.feed.QJpaOpsManagerFeed feed;

    public final ListPath jobExecutions = this.createList("jobExecutions", JpaBatchJobExecution.class, QJpaBatchJobExecution.class, PathInits.DIRECT2);

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

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

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

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

    public QJpaBatchJobInstance(String variable) {
        this(JpaBatchJobInstance.class, forVariable(variable), INITS);
    }

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

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

    public QJpaBatchJobInstance(PathMetadata metadata, PathInits inits) {
        this(JpaBatchJobInstance.class, metadata, inits);
    }

    public QJpaBatchJobInstance(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.feed = inits.isInitialized("feed") ? new com.thinkbiganalytics.metadata.jpa.feed.QJpaOpsManagerFeed(forProperty("feed"), inits.get("feed")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy