Uses of Class
io.ebeanservice.docstore.api.mapping.DocPropertyOptions
-
Packages that use DocPropertyOptions Package Description io.ebeanservice.docstore.api.mapping Mapping for document store integration. -
-
Uses of DocPropertyOptions in io.ebeanservice.docstore.api.mapping
Methods in io.ebeanservice.docstore.api.mapping that return DocPropertyOptions Modifier and Type Method Description DocPropertyOptionsDocPropertyOptions. copy()Create a copy of this such that it can be overridden on a per index basis.DocPropertyOptionsDocPropertyMapping. getOptions()Return the property options.Constructors in io.ebeanservice.docstore.api.mapping with parameters of type DocPropertyOptions Constructor Description DocPropertyMapping(String name, DocPropertyType type, DocPropertyOptions options)Construct property mapping with options.
-