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

com.thinkbiganalytics.metadata.jpa.jobrepo.job.QJpaBatchJobExecutionParameter_BatchJobExecutionParametersPK 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;


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

    private static final long serialVersionUID = 1908108540L;

    public static final QJpaBatchJobExecutionParameter_BatchJobExecutionParametersPK batchJobExecutionParametersPK = new QJpaBatchJobExecutionParameter_BatchJobExecutionParametersPK("batchJobExecutionParametersPK");

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

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

    public QJpaBatchJobExecutionParameter_BatchJobExecutionParametersPK(String variable) {
        super(JpaBatchJobExecutionParameter.BatchJobExecutionParametersPK.class, forVariable(variable));
    }

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

    public QJpaBatchJobExecutionParameter_BatchJobExecutionParametersPK(PathMetadata metadata) {
        super(JpaBatchJobExecutionParameter.BatchJobExecutionParametersPK.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy