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