Package com.broadleafcommerce.inventory.repository
-
Interface Summary Interface Description CustomizableSkuInventoryRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> Interface that allows a Spring Repository Fragment to override default behavior inTrackableRepository
, including the application of explicit database locks, as needed and if applicable.InventoryLocationRepository<T extends com.broadleafcommerce.data.tracking.core.Trackable> Spring Repository definition for saving and retrievingInventoryLocation
.InventoryTransactionRepository<T extends com.broadleafcommerce.data.tracking.core.Trackable> Spring Repository API to store and retrieve individual inventory transactions.SkuInventoryRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> Repository for persisting and retrievingSkuInventory
records.