| Modifier and Type | Method and Description |
|---|---|
abstract Set<LocalCacheManager.Bucket<EK>> |
LocalCacheManager.getWorkBucketsFor(EntityKeyMetadata... entityKeyMetadatas)
Groups the given entity types by the caches they are stored in.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LocalCacheManager.Bucket<EntityKey>> |
OnePerKindCacheManager.getWorkBucketsFor(EntityKeyMetadata... entityKeyMetadatas) |
| Modifier and Type | Method and Description |
|---|---|
Set<LocalCacheManager.Bucket<PersistentEntityKey>> |
PerTableCacheManager.getWorkBucketsFor(EntityKeyMetadata... entityKeyMetadatas) |
Copyright © 2010–2017 Hibernate. All rights reserved.