Annotation Interface Dimensional


Deprecated.
An annotation to mark a repository method as querying using a Couchbase Spatial View. The attributes will be used to resolve the actual Spatial View to be used and to determine the expected number of dimensions in the Spatial View keys. It can also be used as meta-annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    The name of the design document to be queried
    Deprecated.
    The name of the spatial view to be queried
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Deprecated.
    The number of dimensions in the spatial view, defaults to 2
  • Element Details

    • designDocument

      String designDocument
      Deprecated.
      The name of the design document to be queried
    • spatialViewName

      String spatialViewName
      Deprecated.
      The name of the spatial view to be queried
    • dimensions

      int dimensions
      Deprecated.
      The number of dimensions in the spatial view, defaults to 2
      Default:
      2