Uses of Class
com.broadleafcommerce.common.messaging.provider.jpa.domain.JpaResourceLock
Packages that use JpaResourceLock
-
Uses of JpaResourceLock in com.broadleafcommerce.common.messaging.provider.jpa.repository
Methods in com.broadleafcommerce.common.messaging.provider.jpa.repository that return JpaResourceLockModifier and TypeMethodDescriptionprotected JpaResourceLock
protected JpaResourceLock
JpaCustomizedResourceLockRepository.getLock
(String contextId, Class<?> type, String optional, String conceptKey) Methods in com.broadleafcommerce.common.messaging.provider.jpa.repository that return types with arguments of type JpaResourceLockModifier and TypeMethodDescriptionprotected List<JpaResourceLock>
JpaCustomizedResourceLockRepository.identifyLocksToBePurged
(Class<?> type, Duration lockTtl, String startingId) Deprecated, for removal: This API element is subject to removal in a future version.protected List<JpaResourceLock>
JpaCustomizedResourceLockRepository.identifyLocksToBePurged
(Set<String> types, Duration lockTtl, String startingId) Identifies locks that are eligible to be purgedMethods in com.broadleafcommerce.common.messaging.provider.jpa.repository with parameters of type JpaResourceLockModifier and TypeMethodDescriptionprotected void
JpaCustomizedResourceLockRepository.releaseLock
(JpaResourceLock lock) Deletes the provided lock
JpaCustomizedResourceLockRepository.identifyLocksToBePurged(Set, Duration, String)