Interface PojoMassIndexingIndexedTypeContext<E>
-
- Type Parameters:
E- The entity type mapped to the index.
- All Known Subinterfaces:
PojoScopeIndexedTypeContext<I,E>
- All Known Implementing Classes:
PojoIndexedTypeManager
public interface PojoMassIndexingIndexedTypeContext<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringentityName()IdentifierMappingImplementor<?,E>identifierMapping()Supplier<E>toEntitySupplier(PojoWorkSessionContext sessionContext, Object entity)PojoRawTypeIdentifier<E>typeIdentifier()
-
-
-
Method Detail
-
typeIdentifier
PojoRawTypeIdentifier<E> typeIdentifier()
-
entityName
String entityName()
-
toEntitySupplier
Supplier<E> toEntitySupplier(PojoWorkSessionContext sessionContext, Object entity)
-
identifierMapping
IdentifierMappingImplementor<?,E> identifierMapping()
-
-