org.hibernate.search.event
Class ContextHolder
java.lang.Object
org.hibernate.search.event.ContextHolder
public class ContextHolder
- extends Object
Holds already built SearchFactory per Hibernate Configuration object
concurrent threads do not share this information
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextHolder
public ContextHolder()
getOrBuildSearchFactory
public static SearchFactoryImpl getOrBuildSearchFactory(org.hibernate.cfg.Configuration cfg)
Copyright © 2011 Hibernate. All Rights Reserved.