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

com.ocs.dynamo.functional.domain.QCurrency Maven / Gradle / Ivy

package com.ocs.dynamo.functional.domain;

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;


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

    private static final long serialVersionUID = 1683981368L;

    public static final QCurrency currency = new QCurrency("currency");

    public final QDomain _super = new QDomain(this);

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

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

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

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

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

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

    public QCurrency(String variable) {
        super(Currency.class, forVariable(variable));
    }

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

    public QCurrency(PathMetadata metadata) {
        super(Currency.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy