Interface SubscriptionLockRepository<D>
- All Superinterfaces:
CustomizedSubscriptionLockRepository<D>,org.springframework.data.repository.Repository<D,String>
- All Known Subinterfaces:
JpaSubscriptionLockRepository<D>
@NoRepositoryBean
public interface SubscriptionLockRepository<D>
extends org.springframework.data.repository.Repository<D,String>, CustomizedSubscriptionLockRepository<D>
Repository layer for interacting with
JpaSubscriptionLock-
Method Summary
Methods inherited from interface com.broadleafcommerce.subscription.repository.CustomizedSubscriptionLockRepository
clearLock, createChildLock, createLock, findSampleForPurge, getChildLocks, unlockChild
-
Method Details
-
findById
-