Class QCustomFieldValue

    • 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 interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • booleanValue

        public final com.querydsl.core.types.dsl.BooleanPath booleanValue
      • dateValue

        public final QDate dateValue
      • id

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

        public final QInteger integerValue
      • linkedEntityId

        public final com.querydsl.core.types.dsl.NumberPath<Long> linkedEntityId
      • richTextValue

        public final com.querydsl.core.types.dsl.StringPath richTextValue
      • stringValue

        public final com.querydsl.core.types.dsl.StringPath stringValue
      • textValue

        public final com.querydsl.core.types.dsl.StringPath textValue
      • version

        public final QInteger version
    • Constructor Detail

      • QCustomFieldValue

        public QCustomFieldValue​(String variable)
      • QCustomFieldValue

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

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