Uses of Interface
org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Selection
Packages that use JpqlQueryBuilder.Selection
Package
Description
Query implementation to execute queries against JPA.
-
Uses of JpqlQueryBuilder.Selection in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query with parameters of type JpqlQueryBuilder.SelectionModifier and TypeMethodDescriptionJpqlQueryBuilder.SelectStep.select(JpqlQueryBuilder.Selection selection) Select a single attribute.