Package dev.morphia.annotations
Annotation Type Index
-
@Documented @Inherited @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface Index
Defines an index- Author:
- Scott Hernandez
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Field[]
fields
IndexOptions
options
-
-
-
-
options
IndexOptions options
- Returns:
- Options to apply to the index. Use of this field will ignore any of the deprecated options defined on
Index
directly.
- Default:
- @dev.morphia.annotations.IndexOptions
-
-