org.hibernate.search
Class Search

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

public final class Search
extends java.lang.Object

Helper class to get a FullTextSession out of a regular session.

Author:
Emmanuel Bernard, Hardy Ferentschik

Method Summary
static FullTextSession createFullTextSession(org.hibernate.Session session)
          Deprecated. As of release 3.1.0, replaced by getFullTextSession(Session)
static FullTextSession getFullTextSession(org.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFullTextSession

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

createFullTextSession

@Deprecated
public static FullTextSession createFullTextSession(org.hibernate.Session session)
Deprecated. As of release 3.1.0, replaced by getFullTextSession(Session)



Copyright © 2006-2010 Hibernate. All Rights Reserved.