Uses of Class
org.keycloak.models.map.storage.hotRod.transaction.AllAreasHotRodTransactionsWrapper
-
Packages that use AllAreasHotRodTransactionsWrapper Package Description org.keycloak.models.map.storage.hotRod -
-
Uses of AllAreasHotRodTransactionsWrapper in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod with parameters of type AllAreasHotRodTransactionsWrapper Modifier and Type Method Description <E extends AbstractHotRodEntity,V extends HotRodEntityDelegate<E> & AbstractEntity,M>
HotRodMapStorage<String,E,V,M>HotRodMapStorageProviderFactory. getHotRodStorage(KeycloakSession session, Class<M> modelType, AllAreasHotRodTransactionsWrapper txWrapper, MapStorageProviderFactory.Flag... flags)
Constructors in org.keycloak.models.map.storage.hotRod with parameters of type AllAreasHotRodTransactionsWrapper Constructor Description HotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<K,E> remoteCache, StringKeyConverter<K> keyConverter, HotRodEntityDescriptor<E,V> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
-