Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.forceRemoveOnIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
void |
Log_$logger.forceSkipIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
void |
Log_$logger.forceUpdateOnIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
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<?> entityType,
Serializable id,
WorkType type) |
Work(Object entity,
Serializable id,
WorkType type) |
Work(Object entity,
Serializable id,
WorkType type,
boolean identifierRollbackEnabled) |
Work(Object entity,
WorkType type) |
Work(String tenantId,
Class<?> entityType,
Serializable id,
WorkType type) |
Work(String tenantId,
Object entity,
Serializable id,
WorkType type) |
Work(String tenantId,
Object entity,
Serializable id,
WorkType type,
boolean identifierRollbackEnabled) |
Work(String tenantId,
Object entity,
WorkType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
FullTextIndexEventListener.processWork(String tenantIdentifier,
Object entity,
Serializable id,
WorkType workType,
org.hibernate.event.spi.AbstractEvent event,
boolean identifierRollbackEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.forceRemoveOnIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
void |
Log_$logger.forceSkipIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
void |
Log_$logger.forceUpdateOnIndexOperationViaInterception(Class<? extends Object> arg0,
WorkType arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log.forceRemoveOnIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceRemoveOnIndexOperationViaInterception(Class<? extends Object> entityClass,
WorkType type) |
void |
Log.forceSkipIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceSkipIndexOperationViaInterception(Class<? extends Object> entityClass,
WorkType type) |
void |
Log.forceUpdateOnIndexOperationViaInterception(Class<?> entityClass,
WorkType type) |
void |
Log_$logger.forceUpdateOnIndexOperationViaInterception(Class<? extends Object> entityClass,
WorkType type) |
Copyright © 2006–2016 Hibernate. All rights reserved.