Uses of Interface
org.infinispan.search.mapper.mapping.SearchIndexedEntity
-
Packages that use SearchIndexedEntity Package Description org.infinispan.search.mapper.mapping org.infinispan.search.mapper.mapping.impl -
-
Uses of SearchIndexedEntity in org.infinispan.search.mapper.mapping
Methods in org.infinispan.search.mapper.mapping that return SearchIndexedEntity Modifier and Type Method Description SearchIndexedEntitySearchMapping. indexedEntity(Class<?> entityType)SearchIndexedEntitySearchMapping. indexedEntity(String entityName)Methods in org.infinispan.search.mapper.mapping that return types with arguments of type SearchIndexedEntity Modifier and Type Method Description Collection<? extends SearchIndexedEntity>SearchMapping. allIndexedEntities() -
Uses of SearchIndexedEntity in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl that return SearchIndexedEntity Modifier and Type Method Description SearchIndexedEntityInfinispanMapping. indexedEntity(Class<?> entityType)SearchIndexedEntityInfinispanMapping. indexedEntity(String entityName)Methods in org.infinispan.search.mapper.mapping.impl that return types with arguments of type SearchIndexedEntity Modifier and Type Method Description Collection<? extends SearchIndexedEntity>InfinispanMapping. allIndexedEntities()
-