Package org.keycloak.models.map.storage.chm
-
Interface Summary Interface Description MapModelCriteriaBuilder.UpdatePredicatesFunc<K,V extends AbstractEntity,M> -
Class Summary Class Description ConcurrentHashMapCrudOperations<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> ConcurrentHashMapStorageProvider ConcurrentHashMapStorageProviderFactory MapFieldPredicates MapModelCriteriaBuilder<K,V extends AbstractEntity,M> SingleUseObjectConcurrentHashMapCrudOperations<K,V extends AbstractEntity,M> SingleUseObjectMapStorage<K> SingleUseObjectModelCriteriaBuilder