Model
Meta
Magento\SalesSequence\Model\ResourceModel\Meta
What it does
This resource model manages metadata for sales sequence tables (like order, invoice, shipment numbers) in Magento 2.
Developers use it to retrieve or create sequence configuration for specific entity types and stores, ensuring each store can have its own number sequences.
The class handles loading, saving, and validating sequence metadata along with their associated profiles.
Public Methods
- loadByEntityTypeAndStore()