Class QNumeration

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<Numeration>
pl.matsuo.core.model.numeration.QNumeration
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Numeration>, com.querydsl.core.types.Expression<Numeration>, com.querydsl.core.types.Path<Numeration>, Serializable

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

    Fields
    Modifier and Type Field Description
    QAbstractEntity _super  
    com.querydsl.core.types.dsl.StringPath code  
    com.querydsl.core.types.dsl.StringPath createdBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> createdTime  
    com.querydsl.core.types.dsl.DatePath<Date> endDate  
    com.querydsl.core.types.dsl.NumberPath<Long> id  
    com.querydsl.core.types.dsl.NumberPath<Long> idBucket  
    com.querydsl.core.types.dsl.NumberPath<Long> idEntity  
    com.querydsl.core.types.dsl.StringPath lastModifiedBy  
    com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedTime  
    com.querydsl.core.types.dsl.NumberPath<Integer> maxValue  
    com.querydsl.core.types.dsl.NumberPath<Integer> minValue  
    static QNumeration numeration  
    com.querydsl.core.types.dsl.StringPath pattern  
    com.querydsl.core.types.dsl.DatePath<Date> startDate  
    com.querydsl.core.types.dsl.NumberPath<Integer> value  

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

    hashCode, mixin
  • Constructor Summary

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

    • numeration

      public static final QNumeration numeration
    • _super

      public final QAbstractEntity _super
    • code

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> createdTime
    • endDate

      public final com.querydsl.core.types.dsl.DatePath<Date> endDate
    • id

      public final com.querydsl.core.types.dsl.NumberPath<Long> id
    • idBucket

      public final com.querydsl.core.types.dsl.NumberPath<Long> idBucket
    • idEntity

      public final com.querydsl.core.types.dsl.NumberPath<Long> idEntity
    • lastModifiedBy

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

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> lastModifiedTime
    • maxValue

      public final com.querydsl.core.types.dsl.NumberPath<Integer> maxValue
    • minValue

      public final com.querydsl.core.types.dsl.NumberPath<Integer> minValue
    • pattern

      public final com.querydsl.core.types.dsl.StringPath pattern
    • startDate

      public final com.querydsl.core.types.dsl.DatePath<Date> startDate
    • value

      public final com.querydsl.core.types.dsl.NumberPath<Integer> value
  • Constructor Details

    • QNumeration

      public QNumeration​(String variable)
    • QNumeration

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

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