| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Method and Description |
|---|---|
protected JpaParameters |
JpaParameters.createFrom(List<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter> parameters) |
protected JpaParameters |
JpaQueryMethod.createParameters(Method method) |
JpaParameters |
JpaQueryMethod.getParameters() |
| Constructor and Description |
|---|
ParameterBinder(JpaParameters parameters,
Object[] values)
Creates a new
ParameterBinder. |
StringQueryParameterBinder(JpaParameters parameters,
Object[] values,
org.springframework.data.jpa.repository.query.StringQuery query)
Creates a new
StringQueryParameterBinder from the given Parameters, method arguments and
StringQuery. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.