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

com.thinkbiganalytics.metadata.jpa.alerts.QJpaAlertChangeEvent 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;


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

    private static final long serialVersionUID = -1641426751L;

    public static final QJpaAlertChangeEvent jpaAlertChangeEvent = new QJpaAlertChangeEvent("jpaAlertChangeEvent");

    public final DateTimePath changeTime = createDateTime("changeTime", org.joda.time.DateTime.class);

    public final SimplePath content = createSimple("content", java.io.Serializable.class);

    public final StringPath description = createString("description");

    public final EnumPath state = createEnum("state", com.thinkbiganalytics.alerts.api.Alert.State.class);

    public final StringPath username = createString("username");

    public QJpaAlertChangeEvent(String variable) {
        super(JpaAlertChangeEvent.class, forVariable(variable));
    }

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

    public QJpaAlertChangeEvent(PathMetadata metadata) {
        super(JpaAlertChangeEvent.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy