Uses of Class
org.keycloak.models.map.storage.hotRod.common.HotRodEntityDescriptor
-
Packages that use HotRodEntityDescriptor Package Description org.keycloak.models.map.storage.hotRod -
-
Uses of HotRodEntityDescriptor in org.keycloak.models.map.storage.hotRod
Fields in org.keycloak.models.map.storage.hotRod with type parameters of type HotRodEntityDescriptor Modifier and Type Field Description static Map<Class<?>,HotRodEntityDescriptor<?,?>>HotRodMapStorageProviderFactory. ENTITY_DESCRIPTOR_MAPMethods in org.keycloak.models.map.storage.hotRod that return HotRodEntityDescriptor Modifier and Type Method Description HotRodEntityDescriptor<?,?>HotRodMapStorageProviderFactory. getEntityDescriptor(Class<?> c)Constructors in org.keycloak.models.map.storage.hotRod with parameters of type HotRodEntityDescriptor Constructor Description HotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<K,E> remoteCache, StringKeyConverter<K> keyConverter, HotRodEntityDescriptor<E,V> storedEntityDescriptor, DeepCloner cloner)
-