Uses of Class
org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
Packages that use JpaParametersParameterAccessor
Package
Description
Query implementation to execute queries against JPA.
-
Uses of JpaParametersParameterAccessor in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query with parameters of type JpaParametersParameterAccessorModifier and TypeMethodDescriptionprotected QueryAbstractJpaQuery.createCountQuery(JpaParametersParameterAccessor values) protected QueryAbstractJpaQuery.createQuery(JpaParametersParameterAccessor parameters) protected abstract QueryAbstractJpaQuery.doCreateCountQuery(JpaParametersParameterAccessor accessor) Creates aTypedQueryfor counting using the given values.PartTreeJpaQuery.doCreateCountQuery(JpaParametersParameterAccessor accessor) protected abstract QueryAbstractJpaQuery.doCreateQuery(JpaParametersParameterAccessor accessor) Creates aQueryinstance for the given values.PartTreeJpaQuery.doCreateQuery(JpaParametersParameterAccessor accessor) JpaQueryExecution.doExecute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Method to implementAbstractStringBasedJpaQueryexecutions by single enum values.JpaQueryExecution.execute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Executes the givenAbstractStringBasedJpaQuerywith the givenParameterBinder.protected JpaQueryExecutionAbstractJpaQuery.getExecution(JpaParametersParameterAccessor accessor) protected JpaQueryExecutionPartTreeJpaQuery.getExecution(JpaParametersParameterAccessor accessor) Constructors in org.springframework.data.jpa.repository.query with parameters of type JpaParametersParameterAccessorModifierConstructorDescriptionParameterMetadataProvider(JpaParametersParameterAccessor accessor, EscapeCharacter escape, JpqlQueryTemplates templates) Creates a newParameterMetadataProviderfrom the givenCriteriaBuilderandParametersParameterAccessor.