Interface LdapParameterAccessor

All Superinterfaces:
Iterable<Object>, ParameterAccessor

public interface LdapParameterAccessor extends ParameterAccessor
LDAP-specific ParameterAccessor exposing all bindable parameters.
Since:
2.6
Author:
Mark Paluch
  • Method Details

    • getBindableParameterValues

      Object[] getBindableParameterValues()
      Returns the bindable parameter values of the underlying query method.
      Returns:
    • getValues

      Object[] getValues()
      Returns all parameter values of the underlying query method.
      Returns:
      Since:
      3.5.6