Class InfinispanBeanMetaDataKey<K>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.GroupedKey<K>
-
- org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanMetaDataKey<K>
-
- Type Parameters:
K- the bean identifier type
- All Implemented Interfaces:
Key<K>,BeanMetaDataKey<K>,KeyGroup<K>
public class InfinispanBeanMetaDataKey<K> extends GroupedKey<K> implements BeanMetaDataKey<K>
The key used to cache the access metadata of a bean.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InfinispanBeanMetaDataKey(K id)
-
-
-
Constructor Detail
-
InfinispanBeanMetaDataKey
public InfinispanBeanMetaDataKey(K id)
-
-