org.hibernate.search.backend
Class DeleteWork

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

public class DeleteWork
extends Work

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
DeleteWork(Serializable id, Class entity)
           
 
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

DeleteWork

public DeleteWork(Serializable id,
                  Class entity)