Package dev.morphia.annotations
Annotation Type Entity
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface EntityAllows marking and naming the collectionName- Author:
- Olafur Gauti Gudmundsson, Scott Hernandez
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CappedAtcapjava.lang.StringconcernbooleannoClassnameStoredbooleanqueryNonPrimaryjava.lang.Stringvalue
-
-
-
Element Detail
-
cap
CappedAt cap
- Returns:
- The capped collection configuration options
- Default:
- @dev.morphia.annotations.CappedAt(0L)
-
-