Package io.github.perplexhub.rsql.jsonb
Class JsonbSupport
java.lang.Object
io.github.perplexhub.rsql.jsonb.JsonbSupport
Support for jsonb expression.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.persistence.criteria.Predicate
jsonbPathExists
(jakarta.persistence.criteria.CriteriaBuilder builder, cz.jirutka.rsql.parser.ast.ComparisonNode node, jakarta.persistence.criteria.Path<?> attrPath) Builds a jsonb expression for a given keyPath and operator.
-
Field Details
-
DATE_TIME_SUPPORT
public static boolean DATE_TIME_SUPPORT
-
-
Constructor Details
-
JsonbSupport
public JsonbSupport()
-
-
Method Details
-
jsonbPathExists
public static jakarta.persistence.criteria.Predicate jsonbPathExists(jakarta.persistence.criteria.CriteriaBuilder builder, cz.jirutka.rsql.parser.ast.ComparisonNode node, jakarta.persistence.criteria.Path<?> attrPath) Builds a jsonb expression for a given keyPath and operator.- Parameters:
builder
- the criteria buildernode
- the comparison nodeattrPath
- the attribute jsonbPath- Returns:
- the jsonb expression
-