Interface ProgrammaticSearchMappingProvider


  • public interface ProgrammaticSearchMappingProvider
    An object responsible for configuring the Hibernate Search mapping.
    • Method Detail

      • configure

        void configure​(MappingConfigurationContext context)
        Configure the Hibernate Search mapping as necessary using the given context.
        Parameters:
        context - A context exposing methods to configure the mapping.