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 accessingInventoryLocation
references via JPA.- Author:
- Kelly Tisdell (ktisdell)
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<?>
getDomainType()
-
Methods inherited from interface com.broadleafcommerce.inventory.repository.InventoryLocationRepository
findAllByNameContainingIgnoreCaseOrLocationNumberContainingIgnoreCase, findByAddressCountry, findByAddressCountryAndAddressPostalCode, findByAddressCountryAndAddressPostalCodeAndPickupLocationTrue, findByAddressCountryAndAddressPostalCodeAndShippingLocationTrue, findByAddressCountryAndAddressPostalCodeAndStoreLocationTrue, findByAddressCountryAndAddressStateProvinceRegion, findByAddressCountryAndAddressStateProvinceRegionAndAddressCity, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndPickupLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndShippingLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndStoreLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndPickupLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndShippingLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndStoreLocationTrue, findByAddressCountryAndPickupLocationTrue, findByAddressCountryAndShippingLocationTrue, findByAddressCountryAndStoreLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetween, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndPickupLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndShippingLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndStoreLocationTrue, findByCountry, findByCountryAndPickupLocationTrue, findByCountryAndPostalCode, findByCountryAndPostalCodeAndPickupLocationTrue, findByCountryAndPostalCodeAndShippingLocationTrue, findByCountryAndPostalCodeAndStoreLocationTrue, findByCountryAndShippingLocationTrue, findByCountryAndStateProvinceRegion, findByCountryAndStateProvinceRegionAndCity, findByCountryAndStateProvinceRegionAndCityAndPickupLocationTrue, findByCountryAndStateProvinceRegionAndCityAndShippingLocationTrue, findByCountryAndStateProvinceRegionAndCityAndStoreLocationTrue, findByCountryAndStateProvinceRegionAndPickupLocationTrue, findByCountryAndStateProvinceRegionAndShippingLocationTrue, findByCountryAndStateProvinceRegionAndStoreLocationTrue, findByCountryAndStoreLocationTrue, findByLatitudeBetweenAndLongitudeBetween, findByLatitudeBetweenAndLongitudeBetweenAndPickupLocationTrue, findByLatitudeBetweenAndLongitudeBetweenAndShippingLocationTrue, findByLatitudeBetweenAndLongitudeBetweenAndStoreLocationTrue, findByLocationNumber, findByLocationNumberIn, findByPickupLocationTrue, findByShippingLocationTrue
-
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged
-
Methods inherited from interface com.broadleafcommerce.data.tracking.core.TrackableRepository
archive, existsByContextId, findAll, findAll, findAll, findAll, findAll, findAll, findAllByContextId, findByContextId, findByContextIdAndCatalog, findByNativeId, findDeployable, findMaxSortMember, findMinSortMember, findOriginal, findPromotable, findPromoteOrientedItems, findRebasable, findRejectable, findRevertable, findTarget, getEntityInformation, getTrackableBehaviorUtil, getTypesToRegisterInMappingContext, pruneChangeDetails, pruneRestingNotificationStates, purgeObsoleteSandboxData, save, saveAll, setTrackableBehaviorUtil
-
-
-
-
Method Detail
-
getDomainType
default Class<?> getDomainType()
- Specified by:
getDomainType
in interfacecom.broadleafcommerce.common.extension.DomainTypeAware
- Specified by:
getDomainType
in interfacecom.broadleafcommerce.data.tracking.core.TrackableRepository<D extends JpaInventoryLocation>
-
-