Uses of Package
in.co.akshitbansal.springwebquery.tupleconverter
Packages that use in.co.akshitbansal.springwebquery.tupleconverter
Package
Description
Repository abstractions for executing Spring Web Query operations and
integrating query-specific concerns such as projection selection and
specification customization.
Utilities for converting JPA
Tuple projections into DTO instances by
matching tuple shapes to constructors.-
Classes in in.co.akshitbansal.springwebquery.tupleconverter used by in.co.akshitbansal.springwebquery.repositoryClassDescriptionCreates
TupleConverterinstances backed by discoverers from a sharedPreferredConstructorDiscovererFactory. -
Classes in in.co.akshitbansal.springwebquery.tupleconverter used by in.co.akshitbansal.springwebquery.tupleconverterClassDescriptionLocates a constructor that can materialize a DTO from a JPA
Tuple.Converts JPATupleresults into DTO instances by invoking a matching constructor discovered for the target DTO type.