Uses of Interface
net.kaczmarzyk.spring.data.jpa.utils.QueryContext
Packages that use QueryContext
-
Uses of QueryContext in net.kaczmarzyk.spring.data.jpa.domain
Constructors in net.kaczmarzyk.spring.data.jpa.domain with parameters of type QueryContextModifierConstructorDescriptionBetween(QueryContext queryContext, String path, String[] args, Converter converter) ComparableSpecification(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) Empty(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) EndingWith(QueryContext queryContext, String path, String... args) EndingWithIgnoreCase(QueryContext queryCtx, String path, String... args) Equal(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) EqualDay(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) EqualIgnoreCase(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) False(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) GreaterThan(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) GreaterThanOrEqual(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) In(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) InTheFuture(QueryContext queryContext, String path, String[] args) InThePast(QueryContext queryContext, String path, String[] args) IsEmpty(QueryContext queryContext, String path, String[] args) IsFalse(QueryContext queryContext, String path, String[] args) IsMember(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) IsNotEmpty(QueryContext queryContext, String path, String[] args) IsNotMember(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) IsNotNull(QueryContext queryContext, String path, String[] args) IsNull(QueryContext queryContext, String path, String[] args) IsTrue(QueryContext queryContext, String path, String[] args) Join(QueryContext queryContext, String pathToJoinOn, String alias, jakarta.persistence.criteria.JoinType joinType, boolean distinctQuery) JoinFetch(QueryContext queryContext, String[] pathsToFetch, jakarta.persistence.criteria.JoinType joinType, boolean distinct) JoinFetch(QueryContext queryContext, String[] pathsToFetch, String alias, jakarta.persistence.criteria.JoinType joinType, boolean distinct) LessThan(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) LessThanOrEqual(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) Like(QueryContext queryContext, String path, String... args) LikeIgnoreCase(QueryContext queryCtx, String path, String... args) NotEmpty(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) NotEqual(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) NotEqualIgnoreCase(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) NotIn(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) NotLike(QueryContext queryContext, String path, String... args) NotLikeIgnoreCase(QueryContext queryContext, String path, String... args) NotNull(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) Null(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) PathSpecification(QueryContext queryContext, String path) StartingWith(QueryContext queryCtx, String path, String... args) StartingWithIgnoreCase(QueryContext queryCtx, String path, String... args) True(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) -
Uses of QueryContext in net.kaczmarzyk.spring.data.jpa.web
Classes in net.kaczmarzyk.spring.data.jpa.web that implement QueryContextMethods in net.kaczmarzyk.spring.data.jpa.web that return QueryContextModifier and TypeMethodDescriptionProcessingContext.queryContext()StandaloneProcessingContext.queryContext()WebRequestProcessingContext.queryContext()