Uses of Class
org.jboss.as.ejb3.cache.CacheInfo
-
Packages that use CacheInfo Package Description org.jboss.as.ejb3.component.stateful org.jboss.as.ejb3.deployment.processors.annotation -
-
Uses of CacheInfo in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return CacheInfo Modifier and Type Method Description CacheInfoStatefulComponentDescription. getCache()Methods in org.jboss.as.ejb3.component.stateful with parameters of type CacheInfo Modifier and Type Method Description voidStatefulComponentDescription. setCache(CacheInfo cache) -
Uses of CacheInfo in org.jboss.as.ejb3.deployment.processors.annotation
Methods in org.jboss.as.ejb3.deployment.processors.annotation that return CacheInfo Modifier and Type Method Description protected CacheInfoCacheAnnotationInformationFactory. fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
-