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

com.antheminc.oss.nimbus.entity.QVStaticCodeValue Maven / Gradle / Ivy

There is a newer version: 1.3.2.M1
Show newest version
package com.antheminc.oss.nimbus.entity;

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;


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

    private static final long serialVersionUID = 301337744L;

    public static final QVStaticCodeValue vStaticCodeValue = new QVStaticCodeValue("vStaticCodeValue");

    public final QAbstractEntity_IdLong _super = new QAbstractEntity_IdLong(this);

    //inherited
    public final StringPath _class = _super._class;

    //inherited
    public final StringPath createdBy = _super.createdBy;

    //inherited
    public final DateTimePath createdDate = _super.createdDate;

    //inherited
    public final NumberPath id = _super.id;

    //inherited
    public final StringPath lastModifiedBy = _super.lastModifiedBy;

    //inherited
    public final DateTimePath lastModifiedDate = _super.lastModifiedDate;

    //inherited
    public final BooleanPath new$ = _super.new$;

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

    //inherited
    public final NumberPath version = _super.version;

    public QVStaticCodeValue(String variable) {
        super(VStaticCodeValue.class, forVariable(variable));
    }

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

    public QVStaticCodeValue(PathMetadata metadata) {
        super(VStaticCodeValue.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy