Index
All Classes and Interfaces|All Packages
C
- count(JpaSpecificationExecutor<?>, String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns the number of instances that the given
Specification
will return.
F
- findAll(JpaSpecificationExecutor<?>, String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns all entities matching the given
Specification
. - findAll(JpaSpecificationExecutor<?>, String, String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns all entities matching the given
Specification
andSort
. - findAll(JpaSpecificationExecutor<?>, String, Pageable) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns a
Page
of entities matching the givenSpecification
. - findAll(JpaSpecificationExecutor<?>, String, Sort) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns all entities matching the given
Specification
andSort
. - findOne(JpaSpecificationExecutor<?>, String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Returns a single entity matching the given
Specification
orOptional.empty()
if none found.
G
- getVersion() - Method in class io.github.perplexhub.rsql.RSQLJPASupport
I
- io.github.perplexhub.rsql - package io.github.perplexhub.rsql
J
- join(String, Path<?>, String) - Method in class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- join(String, Path<?>, String, JoinType) - Method in class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
Q
- Q - Class in io.github.perplexhub.rsql
- Q() - Constructor for class io.github.perplexhub.rsql.Q
- QuerySupport - Class in io.github.perplexhub.rsql
- QuerySupport() - Constructor for class io.github.perplexhub.rsql.QuerySupport
- QuerySupport.QuerySupportBuilder - Class in io.github.perplexhub.rsql
- QuerySupportBuilder() - Constructor for class io.github.perplexhub.rsql.QuerySupport.QuerySupportBuilder
R
- rsql(String) - Static method in class io.github.perplexhub.rsql.Q
- rsql(String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- rsql(String, boolean) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- rsql(String, boolean, Map<String, String>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- rsql(String, List<RSQLCustomPredicate<?>>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- rsql(String, Map<String, String>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- RSQLJPAPredicateConverter - Class in io.github.perplexhub.rsql
- RSQLJPAPredicateConverter(CriteriaBuilder, Map<String, String>) - Constructor for class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- RSQLJPAPredicateConverter(CriteriaBuilder, Map<String, String>, List<RSQLCustomPredicate<?>>) - Constructor for class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- RSQLJPAPredicateConverter(CriteriaBuilder, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>) - Constructor for class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- RSQLJPAPredicateConverter(CriteriaBuilder, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>, boolean) - Constructor for class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- RSQLJPASupport - Class in io.github.perplexhub.rsql
- RSQLJPASupport() - Constructor for class io.github.perplexhub.rsql.RSQLJPASupport
- RSQLJPASupport(Map<String, EntityManager>) - Constructor for class io.github.perplexhub.rsql.RSQLJPASupport
T
- toSort(String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSort(String, Map<String, String>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
-
Add orderBy(s) to
CriteriaQuery
. - toSpecification(QuerySupport) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, boolean) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, boolean, Map<String, String>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, boolean, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, boolean, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>, Map<Class<?>, List<String>>, Map<Class<?>, List<String>>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, boolean, Map<String, String>, Map<String, JoinType>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, List<RSQLCustomPredicate<?>>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, Map<String, String>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, Map<String, String>, List<RSQLCustomPredicate<?>>, Map<String, JoinType>, Map<Class<?>, List<String>>, Map<Class<?>, List<String>>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
- toSpecification(String, Map<String, String>, Map<String, JoinType>) - Static method in class io.github.perplexhub.rsql.RSQLJPASupport
V
- visit(AndNode, From) - Method in class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- visit(ComparisonNode, From) - Method in class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
- visit(OrNode, From) - Method in class io.github.perplexhub.rsql.RSQLJPAPredicateConverter
All Classes and Interfaces|All Packages