public class JpaParameters extends Parameters<JpaParameters,org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>
Parameters
discovering additional query parameter annotations.TYPES
Constructor and Description |
---|
JpaParameters(Method method)
Creates a new
JpaParameters instance from the given Method . |
Modifier and Type | Method and Description |
---|---|
protected JpaParameters |
createFrom(List<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter> parameters) |
protected org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter |
createParameter(MethodParameter parameter) |
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamically
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public JpaParameters(Method method)
JpaParameters
instance from the given Method
.method
- must not be null.protected org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter createParameter(MethodParameter parameter)
createParameter
in class Parameters<JpaParameters,org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>
protected JpaParameters createFrom(List<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter> parameters)
createFrom
in class Parameters<JpaParameters,org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.