Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » [javadoc | source]
org.hibernate.search
public final class: Search [javadoc | source]
java.lang.Object
   org.hibernate.search.Search
Helper class to get a FullTextSession out of a regular session.
Method from org.hibernate.search.Search Summary:
createFullTextSession,   getFullTextSession
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.Search Detail:
 public static FullTextSession createFullTextSession(Session session) 
Deprecated! As - of release 3.1.0, replaced by #getFullTextSession(Session)

 public static FullTextSession getFullTextSession(Session session)