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(Session session) |
static ExtendedSearchIntegrator |
getSearchIntegratorBySessionImplementor(SessionImplementor session) |
static ExtendedSearchIntegrator |
getSearchIntegratorBySF(SessionFactory factory) |
static ExtendedSearchIntegrator |
getSearchIntegratorBySFI(SessionFactoryImplementor sfi) |
public static ExtendedSearchIntegrator getSearchIntegrator(Session session)
public static ExtendedSearchIntegrator getSearchIntegratorBySessionImplementor(SessionImplementor session)
public static ExtendedSearchIntegrator getSearchIntegratorBySF(SessionFactory factory)
public static ExtendedSearchIntegrator getSearchIntegratorBySFI(SessionFactoryImplementor sfi)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved