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 types with arguments of type JpaResourceLockModifier and TypeMethodDescriptionprotected List<JpaResourceLock>
JpaCustomizedResourceLockRepository.identifyLocksToBePurged
(@NonNull Class<?> type, @NonNull Duration lockTtl, String startingId) Deprecated, for removal: This API element is subject to removal in a future version.protected List<JpaResourceLock>
JpaCustomizedResourceLockRepository.identifyLocksToBePurged
(@NonNull Set<String> types, @NonNull 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
(@NonNull JpaResourceLock lock) Deletes the provided lock
JpaCustomizedResourceLockRepository.identifyLocksToBePurged(Set, Duration, String)