public class StringQueryParameterBinder extends ParameterBinder
| Constructor and Description |
|---|
StringQueryParameterBinder(Parameters parameters,
Object[] values,
org.springframework.data.jpa.repository.query.StringQuery query)
Creates a new
StringQueryParameterBinder from the given Parameters, method arguments and
StringQuery. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bind(javax.persistence.Query jpaQuery,
Parameter methodParameter,
Object value,
int position) |
bind, bindAndPrepare, getPageable, getSortpublic StringQueryParameterBinder(Parameters parameters, Object[] values, org.springframework.data.jpa.repository.query.StringQuery query)
StringQueryParameterBinder from the given Parameters, method arguments and
StringQuery.parameters - must not be null.values - must not be null.query - must not be null.protected void bind(javax.persistence.Query jpaQuery,
Parameter methodParameter,
Object value,
int position)
bind in class ParameterBinderCopyright © 2011-2013-2013 SpringSource. All Rights Reserved.