Uses of Interface
org.springframework.data.jpa.repository.query.JpqlQueryBuilder.WhereStep
Packages that use JpqlQueryBuilder.WhereStep
Package
Description
Query implementation to execute queries against JPA.
-
Uses of JpqlQueryBuilder.WhereStep in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query that return JpqlQueryBuilder.WhereStepModifier and TypeMethodDescriptionstatic JpqlQueryBuilder.WhereStepJpqlQueryBuilder.where(JpqlQueryBuilder.Expression rhs) Start building aWHERE predicateby providing the right-hand side.static JpqlQueryBuilder.WhereStepJpqlQueryBuilder.where(JpqlQueryBuilder.Origin source, PropertyPath path) Start building aWHERE predicateby providing the right-hand side.