|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |