org.hibernate.search.util.impl
Class ContextHelper
java.lang.Object
org.hibernate.search.util.impl.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.
getSearchFactoryBySessionImplementor
public static SearchFactoryImplementor getSearchFactoryBySessionImplementor(org.hibernate.engine.spi.SessionImplementor session)
- Deprecated.
getSearchFactoryBySFI
public static SearchFactoryImplementor getSearchFactoryBySFI(org.hibernate.engine.spi.SessionFactoryImplementor sfi)
- Deprecated.
Copyright © 2006-2012 Hibernate. All Rights Reserved.