Uses of Class
org.springframework.data.jpa.repository.query.ParameterBinding
Packages that use ParameterBinding
Package
Description
Query implementation to execute queries against JPA.
-
Uses of ParameterBinding in org.springframework.data.jpa.repository.query
Subclasses of ParameterBinding in org.springframework.data.jpa.repository.queryModifier and TypeClassDescriptionstatic classRepresents aParameterBindingin a JPQL query augmented with instructions of how to apply a parameter as anINparameter.Methods in org.springframework.data.jpa.repository.query that return types with arguments of type ParameterBindingModifier and TypeMethodDescriptionJpaQueryCreator.getBindings()Returns allParameterExpressioncreated when creating the query.ParameterMetadataProvider.getBindings()Returns allParameterBindings built.PreprocessedQuery.getBindings()ParametrizedQuery.getParameterBindings()Methods in org.springframework.data.jpa.repository.query with parameters of type ParameterBindingModifier and TypeMethodDescriptionbooleanParameterBinding.bindsTo(ParameterBinding other) Check whether theotherbinding uses the same bind target.booleanParameterBinding.isCompatibleWith(ParameterBinding other) Check whether this binding can be bound as theotherbinding by checking its type and origin.