Class IndexIdentifier
- java.lang.Object
-
- org.hibernate.search.engine.backend.document.model.spi.IndexIdentifier
-
- All Implemented Interfaces:
SearchIndexIdentifierContext
,EventContextProvider
public final class IndexIdentifier extends Object implements SearchIndexIdentifierContext
-
-
Field Summary
-
Fields inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexIdentifierContext
RAW_DSL_CONVERTER, RAW_PROJECTION_CONVERTER
-
-
Constructor Summary
Constructors Constructor Description IndexIdentifier(DslConverter<?,String> dslConverter, ProjectionConverter<String,?> projectionConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DslConverter<?,String>
dslConverter()
EventContext
eventContext()
ProjectionConverter<String,?>
projectionConverter()
EventContext
relativeEventContext()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexIdentifierContext
dslConverter
-
-
-
-
Constructor Detail
-
IndexIdentifier
public IndexIdentifier(DslConverter<?,String> dslConverter, ProjectionConverter<String,?> projectionConverter)
-
-
Method Detail
-
eventContext
public EventContext eventContext()
- Specified by:
eventContext
in interfaceEventContextProvider
-
relativeEventContext
public EventContext relativeEventContext()
- Specified by:
relativeEventContext
in interfaceSearchIndexIdentifierContext
-
dslConverter
public DslConverter<?,String> dslConverter()
- Specified by:
dslConverter
in interfaceSearchIndexIdentifierContext
-
projectionConverter
public ProjectionConverter<String,?> projectionConverter()
- Specified by:
projectionConverter
in interfaceSearchIndexIdentifierContext
-
-