Module: Serega::SeregaBatch
- Defined in:
- lib/serega/batch/level.rb,
lib/serega/batch/loader.rb,
lib/serega/batch/attribute_loader.rb,
lib/serega/batch/attribute_loaders.rb
Overview
Batch feature main module
Defined Under Namespace
Classes: AttributeLoader, AttributeLoaders, Level, Loader
Constant Summary collapse
- AUTO_BATCH_LOADER_NAME =
Reserved batch-loader name that marks relation/preload attributes as batch-processed. It has no registered loader — the attribute's value comes from its own resolver — so
load_batchesskips it (nothing to load). :__auto_batch__