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

org.openwms.common.account.QAccount Maven / Gradle / Ivy

Go to download

Essential services on common resources like Locations, LocationGroups and TransportUnits

There is a newer version: 2.0.0
Show newest version
package org.openwms.common.account;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
 * QAccount is a Querydsl query type for Account
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QAccount extends EntityPathBase {

    private static final long serialVersionUID = -745724914L;

    public static final QAccount account = new QAccount("account");

    public final org.ameba.integration.jpa.QApplicationEntity _super = new org.ameba.integration.jpa.QApplicationEntity(this);

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

    public final BooleanPath defaultAccount = createBoolean("defaultAccount");

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

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

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

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

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

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

    public QAccount(String variable) {
        super(Account.class, forVariable(variable));
    }

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

    public QAccount(PathMetadata metadata) {
        super(Account.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy