Annotation Interface Indexed
The
Indexed
annotation is used to index a GemfirePersistentEntity
GemfirePersistentProperty
,
which creates a GemFire/Geode Index
on a GemFire/Geode Region
.-
Optional Element Summary
-
Element Details
-
value
Name of the Index.- Default:
- ""
-
name
Name of the Index.- Default:
- ""
-
expression
String expressionExpression to index.- Default:
- ""
-
from
String from- Default:
- ""
-
type
IndexType typeType of Index to create. Defaults toIndexType.HASH
.- Default:
- FUNCTIONAL
-