Class NosqlParameterParameterAccessor

java.lang.Object
org.springframework.data.repository.query.ParametersParameterAccessor
com.oracle.nosql.spring.data.repository.query.NosqlParameterParameterAccessor
All Implemented Interfaces:
NosqlParameterAccessor, Iterable<Object>, org.springframework.data.repository.query.ParameterAccessor

public class NosqlParameterParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements NosqlParameterAccessor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.data.repository.query.ParametersParameterAccessor

    findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iterator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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
  • Constructor Details

    • NosqlParameterParameterAccessor

      public NosqlParameterParameterAccessor(NosqlQueryMethod method, Object[] values)
  • Method Details

    • getValues

      public Object[] getValues()
      Specified by:
      getValues in interface NosqlParameterAccessor
      Overrides:
      getValues in class org.springframework.data.repository.query.ParametersParameterAccessor