Interface ProgrammaticSearchMappingProvider
-
public interface ProgrammaticSearchMappingProviderAn object responsible for configuring the Hibernate Search mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(MappingConfigurationContext context)Configure the Hibernate Search mapping as necessary using the givencontext.
-
-
-
Method Detail
-
configure
void configure(MappingConfigurationContext context)
Configure the Hibernate Search mapping as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure the mapping.
-
-