Class QInternalAttachment

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<InternalAttachment>
com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<InternalAttachment>, com.querydsl.core.types.Expression<InternalAttachment>, com.querydsl.core.types.Path<InternalAttachment>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    static final QInternalAttachment
     
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QInternalAttachment(com.querydsl.core.types.Path<? extends InternalAttachment> path)
     
    QInternalAttachment(com.querydsl.core.types.PathMetadata metadata)
     
    QInternalAttachment(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QInternalAttachment(Class<? extends InternalAttachment> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
     
  • 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

    • internalAttachment

      public static final QInternalAttachment internalAttachment
    • _super

      public final QMailingModel _super
    • contentType

      public final com.querydsl.core.types.dsl.StringPath contentType
    • data

      public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> data
    • filename

      public final com.querydsl.core.types.dsl.StringPath filename
    • format

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

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

      public final QInternalMessage messages
  • Constructor Details

    • QInternalAttachment

      public QInternalAttachment(String variable)
    • QInternalAttachment

      public QInternalAttachment(com.querydsl.core.types.Path<? extends InternalAttachment> path)
    • QInternalAttachment

      public QInternalAttachment(com.querydsl.core.types.PathMetadata metadata)
    • QInternalAttachment

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

      public QInternalAttachment(Class<? extends InternalAttachment> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)