Uses of Class
org.springframework.data.relational.core.query.Query
Packages that use Query
Package
Description
Query and update support.
Query support for relational database repositories.
-
Uses of Query in org.springframework.data.relational.core.query
Methods in org.springframework.data.relational.core.query that return QueryModifier and TypeMethodDescriptionAdd columns to the query.Query.columns(Collection<String> columns) Add columns to the query.Query.columns(SqlIdentifier... columns) Add columns to the query.static QueryQuery.empty()Create a new emptyQuery.Query.limit(int limit) Limit the number of returned documents tolimit.Query.offset(long offset) Set number of rows to skip before returning results.static QueryQuery.query(CriteriaDefinition criteria) Static factory method to create aQueryusing the providedCriteriaDefinition.Set the given pagination information on theQueryinstance. -
Uses of Query in org.springframework.data.relational.repository.query
Methods in org.springframework.data.relational.repository.query that return QueryModifier and TypeMethodDescription<T> QueryRelationalExampleMapper.getMappedExample(Example<T> example)