Uses of Class
com.broadleafcommerce.common.messaging.repository.ResourceLockProperties
-
Packages that use ResourceLockProperties Package Description com.broadleafcommerce.common.messaging.provider.jpa.autoconfigure com.broadleafcommerce.common.messaging.provider.jpa.repository -
-
Uses of ResourceLockProperties in com.broadleafcommerce.common.messaging.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.common.messaging.provider.jpa.autoconfigure with parameters of type ResourceLockProperties Modifier and Type Method Description JpaCustomizedResourceLockRepository
CommonMessagingJpaAutoConfiguration. jpaResourceLockRepositoryImpl(org.springframework.transaction.PlatformTransactionManager tm, ResourceLockProperties properties)
-
Uses of ResourceLockProperties in com.broadleafcommerce.common.messaging.provider.jpa.repository
Constructors in com.broadleafcommerce.common.messaging.provider.jpa.repository with parameters of type ResourceLockProperties Constructor Description JpaCustomizedResourceLockRepository(org.springframework.transaction.support.TransactionTemplate template, ResourceLockProperties resourceLockProperties)
-