com.thinkbiganalytics.metadata.jpa.sla.QServiceLevelAgreementDescriptionId Maven / Gradle / Ivy
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 extends ServiceLevelAgreementDescriptionId> path) {
super(path.getType(), path.getMetadata());
}
public QServiceLevelAgreementDescriptionId(PathMetadata metadata) {
super(ServiceLevelAgreementDescriptionId.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy