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()EventContexteventContext()ProjectionConverter<String,?>projectionConverter()EventContextrelativeEventContext()-
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:
eventContextin interfaceEventContextProvider
-
relativeEventContext
public EventContext relativeEventContext()
- Specified by:
relativeEventContextin interfaceSearchIndexIdentifierContext
-
dslConverter
public DslConverter<?,String> dslConverter()
- Specified by:
dslConverterin interfaceSearchIndexIdentifierContext
-
projectionConverter
public ProjectionConverter<String,?> projectionConverter()
- Specified by:
projectionConverterin interfaceSearchIndexIdentifierContext
-
-