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

org.marketcetera.admin.user.QPersistentUser Maven / Gradle / Ivy

The newest version!
package org.marketcetera.admin.user;

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;


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

    private static final long serialVersionUID = 531003872L;

    public static final QPersistentUser persistentUser = new QPersistentUser("persistentUser");

    public final org.marketcetera.persist.QNDEntityBase _super = new org.marketcetera.persist.QNDEntityBase(this);

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

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

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

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

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

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

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

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

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

    public QPersistentUser(String variable) {
        super(PersistentUser.class, forVariable(variable));
    }

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

    public QPersistentUser(PathMetadata metadata) {
        super(PersistentUser.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy