Uses of Interface
org.springframework.data.jpa.repository.query.ParameterBinding.ParameterOrigin
Packages that use ParameterBinding.ParameterOrigin
Package
Description
Query implementation to execute queries against JPA.
-
Uses of ParameterBinding.ParameterOrigin in org.springframework.data.jpa.repository.query
Classes in org.springframework.data.jpa.repository.query that implement ParameterBinding.ParameterOriginModifier and TypeClassDescriptionstatic final recordValue object capturing the expression of which a binding parameter originates.static final recordValue object capturing the method invocation parameter reference.static final recordValue object capturing the expression of which a binding parameter originates.Methods in org.springframework.data.jpa.repository.query that return ParameterBinding.ParameterOriginConstructors in org.springframework.data.jpa.repository.query with parameters of type ParameterBinding.ParameterOriginModifierConstructorDescriptionPartTreeParameterBinding(ParameterBinding.BindingIdentifier identifier, ParameterBinding.ParameterOrigin origin, Class<?> parameterType, Part part, @Nullable Object value, JpqlQueryTemplates templates, EscapeCharacter escape)