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<Survey>
eu.dzhw.fdz.metadatamanagement.surveymanagement.domain.QSurvey
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Survey>, com.querydsl.core.types.Expression<Survey>, com.querydsl.core.types.Path<Survey>, Serializable

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

    Fields
    Modifier and Type Field Description
    QAbstractShadowableRdcDomainObject _super  
    QI18nString annotations  
    com.querydsl.core.types.dsl.StringPath createdBy  
    com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdDate  
    com.querydsl.core.types.dsl.StringPath dataAcquisitionProjectId  
    com.querydsl.core.types.dsl.StringPath dataPackageId  
    QI18nString dataType  
    QPeriod fieldPeriod  
    com.querydsl.core.types.dsl.NumberPath<Integer> grossSampleSize  
    com.querydsl.core.types.dsl.BooleanPath hidden  
    com.querydsl.core.types.dsl.StringPath id  
    com.querydsl.core.types.dsl.StringPath lastModifiedBy  
    com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> lastModifiedDate  
    com.querydsl.core.types.dsl.StringPath masterId  
    com.querydsl.core.types.dsl.NumberPath<Integer> number  
    QPopulation population  
    com.querydsl.core.types.dsl.NumberPath<Double> responseRate  
    QI18nString sample  
    com.querydsl.core.types.dsl.NumberPath<Integer> sampleSize  
    com.querydsl.core.types.dsl.NumberPath<Integer> serialNumber  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.BooleanPath shadow  
    com.querydsl.core.types.dsl.StringPath successorId  
    static QSurvey survey  
    QI18nString surveyMethod  
    QI18nString title  
    com.querydsl.core.types.dsl.NumberPath<Long> version  

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor Description
    QSurvey​(com.querydsl.core.types.Path<? extends Survey> path)  
    QSurvey​(com.querydsl.core.types.PathMetadata metadata)  
    QSurvey​(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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • survey

      public static final QSurvey survey
    • _super

    • annotations

      public final QI18nString annotations
    • createdBy

      public final com.querydsl.core.types.dsl.StringPath createdBy
    • createdDate

      public final com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdDate
    • dataAcquisitionProjectId

      public final com.querydsl.core.types.dsl.StringPath dataAcquisitionProjectId
    • dataPackageId

      public final com.querydsl.core.types.dsl.StringPath dataPackageId
    • dataType

      public final QI18nString dataType
    • fieldPeriod

      public final QPeriod fieldPeriod
    • grossSampleSize

      public final com.querydsl.core.types.dsl.NumberPath<Integer> grossSampleSize
    • hidden

      public final com.querydsl.core.types.dsl.BooleanPath hidden
    • id

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

      public final com.querydsl.core.types.dsl.StringPath lastModifiedBy
    • lastModifiedDate

      public final com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> lastModifiedDate
    • masterId

      public final com.querydsl.core.types.dsl.StringPath masterId
    • number

      public final com.querydsl.core.types.dsl.NumberPath<Integer> number
    • population

      public final QPopulation population
    • responseRate

      public final com.querydsl.core.types.dsl.NumberPath<Double> responseRate
    • sample

      public final QI18nString sample
    • sampleSize

      public final com.querydsl.core.types.dsl.NumberPath<Integer> sampleSize
    • serialNumber

      public final com.querydsl.core.types.dsl.NumberPath<Integer> serialNumber
    • shadow

      public final com.querydsl.core.types.dsl.BooleanPath shadow
    • successorId

      public final com.querydsl.core.types.dsl.StringPath successorId
    • surveyMethod

      public final QI18nString surveyMethod
    • title

      public final QI18nString title
    • version

      public final com.querydsl.core.types.dsl.NumberPath<Long> version
  • Constructor Details

    • QSurvey

      public QSurvey​(String variable)
    • QSurvey

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

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