Annotation Interface SpaceSpatialIndex


@Target(METHOD) @Retention(RUNTIME) @Repeatable(SpaceSpatialIndexes.class) public @interface SpaceSpatialIndex
Since:
11.0
Author:
Barak Bar Orion
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the index property path.
  • Element Details

    • path

      String path
      Defines the index property path. The path specifies which property path is indexed. If none is defined - the property itself is indexed.
      Default:
      ""