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 Summary
Modifier and TypeMethodDescriptionvoidConfigure the Hibernate Search mapping as necessary using the givencontext.
-
Method Details
-
configure
Configure the Hibernate Search mapping as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure the mapping.
-