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 Details

    • InfinispanBeanMetaDataKey

      public InfinispanBeanMetaDataKey(K id)