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

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

    Fields
    Modifier and Type Field Description
    static QDistribution distribution  
    com.querydsl.core.types.dsl.NumberPath<Integer> maxNumberOfDecimalPlaces  
    com.querydsl.core.types.dsl.ListPath<Missing,​com.querydsl.core.types.dsl.SimplePath<Missing>> missings  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.SimplePath<Statistics> statistics  
    com.querydsl.core.types.dsl.NumberPath<Integer> totalAbsoluteFrequency  
    com.querydsl.core.types.dsl.NumberPath<Integer> totalValidAbsoluteFrequency  
    com.querydsl.core.types.dsl.NumberPath<Double> totalValidRelativeFrequency  
    com.querydsl.core.types.dsl.ListPath<ValidResponse,​com.querydsl.core.types.dsl.SimplePath<ValidResponse>> validResponses  

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

    hashCode, mixin
  • Constructor Summary

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

      public static final QDistribution distribution
    • maxNumberOfDecimalPlaces

      public final com.querydsl.core.types.dsl.NumberPath<Integer> maxNumberOfDecimalPlaces
    • missings

      public final com.querydsl.core.types.dsl.ListPath<Missing,​com.querydsl.core.types.dsl.SimplePath<Missing>> missings
    • statistics

      public final com.querydsl.core.types.dsl.SimplePath<Statistics> statistics
    • totalAbsoluteFrequency

      public final com.querydsl.core.types.dsl.NumberPath<Integer> totalAbsoluteFrequency
    • totalValidAbsoluteFrequency

      public final com.querydsl.core.types.dsl.NumberPath<Integer> totalValidAbsoluteFrequency
    • totalValidRelativeFrequency

      public final com.querydsl.core.types.dsl.NumberPath<Double> totalValidRelativeFrequency
    • validResponses

      public final com.querydsl.core.types.dsl.ListPath<ValidResponse,​com.querydsl.core.types.dsl.SimplePath<ValidResponse>> validResponses
  • Constructor Details

    • QDistribution

      public QDistribution​(String variable)
    • QDistribution

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

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