Uses of Class
org.apache.openejb.jee.wls.CachingName
-
Packages that use CachingName Package Description org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CachingName in org.apache.openejb.jee.wls
Fields in org.apache.openejb.jee.wls declared as CachingName Modifier and Type Field Description protected CachingNameEjbQlQuery. cachingNameprotected CachingNameRelationshipCaching. cachingNameMethods in org.apache.openejb.jee.wls that return CachingName Modifier and Type Method Description CachingNameObjectFactory. createCachingName()Create an instance ofCachingNameCachingNameEjbQlQuery. getCachingName()Gets the value of the cachingName property.CachingNameRelationshipCaching. getCachingName()Gets the value of the cachingName property.Methods in org.apache.openejb.jee.wls with parameters of type CachingName Modifier and Type Method Description voidEjbQlQuery. setCachingName(CachingName value)Sets the value of the cachingName property.voidRelationshipCaching. setCachingName(CachingName value)Sets the value of the cachingName property.
-