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

com.eurodyn.qlack.fuse.aaa.model.QAAAModel Maven / Gradle / Ivy

There is a newer version: 3.6.7
Show newest version
package com.eurodyn.qlack.fuse.aaa.model;

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;


/**
 * QAAAModel is a Querydsl query type for AAAModel
 */
@Generated("com.querydsl.codegen.SupertypeSerializer")
public class QAAAModel extends EntityPathBase {

    private static final long serialVersionUID = -689331304L;

    public static final QAAAModel aAAModel = new QAAAModel("aAAModel");

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

    public QAAAModel(String variable) {
        super(AAAModel.class, forVariable(variable));
    }

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

    public QAAAModel(PathMetadata metadata) {
        super(AAAModel.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy