Uses of Class
org.keycloak.models.map.storage.hotRod.singleUseObject.HotRodSingleUseObjectEntityDelegate
Packages that use HotRodSingleUseObjectEntityDelegate
Package
Description
-
Uses of HotRodSingleUseObjectEntityDelegate in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod that return HotRodSingleUseObjectEntityDelegateModifier and TypeMethodDescriptionSingleUseObjectHotRodCrudOperations.create
(HotRodSingleUseObjectEntityDelegate value) Methods in org.keycloak.models.map.storage.hotRod that return types with arguments of type HotRodSingleUseObjectEntityDelegateModifier and TypeMethodDescriptionSingleUseObjectHotRodCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) Methods in org.keycloak.models.map.storage.hotRod with parameters of type HotRodSingleUseObjectEntityDelegateModifier and TypeMethodDescriptionSingleUseObjectHotRodCrudOperations.create
(HotRodSingleUseObjectEntityDelegate value) Constructor parameters in org.keycloak.models.map.storage.hotRod with type arguments of type HotRodSingleUseObjectEntityDelegateModifierConstructorDescriptionSingleUseObjectHotRodCrudOperations
(KeycloakSession session, org.infinispan.client.hotrod.RemoteCache<String, HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity, HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, Long lockTimeout) -
Uses of HotRodSingleUseObjectEntityDelegate in org.keycloak.models.map.storage.hotRod.singleUseObject
Methods in org.keycloak.models.map.storage.hotRod.singleUseObject that return types with arguments of type HotRodSingleUseObjectEntityDelegateModifier and TypeMethodDescriptionHotRodSingleUseObjectEntityDescriptor.getHotRodDelegateProvider()