com.thinkbiganalytics.metadata.jpa.alerts.QJpaAlert_AlertEntityId Maven / Gradle / Ivy
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_AlertEntityId is a Querydsl query type for AlertEntityId
*/
@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QJpaAlert_AlertEntityId extends BeanPath {
private static final long serialVersionUID = -2133277483L;
public static final QJpaAlert_AlertEntityId alertEntityId = new QJpaAlert_AlertEntityId("alertEntityId");
public final ComparablePath value = createComparable("value", java.util.UUID.class);
public QJpaAlert_AlertEntityId(String variable) {
super(JpaAlert.AlertEntityId.class, forVariable(variable));
}
public QJpaAlert_AlertEntityId(Path extends JpaAlert.AlertEntityId> path) {
super(path.getType(), path.getMetadata());
}
public QJpaAlert_AlertEntityId(PathMetadata metadata) {
super(JpaAlert.AlertEntityId.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy