Uses of Class
org.springframework.data.jpa.repository.query.AbstractJpaQuery
Package
Description
Query implementation to execute queries against JPA.
-
Uses of AbstractJpaQuery in org.springframework.data.jpa.repository.query
Modifier and TypeMethodDescriptionprotected abstract Object
JpaQueryExecution.doExecute
(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Method to implementAbstractStringBasedJpaQuery
executions by single enum values.JpaQueryExecution.execute
(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Executes the givenAbstractStringBasedJpaQuery
with the givenParameterBinder
.