Interface HibernateOrmSearchMappingConfigurer
-
public interface HibernateOrmSearchMappingConfigurerAn object responsible for configuring the Hibernate Search mapping.Users can select a mapping configurer through the
configuration properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(HibernateOrmMappingConfigurationContext context)Configure the Hibernate Search mapping as necessary using the givencontext.
-
-
-
Method Detail
-
configure
void configure(HibernateOrmMappingConfigurationContext context)
Configure the Hibernate Search mapping as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure the mapping.
-
-