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

Packages that use WorkType
org.hibernate.search.backend.spi   
org.hibernate.search.event.impl   
org.hibernate.search.util.logging.impl   
 

Uses of WorkType in org.hibernate.search.backend.spi
 

Methods in org.hibernate.search.backend.spi that return WorkType
 WorkType Work.getType()
           
static WorkType WorkType.valueOf(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.spi with parameters of type WorkType
Work(Class<T> entityType, Serializable id, WorkType type)
           
Work(T entity, Serializable id, WorkType type)
           
Work(T entity, Serializable id, WorkType type, boolean identifierRollbackEnabled)
           
Work(T entity, WorkType type)
           
 

Uses of WorkType in org.hibernate.search.event.impl
 

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

Uses of WorkType in org.hibernate.search.util.logging.impl
 

Methods in org.hibernate.search.util.logging.impl with parameters of type WorkType
 void Log.forceRemoveOnIndexOperationViaInterception(Class<?> entityClass, WorkType type)
           
 void Log.forceSkipIndexOperationViaInterception(Class<?> entityClass, WorkType type)
           
 void Log.forceUpdateOnIndexOperationViaInterception(Class<?> entityClass, WorkType type)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved