Interface JpaBillingEventRepository<D extends JpaBillingEvent>

All Superinterfaces:
BillingEventRepository<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>

@Repository public interface JpaBillingEventRepository<D extends JpaBillingEvent> extends BillingEventRepository<D>