org.hibernate.search.backend
Class UpdateWork

java.lang.Object
  extended by org.hibernate.search.backend.Work
      extended by org.hibernate.search.backend.UpdateWork
All Implemented Interfaces:
Serializable

public class UpdateWork
extends Work

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
UpdateWork(Serializable id, Class entity, org.apache.lucene.document.Document document)
           
 
Method Summary
 
Methods inherited from class org.hibernate.search.backend.Work
getDocument, getEntity, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateWork

public UpdateWork(Serializable id,
                  Class entity,
                  org.apache.lucene.document.Document document)