Uses of Class
org.springframework.data.jpa.repository.query.AbstractJpaQuery
Packages that use AbstractJpaQuery
Package
Description
Query implementation to execute queries against JPA.
-
Uses of AbstractJpaQuery in org.springframework.data.jpa.repository.query
Subclasses of AbstractJpaQuery in org.springframework.data.jpa.repository.queryMethods in org.springframework.data.jpa.repository.query with parameters of type AbstractJpaQueryModifier and TypeMethodDescriptionprotected abstract ObjectJpaQueryExecution.doExecute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Method to implementAbstractStringBasedJpaQueryexecutions by single enum values.JpaQueryExecution.execute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Executes the givenAbstractStringBasedJpaQuerywith the givenParameterBinder.