Uses of Record Class
org.infinispan.commons.api.query.EntityEntry
Packages that use EntityEntry
Package
Description
Query module internals.
-
Uses of EntityEntry in org.infinispan.commons.api.query
Methods in org.infinispan.commons.api.query that return types with arguments of type EntityEntryModifier and TypeMethodDescriptiondefault <K> ClosableIteratorWithCount
<EntityEntry<K, T>> Query.entryIterator()
Returns aClosableIteratorWithCount
over the results, including both key and value.<K> ClosableIteratorWithCount
<EntityEntry<K, T>> Query.entryIterator
(boolean withMetadata) Returns aClosableIteratorWithCount
over the results, including both key and value. -
Uses of EntityEntry in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return types with arguments of type EntityEntryModifier and TypeMethodDescription<K> ClosableIteratorWithCount
<EntityEntry<K, E>> IndexedQuery.entryIterator
(boolean withMetadata) Returns the matching entries (both key and value).<K> ClosableIteratorWithCount
<EntityEntry<K, E>> IndexedQueryImpl.entryIterator
(boolean withMetadata)