Interface InfinispanIndexedTypeContext<E>
-
- Type Parameters:
E
- The entity type mapped to the index.
public interface InfinispanIndexedTypeContext<E>
- Author:
- Fabio Massimo Ercoli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.search.mapper.pojo.identity.spi.IdentifierMapping
identifierMapping()
String
name()
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<E>
typeIdentifier()
-