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