All Classes and Interfaces

Class
Description
AbstractCriteriaBuilder<N extends cz.jirutka.rsql.parser.ast.Node,C extends RSQLContext,P>
 
AbstractJooqConditionQuery<Q extends org.jooq.Query,R>
 
 
AbstractJooqQuery<Q extends org.jooq.Query,R>
 
 
The interface Argument parser.
 
The interface Comparison criteria builder.
The service loader for the comparison criteria builder.
The proxy for the comparison operator.
 
CriteriaBuilder<N extends cz.jirutka.rsql.parser.ast.Node,C extends RSQLContext,P>
The builder builds a SQL predicate that can be used in a variety of SQL clauses, they're mainly used in a Select statement's WHERE clause
CriteriaBuilderFactory<N extends cz.jirutka.rsql.parser.ast.Node,C extends RSQLContext,P,B extends CriteriaBuilder<N,C,P>>
A factory that creates the criteria builder based on given AST node
 
 
 
The interface Field mapper.
The interface Field selector.
 
 
 
The interface Argument parser.
 
The service loader for the jOOQ comparison criteria builder.
JooqConditionQuery<Q extends org.jooq.Query,R>
The interface Jooq condition query.
The interface jOOQ condition RQL visitor.
JooqCriteriaBuilder<N extends cz.jirutka.rsql.parser.ast.Node>
The interface Criteria builder.
The interface Criteria builder factory.
Represents for jOOQ fetch count query.
 
Represents for jOOQ fetch exist query.
 
The interface Field mapper.
The interface Field selector.
JooqLogicalCriteriaBuilder<T extends cz.jirutka.rsql.parser.ast.LogicalNode>
 
Represents for jOOQ paging and sorting query.
 
The interface Query context.
The interface jOOQ RSQL context to enhance parsing SQL query in runtime
Represents for jOOQ RQL parser.
JooqRSQLQuery<Q extends org.jooq.Query,R>
The interface jOOQ RSQL query.
Represents for jOOQ RSQL query context
The interface jOOQ RQL visitor.
 
 
 
Represents for wildcard pattern that is using in like/not-like comparison, is applied in the REST query.
 
 
 
 
 
 
A proxy factory that creates Node instances with ComparisonOperatorProxy for the parser.
Represents for context when executing query in runtime
Represents for a RSQL runtime context to enhance parsing SQL query in runtime
Parser of the RSQL (RESTful Service Query Language).
The visitor interface for visiting AST nodes of the RSQL.