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

com.ocs.dynamo.functional.domain.QDomainParent Maven / Gradle / Ivy

package com.ocs.dynamo.functional.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;


/**
 * QDomainParent is a Querydsl query type for DomainParent
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QDomainParent extends EntityPathBase>, ?>> {

    private static final long serialVersionUID = -831959243L;

    public static final QDomainParent domainParent = new QDomainParent("domainParent");

    public final QDomain _super = new QDomain(this);

    public final SetPath, QDomainChild> children = this., QDomainChild>createSet("children", DomainChild.class, QDomainChild.class, PathInits.DIRECT2);

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

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

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

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

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

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QDomainParent(String variable) {
        super((Class) DomainParent.class, forVariable(variable));
    }

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QDomainParent(Path path) {
        super((Class) path.getType(), path.getMetadata());
    }

    @SuppressWarnings({"all", "rawtypes", "unchecked"})
    public QDomainParent(PathMetadata metadata) {
        super((Class) DomainParent.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy