Uses of Class
com.broadleafcommerce.inventory.provider.jpa.domain.JpaSkuInventory
-
Uses of JpaSkuInventory in com.broadleafcommerce.inventory.provider.jpa.repository
Modifier and TypeClassDescriptionclass
Spring Data Repository Fragment for providing some custom query logic, especially related to explicit locking and custom queries.interface
JpaSkuInventoryRepository<D extends JpaSkuInventory>
JPA-specific interface forSkuInventoryRepository
.Modifier and TypeMethodDescriptionprotected Optional<jakarta.persistence.criteria.Predicate>
DefaultJpaCustomizableSkuInventoryRepository.buildInventoryLocationCorrelatedSubQueryPredicate
(jakarta.persistence.criteria.Root<? extends JpaSkuInventory> root, jakarta.persistence.criteria.CriteriaQuery<? extends JpaSkuInventory> criteriaQuery, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This creates a subquery that ensures that the associatedJpaInventoryLocation
record is valid (i.e.protected Optional<jakarta.persistence.criteria.Predicate>
DefaultJpaCustomizableSkuInventoryRepository.buildInventoryLocationCorrelatedSubQueryPredicate
(jakarta.persistence.criteria.Root<? extends JpaSkuInventory> root, jakarta.persistence.criteria.CriteriaQuery<? extends JpaSkuInventory> criteriaQuery, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This creates a subquery that ensures that the associatedJpaInventoryLocation
record is valid (i.e.