Interface JpaRefundEventDetailRepository<D extends JpaRefundEventDetail>

All Superinterfaces:
CustomizedRefundEventDetailRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, RefundEventDetailRepository<D>, org.springframework.data.repository.Repository<D,String>, com.broadleafcommerce.data.tracking.core.TrackableRepository<D>

@Repository public interface JpaRefundEventDetailRepository<D extends JpaRefundEventDetail> extends RefundEventDetailRepository<D>