Class QEmail

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.core.types.dsl.EntityPathBase<Email>
com.eurodyn.qlack.fuse.mailing.model.QEmail
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Email>, com.querydsl.core.types.Expression<Email>, com.querydsl.core.types.Path<Email>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QEmail extends com.querydsl.core.types.dsl.EntityPathBase<Email>
QEmail is a Querydsl query type for Email
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.SetPath<Attachment,QAttachment>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final QEmail
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Byte>
     

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QEmail(com.querydsl.core.types.Path<? extends Email> path)
     
    QEmail(com.querydsl.core.types.PathMetadata metadata)
     
    QEmail(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 class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType

    Methods inherited from interface com.querydsl.core.types.Path

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • email

      public static final QEmail email
    • _super

      public final QMailingModel _super
    • addedOnDate

      public final com.querydsl.core.types.dsl.NumberPath<Long> addedOnDate
    • attachments

      public final com.querydsl.core.types.dsl.SetPath<Attachment,QAttachment> attachments
    • bccEmails

      public final com.querydsl.core.types.dsl.StringPath bccEmails
    • body

      public final com.querydsl.core.types.dsl.StringPath body
    • ccEmails

      public final com.querydsl.core.types.dsl.StringPath ccEmails
    • charset

      public final com.querydsl.core.types.dsl.StringPath charset
    • dateSent

      public final com.querydsl.core.types.dsl.NumberPath<Long> dateSent
    • emailType

      public final com.querydsl.core.types.dsl.StringPath emailType
    • fromEmail

      public final com.querydsl.core.types.dsl.StringPath fromEmail
    • id

      public final com.querydsl.core.types.dsl.StringPath id
    • replyToEmails

      public final com.querydsl.core.types.dsl.StringPath replyToEmails
    • serverResponse

      public final com.querydsl.core.types.dsl.StringPath serverResponse
    • serverResponseDate

      public final com.querydsl.core.types.dsl.NumberPath<Long> serverResponseDate
    • status

      public final com.querydsl.core.types.dsl.StringPath status
    • subject

      public final com.querydsl.core.types.dsl.StringPath subject
    • toEmails

      public final com.querydsl.core.types.dsl.StringPath toEmails
    • tries

      public final com.querydsl.core.types.dsl.NumberPath<Byte> tries
  • Constructor Details

    • QEmail

      public QEmail(String variable)
    • QEmail

      public QEmail(com.querydsl.core.types.Path<? extends Email> path)
    • QEmail

      public QEmail(com.querydsl.core.types.PathMetadata metadata)