org.hibernate.search.util.impl
Class ContextHelper

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

Deprecated. Use FullTextSession.getSearchFactory() instead.

public abstract class ContextHelper
extends Object

Author:
Emmanuel Bernard

Constructor Summary
ContextHelper()
          Deprecated.  
 
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
 

Constructor Detail

ContextHelper

public ContextHelper()
Deprecated. 
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-2012 Red Hat Middleware, LLC. All Rights Reserved