Uses of Interface
com.broadleafcommerce.inventory.repository.CustomizableSkuInventoryRepository
Package
Description
-
Uses of CustomizableSkuInventoryRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaSkuInventoryRepository<D extends JpaSkuInventory>
JPA-specific interface forSkuInventoryRepository
.Modifier and TypeClassDescriptionclass
Spring Data Repository Fragment for providing some custom query logic, especially related to explicit locking and custom queries. -
Uses of CustomizableSkuInventoryRepository in com.broadleafcommerce.inventory.repository
Modifier and TypeInterfaceDescriptioninterface
SkuInventoryRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
Repository for persisting and retrievingSkuInventory
records.