Package io.ebean.annotation
Annotation Type DocMapping
-
@Target(TYPE) @Retention(RUNTIME) public @interface DocMapping
Specify the entity type maps to a document store (like ElasticSearch).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringnameThe property name the mapping applies to.DocPropertyoptionsMapping options.
-
-
-
-
options
DocProperty options
Mapping options.
-
-