public class ContextHelper extends Object
SearchIntegrator / ExtendedSearchIntegrator.
Note:
The use of this class is discouraged. If possible should FullTextSession.getSearchFactory()
be used. However, this is not always possible, for example in FullTextSessionImpl itself.
| Modifier and Type | Method and Description |
|---|---|
static ExtendedSearchIntegrator |
getSearchIntegrator(org.hibernate.Session session) |
static ExtendedSearchIntegrator |
getSearchIntegratorBySessionImplementor(org.hibernate.engine.spi.SessionImplementor session) |
static ExtendedSearchIntegrator |
getSearchIntegratorBySFI(org.hibernate.engine.spi.SessionFactoryImplementor sfi) |
public static ExtendedSearchIntegrator getSearchIntegrator(org.hibernate.Session session)
public static ExtendedSearchIntegrator getSearchIntegratorBySessionImplementor(org.hibernate.engine.spi.SessionImplementor session)
public static ExtendedSearchIntegrator getSearchIntegratorBySFI(org.hibernate.engine.spi.SessionFactoryImplementor sfi)
Copyright © 2006–2016 Hibernate. All rights reserved.