org.hibernate.search
Class Search
java.lang.Object
org.hibernate.search.Search
public final class Search
- extends Object
Helper class to get a FullTextSession out of a regular session.
- Author:
- Emmanuel Bernard, Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)