Package org.keycloak.models.map.storage.hotRod.transaction
-
Class Summary Class Description AllAreasHotRodTransactionsWrapper This wrapper encapsulates transactions from all areas.HotRodRemoteTransactionWrapper When no JTA transaction is present in the runtime this wrapper is used to enlist HotRod client provided transaction to ourKeycloakTransactionManager
.HotRodTransactionManagerLookup HotRod client provides its ownGenericTransactionManagerLookup
that is able to locate variety of JTA transaction implementation present in the runtime.NoActionHotRodTransactionWrapper<K,V extends AbstractEntity & UpdatableEntity,M> This is used to return ConcurrentHashMapTransaction (used for operating RemoteCache) functionality to providers but not enlist actualTx the way we need: in prepare phase.