Package | Description |
---|---|
org.hibernate.search.backend.spi |
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(IndexedTypeIdentifier 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,
IndexedTypeIdentifier 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) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.