Uses of Interface
org.springframework.data.jpa.repository.query.ParametrizedQuery
Packages that use ParametrizedQuery
Package
Description
Query implementation to execute queries against JPA.
-
Uses of ParametrizedQuery in org.springframework.data.jpa.repository.query
Subinterfaces of ParametrizedQuery in org.springframework.data.jpa.repository.queryModifier and TypeInterfaceDescriptioninterfaceAn extension toParametrizedQueryexposing query information about its inner structure such as whether constructor expressions (JPQL) are used or the default projection is used.Methods in org.springframework.data.jpa.repository.query that return ParametrizedQueryModifier and TypeMethodDescriptionEntityQuery.deriveCountQuery(@Nullable String countQueryProjection) Creates a new IntrospectedQuery representing a count query, i.e. a query returning the number of rows to be expected from the original query, either derived from the query wrapped by this instance or from the information passed as arguments.