org.hibernate.cfg.search
Class SearchConfiguration

java.lang.Object
  extended by org.hibernate.cfg.search.SearchConfiguration

public class SearchConfiguration
extends Object

Helper methods initializing Hibernate Search event listeners

Author:
Emmanuel Bernard

Constructor Summary
SearchConfiguration()
           
 
Method Summary
static void enableHibernateSearch(org.hibernate.event.EventListeners eventListeners, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchConfiguration

public SearchConfiguration()
Method Detail

enableHibernateSearch

public static void enableHibernateSearch(org.hibernate.event.EventListeners eventListeners,
                                         Properties properties)