Class QAlert

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<Alert>, com.querydsl.core.types.Expression<Alert>, com.querydsl.core.types.Path<Alert>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QAlert
    extends com.querydsl.core.types.dsl.EntityPathBase<Alert>
    QAlert is a Querydsl query type for Alert
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      QNetworkedEntity _super  
      static QAlert alert  
      com.querydsl.core.types.dsl.StringPath arg0  
      com.querydsl.core.types.dsl.StringPath arg1  
      com.querydsl.core.types.dsl.StringPath arg2  
      com.querydsl.core.types.dsl.StringPath arg3  
      com.querydsl.core.types.dsl.StringPath arg4  
      QDate date  
      com.querydsl.core.types.dsl.NumberPath<Long> id  
      com.querydsl.core.types.dsl.BooleanPath removed  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QAlert​(com.querydsl.core.types.Path<? extends Alert> path)  
      QAlert​(com.querydsl.core.types.PathMetadata metadata)  
      QAlert​(String variable)  
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • Methods inherited from class com.querydsl.core.types.dsl.BeanPath

        accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
      • Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

        as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • alert

        public static final QAlert alert
      • arg0

        public final com.querydsl.core.types.dsl.StringPath arg0
      • arg1

        public final com.querydsl.core.types.dsl.StringPath arg1
      • arg2

        public final com.querydsl.core.types.dsl.StringPath arg2
      • arg3

        public final com.querydsl.core.types.dsl.StringPath arg3
      • arg4

        public final com.querydsl.core.types.dsl.StringPath arg4
      • date

        public final QDate date
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • removed

        public final com.querydsl.core.types.dsl.BooleanPath removed
    • Constructor Detail

      • QAlert

        public QAlert​(String variable)
      • QAlert

        public QAlert​(com.querydsl.core.types.Path<? extends Alert> path)
      • QAlert

        public QAlert​(com.querydsl.core.types.PathMetadata metadata)