Package org.keycloak.models.map.storage.chm
package org.keycloak.models.map.storage.chm
-
ClassDescriptionConcurrentHashMapCrudOperations<K,
V extends AbstractEntity & UpdatableEntity, M> It contains basic object CRUD operations as well as bulkConcurrentHashMapCrudOperations.read(org.keycloak.models.map.storage.QueryParameters)
and bulkConcurrentHashMapCrudOperations.delete(org.keycloak.models.map.storage.QueryParameters)
operations, and operation for determining the number of the objects satisfying given criteria (ConcurrentHashMapCrudOperations.getCount(org.keycloak.models.map.storage.QueryParameters)
).ConcurrentHashMapStorage<K,V extends AbstractEntity & UpdatableEntity, M, CRUD extends CrudOperations<V, M>> MapModelCriteriaBuilder<K,V extends AbstractEntity, M> MapModelCriteriaBuilder.UpdatePredicatesFunc<K,V extends AbstractEntity, M> SingleUseObjectConcurrentHashMapCrudOperations<K,V extends AbstractEntity, M>