EK - the entity cache key typeAK - the association cache key typeISK - the identity source cache key typepublic interface KeyProvider<EK,AK,ISK>
| Modifier and Type | Method and Description |
|---|---|
AK |
getAssociationCacheKey(AssociationKey key) |
EK |
getEntityCacheKey(EntityKey key) |
Set<org.infinispan.commons.marshall.AdvancedExternalizer<?>> |
getExternalizers() |
ISK |
getIdSourceCacheKey(IdSourceKey key) |
org.infinispan.distexec.mapreduce.Mapper<EK,Map<String,Object>,EK,Map<String,Object>> |
getMapper(EntityKeyMetadata... entityKeyMetadatas) |
AK getAssociationCacheKey(AssociationKey key)
ISK getIdSourceCacheKey(IdSourceKey key)
org.infinispan.distexec.mapreduce.Mapper<EK,Map<String,Object>,EK,Map<String,Object>> getMapper(EntityKeyMetadata... entityKeyMetadatas)
Set<org.infinispan.commons.marshall.AdvancedExternalizer<?>> getExternalizers()
Copyright © 2010–2017 Hibernate. All rights reserved.