Uses of Class
com.broadleafcommerce.inventory.provider.jpa.domain.JpaInventoryLocation
-
Packages that use JpaInventoryLocation Package Description com.broadleafcommerce.inventory.provider.jpa.repository -
-
Uses of JpaInventoryLocation in com.broadleafcommerce.inventory.provider.jpa.repository
Classes in com.broadleafcommerce.inventory.provider.jpa.repository with type parameters of type JpaInventoryLocation Modifier and Type Interface Description interface
JpaInventoryLocationRepository<D extends JpaInventoryLocation>
Extension to provide a Spring Data repository for accessingInventoryLocation
references via JPA.
-