Class ParameterMetadataProvider
java.lang.Object
org.springframework.data.relational.repository.query.ParameterMetadataProvider
- All Implemented Interfaces:
Iterable<org.springframework.data.relational.repository.query.ParameterMetadata>
-
Constructor Summary
ConstructorsConstructorDescriptionCreates new instance of this class with the givenRelationalParameterAccessorandEscaper. -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.springframework.data.relational.repository.query.ParameterMetadata> iterator()org.springframework.data.relational.repository.query.ParameterMetadataprotected @Nullable ObjectprepareParameterValue(@Nullable Object value, Class<?> valueType, Part.Type partType) Prepares parameter value before it's actually bound to the query.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ParameterMetadataProvider
Creates new instance of this class with the givenRelationalParameterAccessorandEscaper.- Parameters:
accessor- relational parameter accessor (must not be null).
-
-
Method Details
-
iterator
-
next
-
prepareParameterValue
-