Package com.broadleafcommerce.inventory.repository
package com.broadleafcommerce.inventory.repository
-
ClassDescriptionCustomizableSkuInventoryRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Interface that allows a Spring Repository Fragment to override default behavior in
TrackableRepository
, including the application of explicit database locks, as needed and if applicable.CustomizedInventoryTransactionRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Repository methods for readingInventoryTransaction
that support the "INCLUDE_APPLICATION_ID_PREDICATE" context attribute.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.