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

com.mg.framework.entity.metadata.QMObjectEntity 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;


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

    private static final long serialVersionUID = 1418316068L;

    public static final QMObjectEntity mObjectEntity = new QMObjectEntity("mObjectEntity");

    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;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public final ListPath templates = this.createList("templates", MTemplateEntity.class, QMTemplateEntity.class, PathInits.DIRECT2);

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

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

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

    public QMObjectEntity(String variable) {
        super(MObjectEntity.class, forVariable(variable));
    }

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

    public QMObjectEntity(PathMetadata metadata) {
        super(MObjectEntity.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy