org.hibernate.search.backend
Class AddWork

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

public class AddWork
extends Work

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
AddWork(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

AddWork

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