Package io.jmix.search.index.queue.impl
Class CommonJpaEntityIdsLoader
java.lang.Object
io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoader
io.jmix.search.index.queue.impl.CommonJpaEntityIdsLoader
- All Implemented Interfaces:
- EntityIdsLoader
@Component("search_CommonJpaEntityIdsLoader")
public class CommonJpaEntityIdsLoader
extends OrderBasedEntityIdsLoader
Common implementation of 
OrderBasedEntityIdsLoader.- 
Nested Class SummaryNested classes/interfaces inherited from interface io.jmix.search.index.queue.EntityIdsLoaderEntityIdsLoader.ResultHolder
- 
Field SummaryFields inherited from class io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoaderdataManager, metadata, metadataTools, storeAwareLocator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<KeyValueEntity>loadValues(ValueLoadContext valueLoadContext) Methods inherited from class io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoaderconvertRawValue, createValueLoadContext, loadAllInMemory, loadNextIds, resolveLastLoadedOrderingValue
- 
Constructor Details- 
CommonJpaEntityIdsLoaderpublic CommonJpaEntityIdsLoader()
 
- 
- 
Method Details- 
loadValues- Specified by:
- loadValuesin class- OrderBasedEntityIdsLoader
 
 
-