Interface HibernateOrmSearchMappingConfigurer


  • public interface HibernateOrmSearchMappingConfigurer
    An object responsible for configuring the Hibernate Search mapping.

    Users can select a mapping configurer through the configuration properties.

    • Method Detail

      • configure

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