Uses of Class
org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
Packages that use JpaParametersParameterAccessor
Package
Description
JPA provider-specific utilities.
Query implementation to execute queries against JPA.
-
Uses of JpaParametersParameterAccessor in org.springframework.data.jpa.provider
Methods in org.springframework.data.jpa.provider that return JpaParametersParameterAccessorModifier and TypeMethodDescriptionPersistenceProvider.getParameterAccessor(JpaParameters parameters, Object[] values, jakarta.persistence.EntityManager em) -
Uses of JpaParametersParameterAccessor in org.springframework.data.jpa.repository.query
Methods in org.springframework.data.jpa.repository.query with parameters of type JpaParametersParameterAccessorModifier and TypeMethodDescriptionvoidParameterBinder.bind(org.springframework.data.jpa.repository.query.QueryParameterSetter.BindableQuery query, JpaParametersParameterAccessor accessor, org.springframework.data.jpa.repository.query.QueryParameterSetter.ErrorHandling errorHandling) <T extends jakarta.persistence.Query>
TParameterBinder.bind(T jpaQuery, org.springframework.data.jpa.repository.query.QueryParameterSetter.QueryMetadata metadata, JpaParametersParameterAccessor accessor) protected jakarta.persistence.QueryAbstractJpaQuery.createCountQuery(JpaParametersParameterAccessor values) protected jakarta.persistence.QueryAbstractJpaQuery.createQuery(JpaParametersParameterAccessor parameters) protected abstract jakarta.persistence.QueryAbstractJpaQuery.doCreateCountQuery(JpaParametersParameterAccessor accessor) Creates aTypedQueryfor counting using the given values.jakarta.persistence.TypedQuery<Long>PartTreeJpaQuery.doCreateCountQuery(JpaParametersParameterAccessor accessor) protected abstract jakarta.persistence.QueryAbstractJpaQuery.doCreateQuery(JpaParametersParameterAccessor accessor) Creates aQueryinstance for the given values.jakarta.persistence.QueryPartTreeJpaQuery.doCreateQuery(JpaParametersParameterAccessor accessor) protected 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.