Module spring.data.ldap
Interface LdapParameterAccessor
- All Superinterfaces:
Iterable<Object>,ParameterAccessor
LDAP-specific
ParameterAccessor exposing all bindable parameters.- Since:
- 2.6
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionObject[]Returns the bindable parameter values of the underlying query method.Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.repository.query.ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScrollPosition, getSort, hasBindableNullValue, iterator
-
Method Details
-
getBindableParameterValues
Object[] getBindableParameterValues()Returns the bindable parameter values of the underlying query method.- Returns:
-