Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » [javadoc | source]
org.hibernate.search.backend
public class: Work [javadoc | source]
java.lang.Object
   org.hibernate.search.backend.Work
work unit. Only make sense inside the same session since it uses the scope principle
Constructor:
 public Work(Object entity,
    Serializable id,
    WorkType type) 
 public Work(Class entityType,
    Serializable id,
    WorkType type) 
 public Work(Object entity,
    XMember idGetter,
    WorkType type) 
Method from org.hibernate.search.backend.Work Summary:
getEntity,   getEntityClass,   getId,   getIdGetter,   getType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.backend.Work Detail:
 public Object getEntity() 
 public Class getEntityClass() 
 public Serializable getId() 
 public XMember getIdGetter() 
 public WorkType getType()