JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
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
All Known Implementing Classes:
PojoDocumentReferenceProvider
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.