@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Entity
| Modifier and Type | Optional Element and Description |
|---|---|
CappedAt |
cap |
String |
concern |
boolean |
noClassnameStored |
boolean |
queryNonPrimary |
String |
value |
public abstract String value
public abstract CappedAt cap
public abstract boolean noClassnameStored
public abstract boolean queryNonPrimary
public abstract String concern