Class QNumerationSchema

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

@Generated("com.querydsl.codegen.EntitySerializer")
public class QNumerationSchema
extends com.querydsl.core.types.dsl.EntityPathBase<NumerationSchema>
QNumerationSchema is a Querydsl query type for NumerationSchema
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.StringPath creationStrategy  
    com.querydsl.core.types.dsl.NumberPath<Long> id  
    com.querydsl.core.types.dsl.NumberPath<Long> idBucket  
    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 QNumerationSchema numerationSchema  
    com.querydsl.core.types.dsl.StringPath pattern  
    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
    QNumerationSchema​(com.querydsl.core.types.Path<? extends NumerationSchema> path)  
    QNumerationSchema​(com.querydsl.core.types.PathMetadata metadata)  
    QNumerationSchema​(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

    • numerationSchema

      public static final QNumerationSchema numerationSchema
    • _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
    • creationStrategy

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

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> idBucket
    • 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
    • value

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

    • QNumerationSchema

      public QNumerationSchema​(String variable)
    • QNumerationSchema

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

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