![JAR search and dependency download from the Maven repository](/logo.png)
org.openwms.common.account.QAccount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openwms.common.service Show documentation
Show all versions of org.openwms.common.service Show documentation
Essential services on common resources like Locations, LocationGroups and TransportUnits
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 extends Account> path) {
super(path.getType(), path.getMetadata());
}
public QAccount(PathMetadata metadata) {
super(Account.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy