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 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 @Nullable ObjectJpaQueryExecution.doExecute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor) Method to implementAbstractStringBasedJpaQueryexecutions by single enum values.@Nullable ObjectJpaQueryExecution.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.