Interface JpaProductTagRepository<D extends JpaProductTag>

All Superinterfaces:
CustomizedProductTagRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, ProductTagRepository<D>, 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 JpaProductTagRepository<D extends JpaProductTag> extends ProductTagRepository<D>
Author:
Nathan Moore (nathandmoore)