Uses of Class
org.hibernate.search.backend.WorkType

Packages that use WorkType
org.hibernate.search.backend   
org.hibernate.search.engine   
org.hibernate.search.event   
 

Uses of WorkType in org.hibernate.search.backend
 

Methods in org.hibernate.search.backend that return WorkType
 WorkType Work.getType()
           
static WorkType WorkType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkType[] WorkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.search.backend with parameters of type WorkType
Work(java.lang.Class<T> entityType, java.io.Serializable id, WorkType type)
           
Work(T entity, java.io.Serializable id, WorkType type)
           
Work(T entity, org.hibernate.annotations.common.reflection.XMember idGetter, WorkType type)
           
 

Uses of WorkType in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine with parameters of type WorkType
 void DocumentBuilderIndexedEntity.addWorkToQueue(java.lang.Class<T> entityClass, T entity, java.io.Serializable id, WorkType workType, java.util.List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 void DocumentBuilderContainedEntity.addWorkToQueue(java.lang.Class<T> entityClass, T entity, java.io.Serializable id, WorkType workType, java.util.List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of WorkType in org.hibernate.search.event
 

Methods in org.hibernate.search.event with parameters of type WorkType
protected
<T> void
FullTextIndexEventListener.processWork(T entity, java.io.Serializable id, WorkType workType, org.hibernate.event.AbstractEvent event)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.