Interface CommonApplicationRepository<D extends Trackable>

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

@NoRepositoryBean public interface CommonApplicationRepository<D extends Trackable> extends TrackableRepository<D>, CustomizedCommonApplicationRepository<D>
Repository agnostic interface for management of Trackable domain related to Application.
Author:
Jeff Fischer