EK - the entity cache key typeAK - the association cache key typeISK - the identity source cache key typepublic interface KeyProvider<EK,AK,ISK>
Implementations must be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
AK |
getAssociationCacheKey(AssociationKey key) |
EK |
getEntityCacheKey(EntityKey key) |
ISK |
getIdSourceCacheKey(IdSourceKey key) |
AK getAssociationCacheKey(AssociationKey key)
ISK getIdSourceCacheKey(IdSourceKey key)
Copyright © 2010–2016 Hibernate. All rights reserved.