Interface ChangeDeployRepository<D>

Type Parameters:
D - The business domain type
All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>, CustomizedChangeDeployRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, org.springframework.data.repository.Repository<D,String>
All Known Subinterfaces:
JpaChangeDeployRepository<D>

@NoRepositoryBean public interface ChangeDeployRepository<D> extends com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, CustomizedChangeDeployRepository<D>, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
Repository for working with repository domain related to the ChangeDeploy business domain.
Author:
Nathan Moore (nathandmoore)