Interface NosqlParameterAccessor

All Superinterfaces:
Iterable<Object>, org.springframework.data.repository.query.ParameterAccessor
All Known Implementing Classes:
NosqlParameterParameterAccessor

public interface NosqlParameterAccessor extends org.springframework.data.repository.query.ParameterAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.repository.query.ParameterAccessor

    findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iterator
  • Method Details

    • getValues

      Object[] getValues()