Uses of Interface
org.springframework.data.repository.query.FluentQuery
Packages that use FluentQuery
Package
Description
Support classes to work with query methods.
-
Uses of FluentQuery in org.springframework.data.repository.query
Subinterfaces of FluentQuery in org.springframework.data.repository.queryModifier and TypeInterfaceDescriptionstatic interfaceFetchable extensionFluentQueryallowing to materialize results from the underlying query.static interfaceReactive extensionFluentQueryallowing to materialize results from the underlying query.Methods in org.springframework.data.repository.query that return FluentQueryModifier and TypeMethodDescription<R> FluentQuery<R>Define the target type the result should be mapped to.default FluentQuery<T>FluentQuery.limit(int limit) Define the query limit.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.