Class QUserAlert

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

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

      Fields 
      Modifier and Type Field Description
      QAlert _super  
      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  
      com.querydsl.core.types.dsl.EnumPath<UserAlertType> type  
      protected QUser user  
      static QUserAlert userAlert  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QUserAlert​(com.querydsl.core.types.Path<? extends UserAlert> path)  
      QUserAlert​(com.querydsl.core.types.PathMetadata metadata)  
      QUserAlert​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QUserAlert​(Class<? extends UserAlert> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QUserAlert​(String variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QUser user()  
      • 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

      • userAlert

        public static final QUserAlert userAlert
      • _super

        public final QAlert _super
      • 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
      • type

        public final com.querydsl.core.types.dsl.EnumPath<UserAlertType> type
      • user

        protected QUser user
    • Constructor Detail

      • QUserAlert

        public QUserAlert​(String variable)
      • QUserAlert

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

        public QUserAlert​(com.querydsl.core.types.PathMetadata metadata)
      • QUserAlert

        public QUserAlert​(com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)
      • QUserAlert

        public QUserAlert​(Class<? extends UserAlert> type,
                          com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)
    • Method Detail

      • user

        public QUser user()