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
    The property name the mapping applies to.
    Mapping options.
  • Element Details

    • name

      String name
      The property name the mapping applies to.
    • options

      DocProperty options
      Mapping options.