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

com.mg.framework.entity.metadata.QMExpressGroupEntity Maven / Gradle / Ivy

The newest version!
package com.mg.framework.entity.metadata;

import static com.mysema.query.types.PathMetadataFactory.*;

import com.mysema.query.types.path.*;

import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
import com.mysema.query.types.path.PathInits;


/**
 * QMExpressGroupEntity is a Querydsl query type for MExpressGroupEntity
 */
@Generated("com.mysema.query.codegen.EntitySerializer")
public class QMExpressGroupEntity extends EntityPathBase {

    private static final long serialVersionUID = 2051398996L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QMExpressGroupEntity mExpressGroupEntity = new QMExpressGroupEntity("mExpressGroupEntity");

    public final com.mg.framework.entity.model.QBaseEntity _super = new com.mg.framework.entity.model.QBaseEntity(this);

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

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

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

    public final QMExpressionEntity excepted;

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

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

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

    public final QMExpressionEntity matched;

    public final QMObjectEntity metaObject;

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

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

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

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

    public QMExpressGroupEntity(String variable) {
        this(MExpressGroupEntity.class, forVariable(variable), INITS);
    }

    public QMExpressGroupEntity(Path path) {
        this(path.getType(), path.getMetadata(), path.getMetadata().isRoot() ? INITS : PathInits.DEFAULT);
    }

    public QMExpressGroupEntity(PathMetadata metadata) {
        this(metadata, metadata.isRoot() ? INITS : PathInits.DEFAULT);
    }

    public QMExpressGroupEntity(PathMetadata metadata, PathInits inits) {
        this(MExpressGroupEntity.class, metadata, inits);
    }

    public QMExpressGroupEntity(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.excepted = inits.isInitialized("excepted") ? new QMExpressionEntity(forProperty("excepted"), inits.get("excepted")) : null;
        this.matched = inits.isInitialized("matched") ? new QMExpressionEntity(forProperty("matched"), inits.get("matched")) : null;
        this.metaObject = inits.isInitialized("metaObject") ? new QMObjectEntity(forProperty("metaObject")) : null;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy