org.hibernate.search
Class Search

java.lang.Object
  extended by org.hibernate.search.Search

public final class Search
extends Object

Helper class to get a FullTextSession out of a regular session

Author:
Emmanuel Bernard

Method Summary
static FullTextSession createFullTextSession(org.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFullTextSession

public static FullTextSession createFullTextSession(org.hibernate.Session session)