Class QCaseField

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<CaseField>, com.querydsl.core.types.Expression<CaseField>, com.querydsl.core.types.Path<CaseField>, java.io.Serializable

    @Generated("com.querydsl.codegen.DefaultEntitySerializer")
    public class QCaseField
    extends com.querydsl.core.types.dsl.EntityPathBase<CaseField>
    QCaseField is a Querydsl query type for CaseField
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QCaseField​(com.querydsl.core.types.Path<? extends CaseField> path)  
      QCaseField​(com.querydsl.core.types.PathMetadata metadata)  
      QCaseField​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QCaseField​(java.lang.Class<? extends CaseField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QCaseField​(java.lang.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 Detail

      • caseField

        public static final QCaseField caseField
      • allowedNets

        public final com.querydsl.core.types.dsl.ListPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> allowedNets
      • defaultValue

        public final com.querydsl.core.types.dsl.ListPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> defaultValue
      • dynamicDefaultValue

        public final com.querydsl.core.types.dsl.BooleanPath dynamicDefaultValue
      • encryption

        public final com.querydsl.core.types.dsl.StringPath encryption
      • format

        public final QFormat format
      • immediate

        public final com.querydsl.core.types.dsl.BooleanPath immediate
      • importId

        public final com.querydsl.core.types.dsl.StringPath importId
      • initExpression

        public final QExpression initExpression
      • length

        public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> length
      • order

        public final com.querydsl.core.types.dsl.NumberPath<java.lang.Long> order
      • parentCaseId

        public final com.querydsl.core.types.dsl.StringPath parentCaseId
      • parentTaskId

        public final com.querydsl.core.types.dsl.StringPath parentTaskId
      • stringId

        public final com.querydsl.core.types.dsl.StringPath stringId
      • type

        public final com.querydsl.core.types.dsl.EnumPath<FieldType> type
      • value

        public final com.querydsl.core.types.dsl.ListPath<java.lang.String,​com.querydsl.core.types.dsl.StringPath> value
    • Constructor Detail

      • QCaseField

        public QCaseField​(java.lang.String variable)
      • QCaseField

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

        public QCaseField​(com.querydsl.core.types.PathMetadata metadata)
      • QCaseField

        public QCaseField​(com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)
      • QCaseField

        public QCaseField​(java.lang.Class<? extends CaseField> type,
                          com.querydsl.core.types.PathMetadata metadata,
                          com.querydsl.core.types.dsl.PathInits inits)