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

com.premiumminds.billy.portugal.persistence.entities.jpa.QJPAPTSupplierEntity Maven / Gradle / Ivy

package com.premiumminds.billy.portugal.persistence.entities.jpa;

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;


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

    private static final long serialVersionUID = -1853496390L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJPAPTSupplierEntity jPAPTSupplierEntity = new QJPAPTSupplierEntity("jPAPTSupplierEntity");

    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPASupplierEntity _super;

    //inherited
    public final BooleanPath active;

    //inherited
    public final ListPath addresses;

    //inherited
    public final ListPath bankAccounts;

    // inherited
    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPAAddressEntity billingAddress;

    //inherited
    public final ListPath contacts;

    //inherited
    public final DateTimePath createTimestamp;

    //inherited
    public final NumberPath entityVersion;

    //inherited
    public final NumberPath id;

    // inherited
    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPAAddressEntity mainAddress;

    // inherited
    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPAContactEntity mainContact;

    //inherited
    public final StringPath name;

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

    //inherited
    public final BooleanPath selfBillingAgreement;

    // inherited
    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPAAddressEntity shippingAddress;

    //inherited
    public final StringPath taxRegistrationNumber;

    //inherited
    public final StringPath uid;

    //inherited
    public final StringPath uidRow;

    //inherited
    public final DateTimePath updateTimestamp;

    public QJPAPTSupplierEntity(String variable) {
        this(JPAPTSupplierEntity.class, forVariable(variable), INITS);
    }

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

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

    public QJPAPTSupplierEntity(PathMetadata metadata, PathInits inits) {
        this(JPAPTSupplierEntity.class, metadata, inits);
    }

    public QJPAPTSupplierEntity(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new com.premiumminds.billy.core.persistence.entities.jpa.QJPASupplierEntity(type, metadata, inits);
        this.active = _super.active;
        this.addresses = _super.addresses;
        this.bankAccounts = _super.bankAccounts;
        this.billingAddress = _super.billingAddress;
        this.contacts = _super.contacts;
        this.createTimestamp = _super.createTimestamp;
        this.entityVersion = _super.entityVersion;
        this.id = _super.id;
        this.mainAddress = _super.mainAddress;
        this.mainContact = _super.mainContact;
        this.name = _super.name;
        this.selfBillingAgreement = _super.selfBillingAgreement;
        this.shippingAddress = _super.shippingAddress;
        this.taxRegistrationNumber = _super.taxRegistrationNumber;
        this.uid = _super.uid;
        this.uidRow = _super.uidRow;
        this.updateTimestamp = _super.updateTimestamp;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy