Interface JpaCustomerAddressRepository<D extends JpaCustomerAddress>
-
- All Superinterfaces:
CustomerAddressRepository<D>
,CustomizedCustomerAddressRepository<D>
,com.broadleafcommerce.common.extension.DomainTypeAware
,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 JpaCustomerAddressRepository<D extends JpaCustomerAddress> extends CustomerAddressRepository<D>
Jpa implementation ofCustomerAddressRepository
.
-
-
Method Summary
-
Methods inherited from interface com.broadleafcommerce.customer.repository.CustomerAddressRepository
findByContextIdAndCustomerId, findByCustomerId, findByCustomerIdIn
-
Methods inherited from interface com.broadleafcommerce.customer.repository.CustomizedCustomerAddressRepository
clearDefaultBillingAddressForCustomer, clearDefaultShippingAddressForCustomer
-
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, getDomainType, getEntityInformation, getTrackableBehaviorUtil, getTypesToRegisterInMappingContext, pruneChangeDetails, pruneRestingNotificationStates, purgeObsoleteSandboxData, save, saveAll, setTrackableBehaviorUtil
-
-