org.hibernate.search.util
Class ContextHelper
java.lang.Object
org.hibernate.search.util.ContextHelper
Deprecated. Use FullTextSession.getSearchFactory()
instead.
public abstract class ContextHelper
- extends Object
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextHelper
public ContextHelper()
- Deprecated.
getSearchFactory
public static SearchFactoryImplementor getSearchFactory(org.hibernate.Session session)
- Deprecated.
getSearchFactoryBySFI
public static SearchFactoryImplementor getSearchFactoryBySFI(org.hibernate.engine.SessionImplementor session)
- Deprecated.
Copyright © 2011 Hibernate. All Rights Reserved.