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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
JSONB_TYPE
Alias forTypes.OTHER
working in tandem withJsonbPath
.
-
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
-
-
-
-
Field Detail
-
JSONB_TYPE
public static final int JSONB_TYPE
Alias forTypes.OTHER
working in tandem withJsonbPath
. This is important especially for setting NULLs explicitly, OTHER works, JAVA_OBJECT not. Reasons for this are deep in PostgreSQL JDBC driver.- See Also:
- Constant Field Values
-
-