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.