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 Summary
Nested classes/interfaces inherited from interface io.jmix.search.index.queue.EntityIdsLoader
EntityIdsLoader.ResultHolder
-
Field Summary
Fields inherited from class io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoader
dataManager, metadata, metadataTools, storeAwareLocator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<KeyValueEntity>
loadValues
(ValueLoadContext valueLoadContext) Methods inherited from class io.jmix.search.index.queue.impl.OrderBasedEntityIdsLoader
convertRawValue, createValueLoadContext, loadAllInMemory, loadNextIds, resolveLastLoadedOrderingValue
-
Constructor Details
-
OracleEntityIdsLoader
public OracleEntityIdsLoader()
-
-
Method Details
-
loadValues
- Specified by:
loadValues
in classOrderBasedEntityIdsLoader
-