Class JdbcParameters
java.lang.Object
org.springframework.data.repository.query.Parameters<RelationalParameters, RelationalParameters.RelationalParameter>
org.springframework.data.relational.repository.query.RelationalParameters
org.springframework.data.jdbc.repository.query.JdbcParameters
- All Implemented Interfaces:
Iterable<RelationalParameters.RelationalParameter>, Supplier<Stream<RelationalParameters.RelationalParameter>>, Streamable<RelationalParameters.RelationalParameter>
Custom extension of
RelationalParameters.- Since:
- 3.2.6
- Author:
- Mark Paluch
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class RelationalParameters
RelationalParameters.RelationalParameter -
Field Summary
Fields inherited from class Parameters
TYPES -
Constructor Summary
ConstructorsConstructorDescriptionJdbcParameters(ParametersSource parametersSource) Creates a newJdbcParametersinstance from the givenParametersSource. -
Method Summary
Modifier and TypeMethodDescriptionprotected JdbcParameterscreateFrom(List<RelationalParameters.RelationalParameter> parameters) getParameter(int index) getParameter(String parameterName) Methods inherited from class Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getLimitIndex, getNumberOfParameters, getPageableIndex, getScoreIndex, getScoreRangeIndex, getScrollPositionIndex, getSortIndex, getVectorIndex, hasDynamicProjection, hasLimitParameter, hasPageableParameter, hasParameterAt, hasScoreParameter, hasScoreRangeParameter, hasScrollPositionParameter, hasSortParameter, hasSpecialParameter, hasVectorParameter, isBindable, iterator, potentiallySortsDynamicallyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
JdbcParameters
Creates a newJdbcParametersinstance from the givenParametersSource.- Parameters:
parametersSource- must not be null.
-
-
Method Details
-
getParameter
- Overrides:
getParameterin classParameters<RelationalParameters, RelationalParameters.RelationalParameter>
-
getParameter
-
createFrom
- Overrides:
createFromin classRelationalParameters
-