Uses of Interface
org.wildfly.clustering.ejb.cache.bean.BeanMetaDataEntry
-
Packages that use BeanMetaDataEntry Package Description org.wildfly.clustering.ejb.cache.bean -
-
Uses of BeanMetaDataEntry in org.wildfly.clustering.ejb.cache.bean
Subinterfaces of BeanMetaDataEntry in org.wildfly.clustering.ejb.cache.bean Modifier and Type Interface Description interfaceRemappableBeanMetaDataEntry<K>Bean metadata cache entry, supporting remapping.Classes in org.wildfly.clustering.ejb.cache.bean that implement BeanMetaDataEntry Modifier and Type Class Description classDefaultBeanMetaDataEntry<K>classMutableBeanMetaDataEntry<K>Constructors in org.wildfly.clustering.ejb.cache.bean with parameters of type BeanMetaDataEntry Constructor Description DefaultBeanMetaData(BeanMetaDataEntry<K> entry, BeanExpiration expiration, Mutator mutator)
-