Uses of Interface
org.springframework.data.repository.query.FluentQuery
Package
Description
Support classes to work with query methods.
-
Uses of FluentQuery in org.springframework.data.repository.query
Modifier and TypeInterfaceDescriptionstatic interface
Fetchable extensionFluentQuery
allowing to materialize results from the underlying query.static interface
Reactive extensionFluentQuery
allowing to materialize results from the underlying query.Modifier and TypeMethodDescription<R> FluentQuery<R>
Define the target type the result should be mapped to.default FluentQuery<T>
Define which properties or property paths to include in the query.FluentQuery.project
(Collection<String> properties) Define which properties or property paths to include in the query.Define the sort order.