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
Path representing JSONB column.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlias forTypes.OTHERworking in tandem withJsonbPath.Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.SimplePath
accept, getAnnotatedElement, getMetadata, getRootMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Field Details
-
JSONB_TYPE
public static final int JSONB_TYPEAlias forTypes.OTHERworking 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:
-
-
Constructor Details
-
JsonbPath
public JsonbPath(com.querydsl.core.types.PathMetadata metadata)
-