com.netgrif.application.engine.settings.domain.QPreferences Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine.settings.domain;
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;
/**
* QPreferences is a Querydsl query type for Preferences
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QPreferences extends EntityPathBase {
private static final long serialVersionUID = -59038271L;
public static final QPreferences preferences = new QPreferences("preferences");
public final MapPath, SimplePath>> caseFilters = this., SimplePath>>createMap("caseFilters", String.class, java.util.List.class, SimplePath.class);
public final NumberPath drawerWidth = createNumber("drawerWidth", Integer.class);
public final MapPath, SimplePath>> headers = this., SimplePath>>createMap("headers", String.class, java.util.List.class, SimplePath.class);
public final StringPath locale = createString("locale");
public final MapPath, SimplePath>> taskFilters = this., SimplePath>>createMap("taskFilters", String.class, java.util.List.class, SimplePath.class);
public final StringPath userId = createString("userId");
public QPreferences(String variable) {
super(Preferences.class, forVariable(variable));
}
public QPreferences(Path extends Preferences> path) {
super(path.getType(), path.getMetadata());
}
public QPreferences(PathMetadata metadata) {
super(Preferences.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy