Uses of Package
in.co.akshitbansal.springwebquery.ast
Packages that use in.co.akshitbansal.springwebquery.ast
Package
Description
RSQL abstract-syntax-tree visitors and metadata used to validate parsed query
expressions before predicate construction.
Repository abstractions for executing Spring Web Query operations and
integrating query-specific concerns such as projection selection and
specification customization.
-
Classes in in.co.akshitbansal.springwebquery.ast used by in.co.akshitbansal.springwebquery.astClassDescriptionCarries traversal metadata while walking an RSQL abstract syntax tree.Validates a parsed RSQL abstract syntax tree against the active query rules and collects DTO-to-entity selector mappings for later predicate construction.
-
Classes in in.co.akshitbansal.springwebquery.ast used by in.co.akshitbansal.springwebquery.repositoryClassDescriptionCreates fully configured
ValidationRSQLVisitorinstances for a specific entity/DTO pair.