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

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


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

    private static final long serialVersionUID = 1281692452L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QMImportTemplateEntity mImportTemplateEntity = new QMImportTemplateEntity("mImportTemplateEntity");

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

    public final QMObjectEntity belongMObject;

    //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 path = createString("path");

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

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

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

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

    public QMImportTemplateEntity(String variable) {
        this(MImportTemplateEntity.class, forVariable(variable), INITS);
    }

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

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

    public QMImportTemplateEntity(PathMetadata metadata, PathInits inits) {
        this(MImportTemplateEntity.class, metadata, inits);
    }

    public QMImportTemplateEntity(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.belongMObject = inits.isInitialized("belongMObject") ? new QMObjectEntity(forProperty("belongMObject")) : null;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy