java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<Configuration>
eu.dzhw.fdz.metadatamanagement.projectmanagement.domain.QConfiguration
All Implemented Interfaces:
com.querydsl.core.types.Expression<Configuration>, com.querydsl.core.types.Path<Configuration>, Serializable

@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QConfiguration
extends com.querydsl.core.types.dsl.BeanPath<Configuration>
QConfiguration is a Querydsl query type for Configuration
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.querydsl.core.types.dsl.SimplePath<ProjectState> analysisPackagesState  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> conceptsState  
    static QConfiguration configuration  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> dataPackagesState  
    com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> dataProviders  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> dataSetsState  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> instrumentsState  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> publicationsState  
    com.querydsl.core.types.dsl.ListPath<String,​com.querydsl.core.types.dsl.StringPath> publishers  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> questionsState  
    com.querydsl.core.types.dsl.SimplePath<Requirements> requirements  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> surveysState  
    com.querydsl.core.types.dsl.SimplePath<ProjectState> variablesState  

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor Description
    QConfiguration​(com.querydsl.core.types.Path<? extends Configuration> path)  
    QConfiguration​(com.querydsl.core.types.PathMetadata metadata)  
    QConfiguration​(String variable)  
  • Method Summary

    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

    getType
  • Field Details

    • serialVersionUID

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

      public static final QConfiguration configuration
    • analysisPackagesState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> analysisPackagesState
    • conceptsState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> conceptsState
    • dataPackagesState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> dataPackagesState
    • dataProviders

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

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> dataSetsState
    • instrumentsState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> instrumentsState
    • publicationsState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> publicationsState
    • publishers

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

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> questionsState
    • requirements

      public final com.querydsl.core.types.dsl.SimplePath<Requirements> requirements
    • surveysState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> surveysState
    • variablesState

      public final com.querydsl.core.types.dsl.SimplePath<ProjectState> variablesState
  • Constructor Details

    • QConfiguration

      public QConfiguration​(String variable)
    • QConfiguration

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

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