Class JsonbPath

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.SimplePath<Jsonb>
com.evolveum.midpoint.repo.sqale.jsonb.JsonbPath
All Implemented Interfaces:
com.querydsl.core.types.Expression<Jsonb>, com.querydsl.core.types.Path<Jsonb>, Serializable

public class JsonbPath extends com.querydsl.core.types.dsl.SimplePath<Jsonb>
Path representing JSONB column.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Alias for Types.OTHER working in tandem with JsonbPath.

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsonbPath(com.querydsl.core.types.PathMetadata metadata)
     
  • Method Summary

    Methods inherited from class com.querydsl.core.types.dsl.SimplePath

    accept, getAnnotatedElement, getMetadata, getRoot

    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

    • JSONB_TYPE

      public static final int JSONB_TYPE
      Alias for Types.OTHER working in tandem with JsonbPath. This is important especially for setting NULLs explicitly, OTHER works, JAVA_OBJECT not. Reasons for this are deep in PostgreSQL JDBC driver.
      See Also:
  • Constructor Details

    • JsonbPath

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