org.hibernate.search.util.impl
Class ContextHelper

java.lang.Object
  extended by org.hibernate.search.util.impl.ContextHelper

Deprecated. Use FullTextSession.getSearchFactory() instead.

public class ContextHelper
extends Object

Author:
Emmanuel Bernard

Method Summary
static SearchFactoryImplementor getSearchFactory(Session session)
          Deprecated.  
static SearchFactoryImplementor getSearchFactoryBySessionImplementor(SessionImplementor session)
          Deprecated.  
static SearchFactoryImplementor getSearchFactoryBySFI(SessionFactoryImplementor sfi)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSearchFactory

public static SearchFactoryImplementor getSearchFactory(Session session)
Deprecated. 

getSearchFactoryBySessionImplementor

public static SearchFactoryImplementor getSearchFactoryBySessionImplementor(SessionImplementor session)
Deprecated. 

getSearchFactoryBySFI

public static SearchFactoryImplementor getSearchFactoryBySFI(SessionFactoryImplementor sfi)
Deprecated. 


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved