Package com.axelor.db.search
Class SearchMappingContributorImpl
- java.lang.Object
-
- com.axelor.db.search.SearchMappingContributorImpl
-
- All Implemented Interfaces:
SearchMappingContributor
@Singleton public class SearchMappingContributorImpl extends Object implements SearchMappingContributor
DefaultSearchMappingContributor
implementation, does nothing.
-
-
Constructor Summary
Constructors Constructor Description SearchMappingContributorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(org.hibernate.search.cfg.SearchMapping mapping)
Configure indexed entities with the givenSearchMapping
programmatically.
-
-
-
Method Detail
-
contribute
public void contribute(org.hibernate.search.cfg.SearchMapping mapping)
Description copied from interface:SearchMappingContributor
Configure indexed entities with the givenSearchMapping
programmatically.- Specified by:
contribute
in interfaceSearchMappingContributor
- Parameters:
mapping
- theSearchMapping
to use to configure entities
-
-