Interface JpaChangeDeployRepository<D extends JpaChangeDeploy>
- Type Parameters:
- D- The database specific type for the domain class (e.g. a Jpa specific domain type)
- All Superinterfaces:
- ChangeDeployRepository<D>,- 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> 
@Repository
public interface JpaChangeDeployRepository<D extends JpaChangeDeploy>
extends ChangeDeployRepository<D>
Domain specific repository declaration for 
ChangeDeploy, i.e., for managing
 JpaChangeDeploys. Such a declaration is generally tied to a repository
 specific domain, such as domain relevant only to Jpa, or another database platform for which
 Spring Data provides support. This interface declaration is generally left empty and instead
 inherits all of its query methods from a superclass interface. The superclass interface is
 purposefully type agnostic and can usually be multi-purposed for multiple repository specific
 declarations such as this one.
 If there are repository specific query methods that do not make sense in other platforms, they can be declared here.
- Author:
- Jeff Fischer
- 
Method SummaryMethods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.ChangeDeployRepositoryreadByIdAndArchivedNotMethods inherited from interface org.springframework.data.repository.CrudRepositorycount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.CustomizedChangeDeployRepositorycleanupBatch, readByIdAndArchivedNot, readPageByApplicationAndStateAndArchivedNot, readPageBySandboxAndStateAndArchivedNot, removeFromAffectedVendors, setAffectedVendors, updateVals, updateVals, updateValsMethods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAwaregetDomainTypeMethods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryfindNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledgedMethods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepositoryfindAll, findAll