Interface InfinispanTypeContextProvider
-
public interface InfinispanTypeContextProvider
- Author:
- Fabio Massimo Ercoli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<?>>
allTypeIdentifiers()
InfinispanIndexedTypeContext<?>
indexedForEntityName(String indexName)
<E> InfinispanIndexedTypeContext<E>
indexedForExactType(Class<E> entityType)
-
-
-
Method Detail
-
indexedForExactType
<E> InfinispanIndexedTypeContext<E> indexedForExactType(Class<E> entityType)
-
indexedForEntityName
InfinispanIndexedTypeContext<?> indexedForEntityName(String indexName)
-
allTypeIdentifiers
Collection<org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<?>> allTypeIdentifiers()
-
-