Interface CommonMarketplaceApplicationCatalogRepository<D extends Trackable>

  • All Superinterfaces:
    com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, org.springframework.data.repository.Repository<D,​String>, TrackableRepository<D>

    @NoRepositoryBean
    public interface CommonMarketplaceApplicationCatalogRepository<D extends Trackable>
    extends TrackableRepository<D>
    Repository agnostic interface for management of Trackable domain related to MarketplaceApplicationCatalog.
    Author:
    Jeff Fischer