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

org.marketcetera.admin.dao.QPersistentUserAttribute Maven / Gradle / Ivy

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

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;
import com.querydsl.core.types.dsl.PathInits;


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

    private static final long serialVersionUID = -759042439L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QPersistentUserAttribute persistentUserAttribute = new QPersistentUserAttribute("persistentUserAttribute");

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

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

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

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

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

    public final org.marketcetera.admin.user.QPersistentUser user;

    public final EnumPath userAttributeType = createEnum("userAttributeType", org.marketcetera.admin.UserAttributeType.class);

    public QPersistentUserAttribute(String variable) {
        this(PersistentUserAttribute.class, forVariable(variable), INITS);
    }

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

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

    public QPersistentUserAttribute(PathMetadata metadata, PathInits inits) {
        this(PersistentUserAttribute.class, metadata, inits);
    }

    public QPersistentUserAttribute(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.user = inits.isInitialized("user") ? new org.marketcetera.admin.user.QPersistentUser(forProperty("user")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy