Deprecated API


Contents
Deprecated Classes
org.hibernate.cfg.search.HibernateSearchEventListenerRegister
          as of release 3.4.0.CR2, replaced by Hibernate Search's org.hibernate.search.cfg.EventListenerRegister 
 

Deprecated Methods
org.hibernate.cfg.search.HibernateSearchEventListenerRegister.enableHibernateSearch(EventListeners, Properties)
          as of release 3.4.0.CR2, replaced by Hibernate Search's org.hibernate.search.cfg.EventListenerRegister#enableHibernateSearch(EventListeners, Properties) 
 

Deprecated Enum Constants
org.hibernate.annotations.FlushModeType.NEVER
          use MANUAL, will be removed in a subsequent release