Everit - Transaction SpringTx Map JTA

Transactional Map implementation that enlists itself within a Spring PlatformTransaction if available.

Лицензия

Лицензия

Группа

Группа

org.everit.transaction
Идентификатор

Идентификатор

org.everit.transaction.map.springtx
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Everit - Transaction SpringTx Map JTA
Transactional Map implementation that enlists itself within a Spring PlatformTransaction if available.
Ссылка на сайт

Ссылка на сайт

https://github.com/everit-org/transaction-map-springtx
Организация-разработчик

Организация-разработчик

Everit Kft.
Система контроля версий

Система контроля версий

https://github.com/everit-org/transaction-map-springtx

Скачать org.everit.transaction.map.springtx

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-tx jar 5.0.9.RELEASE
org.everit.transaction : org.everit.transaction.map.api jar 1.0.0

test (8)

Идентификатор библиотеки Тип Версия
org.everit.transaction : org.everit.transaction.map.readcommited jar 1.0.0
org.slf4j : slf4j-simple jar 1.7.12
junit : junit jar 4.12
org.springframework : spring-context jar 5.0.9.RELEASE
org.springframework.boot : spring-boot-starter-jdbc jar 2.0.5.RELEASE
org.springframework : spring-test jar 5.0.9.RELEASE
org.springframework.boot : spring-boot-test jar 2.0.5.RELEASE
com.h2database : h2 jar 1.4.197

Модули Проекта

Данный проект не имеет модулей.

transaction-map-spring

Transactional Map implementation based on Spring PlatformTransaction

Usage

The example above uses the ReadCommited Transactional Map implementation.

// Passing null will use a HashMap inside the TransactionalMap
Map<String, String> managedMap = new SpringTxMap<>(
    new ReadCommitedTransactionalMap<>(null));

// This map can be used anytime. If there is an ongoing Spring transaction
// ongoing, the map will synchronize itself and commit/rollback when the 
// transaction ends. That is all!
org.everit.transaction

Everit Kft.

Open source projects of Everit Kft.

Версии библиотеки

Версия
1.0.0