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

com.thinkbiganalytics.metadata.jpa.alerts.QJpaAlert_AlertId Maven / Gradle / Ivy

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

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;


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

    private static final long serialVersionUID = -302860590L;

    public static final QJpaAlert_AlertId alertId = new QJpaAlert_AlertId("alertId");

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

    public QJpaAlert_AlertId(String variable) {
        super(JpaAlert.AlertId.class, forVariable(variable));
    }

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

    public QJpaAlert_AlertId(PathMetadata metadata) {
        super(JpaAlert.AlertId.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy