Uses of Class
org.apache.openejb.jee.wls.CachingElement
-
Packages that use CachingElement Package Description org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CachingElement in org.apache.openejb.jee.wls
Fields in org.apache.openejb.jee.wls with type parameters of type CachingElement Modifier and Type Field Description protected List<CachingElement>CachingElement. cachingElementprotected List<CachingElement>RelationshipCaching. cachingElementMethods in org.apache.openejb.jee.wls that return CachingElement Modifier and Type Method Description CachingElementObjectFactory. createCachingElement()Create an instance ofCachingElementMethods in org.apache.openejb.jee.wls that return types with arguments of type CachingElement Modifier and Type Method Description List<CachingElement>CachingElement. getCachingElement()Gets the value of the cachingElement property.List<CachingElement>RelationshipCaching. getCachingElement()Gets the value of the cachingElement property.
-