|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkType | |
|---|---|
| org.hibernate.search.backend.spi | |
| 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,
org.hibernate.annotations.common.reflection.XMember idGetter,
WorkType type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||