Package org.openspaces.spatial
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
-
Element Details
-
path
String pathDefines the index property path. The path specifies which property path is indexed. If none is defined - the property itself is indexed.- Default:
- ""
-