Package | Description |
---|---|
org.hibernate.search.backend.spi | |
org.hibernate.search.event.impl | |
org.hibernate.search.infinispan.logging.impl | |
org.hibernate.search.util.logging.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
FullTextIndexEventListener.processWork(T entity,
Serializable id,
WorkType workType,
org.hibernate.event.spi.AbstractEvent event,
boolean identifierRollbackEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.forceRemoveOnIndexOperationViaInterception(Class arg0,
WorkType arg1) |
void |
Log_$logger.forceSkipIndexOperationViaInterception(Class arg0,
WorkType arg1) |
void |
Log_$logger.forceUpdateOnIndexOperationViaInterception(Class arg0,
WorkType arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log.forceRemoveOnIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceRemoveOnIndexOperationViaInterception(Class entityClass,
WorkType type) |
void |
Log.forceSkipIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceSkipIndexOperationViaInterception(Class entityClass,
WorkType type) |
void |
Log.forceUpdateOnIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceUpdateOnIndexOperationViaInterception(Class entityClass,
WorkType type) |
Copyright © 2006–2014 Hibernate. All rights reserved.