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