Package io.jmix.search.index.queue.impl
Class OracleEntityIdsLoader
java.lang.Object
io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoader
io.jmix.search.index.queue.impl.OracleEntityIdsLoader
- All Implemented Interfaces:
- EntityIdsLoader
@Component("search_OracleEntityIdsLoader")
public class OracleEntityIdsLoader
extends OrderBasedEntityIdsLoader
Oracle-specific implementation of 
OrderBasedEntityIdsLoader.
 Ensures that ordering and comparison works the same way.- 
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- 
OracleEntityIdsLoaderpublic OracleEntityIdsLoader()
 
- 
- 
Method Details- 
loadValues- Specified by:
- loadValuesin class- OrderBasedEntityIdsLoader
 
 
-