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

com.foreach.across.modules.webcms.domain.QWebCmsObjectInheritanceSuperClass Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
package com.foreach.across.modules.webcms.domain;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;


/**
 * QWebCmsObjectInheritanceSuperClass is a Querydsl query type for WebCmsObjectInheritanceSuperClass
 */
@Generated("com.querydsl.codegen.SupertypeSerializer")
public class QWebCmsObjectInheritanceSuperClass extends EntityPathBase> {

    private static final long serialVersionUID = -391668611L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QWebCmsObjectInheritanceSuperClass webCmsObjectInheritanceSuperClass = new QWebCmsObjectInheritanceSuperClass("webCmsObjectInheritanceSuperClass");

    public final QWebCmsObjectSuperClass _super;

    //inherited
    public final StringPath createdBy;

    //inherited
    public final DateTimePath createdDate;

    // inherited
    public final com.foreach.across.modules.webcms.domain.domain.QWebCmsDomain domain;

    //inherited
    public final StringPath lastModifiedBy;

    //inherited
    public final DateTimePath lastModifiedDate;

    //inherited
    public final StringPath objectId;

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

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QWebCmsObjectInheritanceSuperClass(String variable) {
        this((Class) WebCmsObjectInheritanceSuperClass.class, forVariable(variable), INITS);
    }

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QWebCmsObjectInheritanceSuperClass(Path path) {
        this((Class) path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

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

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QWebCmsObjectInheritanceSuperClass(PathMetadata metadata, PathInits inits) {
        this((Class) WebCmsObjectInheritanceSuperClass.class, metadata, inits);
    }

    public QWebCmsObjectInheritanceSuperClass(Class> type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new QWebCmsObjectSuperClass(type, metadata, inits);
        this.createdBy = _super.createdBy;
        this.createdDate = _super.createdDate;
        this.domain = _super.domain;
        this.lastModifiedBy = _super.lastModifiedBy;
        this.lastModifiedDate = _super.lastModifiedDate;
        this.objectId = _super.objectId;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy