Class InfinispanBeanMetaDataKey<K>
java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<K>
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanMetaDataKey<K>
- Type Parameters:
K- the bean identifier type
- All Implemented Interfaces:
org.wildfly.clustering.cache.Key<K>,BeanMetaDataKey<K>
public class InfinispanBeanMetaDataKey<K>
extends org.wildfly.clustering.cache.infinispan.CacheKey<K>
implements BeanMetaDataKey<K>
The key used to cache the access metadata of a bean.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.CacheKey
equals, getId, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.Key
getId
-
Constructor Details
-
InfinispanBeanMetaDataKey
-