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

com.netgrif.application.engine.petrinet.domain.QFormat Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
package com.netgrif.application.engine.petrinet.domain;

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

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

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


/**
 * QFormat is a Querydsl query type for Format
 */
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QFormat extends BeanPath {

    private static final long serialVersionUID = 2003866290L;

    public static final QFormat format = new QFormat("format");

    public QFormat(String variable) {
        super(Format.class, forVariable(variable));
    }

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

    public QFormat(PathMetadata metadata) {
        super(Format.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy