Class QAccumulationField

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<com.skava.core.rules.admin.model.AccumulationField>
com.skava.core.rules.admin.model.QAccumulationField
All Implemented Interfaces:
com.querydsl.core.types.Expression<com.skava.core.rules.admin.model.AccumulationField>, com.querydsl.core.types.Path<com.skava.core.rules.admin.model.AccumulationField>, Serializable

@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer") public class QAccumulationField extends com.querydsl.core.types.dsl.BeanPath<com.skava.core.rules.admin.model.AccumulationField>
QAccumulationField is a Querydsl query type for AccumulationField
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.SimplePath<com.skava.core.rules.admin.model.Accumulation>
     
    static final QAccumulationField
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QAccumulationField(com.querydsl.core.types.Path<? extends com.skava.core.rules.admin.model.AccumulationField> path)
     
    QAccumulationField(com.querydsl.core.types.PathMetadata metadata)
     
     
  • 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

    • accumulationField

      public static final QAccumulationField accumulationField
    • accumulation

      public final com.querydsl.core.types.dsl.SimplePath<com.skava.core.rules.admin.model.Accumulation> accumulation
    • accumulationFrequency

      public final com.querydsl.core.types.dsl.StringPath accumulationFrequency
    • accumulationLevel

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

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

      public final com.querydsl.core.types.dsl.StringPath field
    • name

      public final com.querydsl.core.types.dsl.StringPath name
  • Constructor Details

    • QAccumulationField

      public QAccumulationField(String variable)
    • QAccumulationField

      public QAccumulationField(com.querydsl.core.types.Path<? extends com.skava.core.rules.admin.model.AccumulationField> path)
    • QAccumulationField

      public QAccumulationField(com.querydsl.core.types.PathMetadata metadata)