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

com.thinkbiganalytics.metadata.jpa.sla.QServiceLevelAgreementDescriptionId Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.thinkbiganalytics.metadata.jpa.sla;

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;


/**
 * QServiceLevelAgreementDescriptionId is a Querydsl query type for ServiceLevelAgreementDescriptionId
 */
@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QServiceLevelAgreementDescriptionId extends BeanPath {

    private static final long serialVersionUID = -134269935L;

    public static final QServiceLevelAgreementDescriptionId serviceLevelAgreementDescriptionId = new QServiceLevelAgreementDescriptionId("serviceLevelAgreementDescriptionId");

    public final ComparablePath uuid = createComparable("uuid", java.util.UUID.class);

    public QServiceLevelAgreementDescriptionId(String variable) {
        super(ServiceLevelAgreementDescriptionId.class, forVariable(variable));
    }

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

    public QServiceLevelAgreementDescriptionId(PathMetadata metadata) {
        super(ServiceLevelAgreementDescriptionId.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy