Interface JpaInventoryLocationRepository<D extends JpaInventoryLocation>

Type Parameters:
D -
All Superinterfaces:
com.broadleafcommerce.common.extension.DomainTypeAware, InventoryLocationRepository<D>, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, org.springframework.data.repository.Repository<D,String>, com.broadleafcommerce.data.tracking.core.TrackableRepository<D>, com.broadleafcommerce.data.tracking.core.TrackableRsqlFilterExecutor<D>

@Repository @Narrow(com.broadleafcommerce.data.tracking.jpa.filtering.narrow.JpaNarrowExecutor.class) public interface JpaInventoryLocationRepository<D extends JpaInventoryLocation> extends InventoryLocationRepository<D>
Extension to provide a Spring Data repository for accessing InventoryLocation references via JPA.
Author:
Kelly Tisdell (ktisdell)
  • Method Details

    • getDomainType

      default Class<?> getDomainType()
      Specified by:
      getDomainType in interface com.broadleafcommerce.common.extension.DomainTypeAware
      Specified by:
      getDomainType in interface com.broadleafcommerce.data.tracking.core.TrackableRepository<D extends JpaInventoryLocation>