Uses of Class
org.springframework.data.jpa.repository.query.PreprocessedQuery
Packages that use PreprocessedQuery
Package
Description
Query implementation to execute queries against JPA.
-
Uses of PreprocessedQuery in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query that return PreprocessedQueryModifier and TypeMethodDescriptionEntityQuery.getQuery()static PreprocessedQueryPreprocessedQuery.parse(DeclaredQuery declaredQuery) Parse aqueryinto its parametrized form by identifying anonymous, named, indexed and SpEL parameters.Derive a query (typically a count query) from the given query string.