Interface GomIndexTreatment
public interface GomIndexTreatment
Interface for GOM elements allowing to define their treatment wrt. indexing.
- Since:
- 5.2.12
-
Method Summary
Modifier and TypeMethodDescriptionProvides the option defining how to treat following associations.void
setIndexTreatment
(@Nullable Treatment treatment) Sets the option on how to treat following associations.
-
Method Details
-
getIndexTreatment
Treatment getIndexTreatment()Provides the option defining how to treat following associations.- Returns:
- The desired treatment.
- Since:
- 5.2.12
-
setIndexTreatment
Sets the option on how to treat following associations.- Parameters:
treatment
- The treatment to be used.- Since:
- 5.2.12
-