Package com.axelor.db.search
Interface SearchMappingContributor
-
- All Known Implementing Classes:
SearchMappingContributorImpl
public interface SearchMappingContributor
Allows to configure search mapping programmatically.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(org.hibernate.search.cfg.SearchMapping mapping)
Configure indexed entities with the givenSearchMapping
programmatically.
-