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 Summary
Methods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.ChangeDeployRepository
readByIdAndArchivedNot
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.CustomizedChangeDeployRepository
cleanupBatch, readByIdAndArchivedNot, readPageByApplicationAndStateAndArchivedNot, readPageBySandboxAndStateAndArchivedNot, removeFromAffectedVendors, setAffectedVendors, updateVals, updateVals, updateVals
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged
Methods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository
findAll, findAll