JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.hibernate.search.engine.backend.work.execution.spi
Interface DocumentReferenceProvider
public interface
DocumentReferenceProvider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
entityIdentifier
()
String
identifier
()
String
routingKey
()
Method Details
identifier
String
identifier
()
Returns:
The document identifier.
routingKey
String
routingKey
()
Returns:
The routing key.
entityIdentifier
Object
entityIdentifier
()
Returns:
The entity identifier. Used when reporting failures.