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

@Generated("com.querydsl.codegen.EntitySerializer")
public class QDataSet
extends com.querydsl.core.types.dsl.EntityPathBase<DataSet>
QDataSet is a Querydsl query type for DataSet
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  
    static QDataSet dataSet  
    QI18nString description  
    QI18nString format  
    com.querydsl.core.types.dsl.BooleanPath hidden  
    com.querydsl.core.types.dsl.StringPath id  
    private static com.querydsl.core.types.dsl.PathInits INITS  
    com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> languages  
    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  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.BooleanPath shadow  
    com.querydsl.core.types.dsl.ListPath<SubDataSet,​QSubDataSet> subDataSets  
    com.querydsl.core.types.dsl.StringPath successorId  
    com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> surveyIds  
    com.querydsl.core.types.dsl.ListPath<Integer,​com.querydsl.core.types.dsl.NumberPath<Integer>> surveyNumbers  
    QI18nString type  
    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
    QDataSet​(com.querydsl.core.types.Path<? extends DataSet> path)  
    QDataSet​(com.querydsl.core.types.PathMetadata metadata)  
    QDataSet​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
    QDataSet​(Class<? extends DataSet> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
    QDataSet​(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
    • INITS

      private static final com.querydsl.core.types.dsl.PathInits INITS
    • dataSet

      public static final QDataSet dataSet
    • _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
    • description

      public final QI18nString description
    • format

      public final QI18nString format
    • hidden

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

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

      public final com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> languages
    • 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
    • shadow

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

      public final com.querydsl.core.types.dsl.ListPath<SubDataSet,​QSubDataSet> subDataSets
    • successorId

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

      public final com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> surveyIds
    • surveyNumbers

      public final com.querydsl.core.types.dsl.ListPath<Integer,​com.querydsl.core.types.dsl.NumberPath<Integer>> surveyNumbers
    • type

      public final QI18nString type
    • version

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

    • QDataSet

      public QDataSet​(String variable)
    • QDataSet

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

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

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

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