| Modifier and Type | Method and Description |
|---|---|
abstract void |
LocalCacheManager.forEachTuple(LocalCacheManager.KeyProcessor<EK> processor,
EntityKeyMetadata... entityKeyMetadatas)
Determines the caches storing the entities of the given key families, fetches the keys of these families and
invokes the given processor for each key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnePerKindCacheManager.forEachTuple(LocalCacheManager.KeyProcessor<SerializableEntityKey> processor,
EntityKeyMetadata... entityKeyMetadatas) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerTableCacheManager.forEachTuple(LocalCacheManager.KeyProcessor<PerTableSerializableEntityKey> processor,
EntityKeyMetadata... entityKeyMetadatas) |
Copyright © 2010-2015 Hibernate. All Rights Reserved.