org.hibernate.search.backend
Class WorkerFactory

java.lang.Object
  extended by org.hibernate.search.backend.WorkerFactory

public abstract class WorkerFactory
extends java.lang.Object

Author:
Emmanuel Bernard

Constructor Summary
WorkerFactory()
           
 
Method Summary
static Worker createWorker(SearchConfiguration cfg, SearchFactoryImplementor searchFactoryImplementor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerFactory

public WorkerFactory()
Method Detail

createWorker

public static Worker createWorker(SearchConfiguration cfg,
                                  SearchFactoryImplementor searchFactoryImplementor)


Copyright © 2006-2010 Hibernate. All Rights Reserved.