Interface ProgrammaticSearchMappingProvider


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

    Modifier and Type
    Method
    Description
    void
    Configure the Hibernate Search mapping as necessary using the given context.
  • Method Details

    • 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.