Uses of Class
gov.nih.nci.system.util.ClassCache

Packages that use ClassCache
gov.nih.nci.system.applicationservice.impl   
gov.nih.nci.system.dao   
gov.nih.nci.system.dao.orm.translator   
gov.nih.nci.system.dao.orm.translator.gridCQL   
gov.nih.nci.system.web.util   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
org.LexGrid.LexBIG.caCore.web.util   
 

Uses of ClassCache in gov.nih.nci.system.applicationservice.impl
 

Methods in gov.nih.nci.system.applicationservice.impl that return ClassCache
protected  ClassCache ApplicationServiceImpl.getClassCache()
           
 

Constructors in gov.nih.nci.system.applicationservice.impl with parameters of type ClassCache
ApplicationServiceImpl(ClassCache classCache)
          Default constructor.
 

Uses of ClassCache in gov.nih.nci.system.dao
 

Methods in gov.nih.nci.system.dao that return ClassCache
 ClassCache Request.getClassCache()
           
 

Methods in gov.nih.nci.system.dao with parameters of type ClassCache
 void Request.setClassCache(ClassCache classCache)
           
 

Uses of ClassCache in gov.nih.nci.system.dao.orm.translator
 

Methods in gov.nih.nci.system.dao.orm.translator with parameters of type ClassCache
static NestedCriteria Path2NestedCriteria.createNestedCriteria(java.lang.String path, java.util.List objList, ClassCache classCache)
           
 

Constructors in gov.nih.nci.system.dao.orm.translator with parameters of type ClassCache
CQL2HQL(ClassCache classCache)
           
 

Uses of ClassCache in gov.nih.nci.system.dao.orm.translator.gridCQL
 

Constructors in gov.nih.nci.system.dao.orm.translator.gridCQL with parameters of type ClassCache
CQL2ParameterizedHQL(ClassCache cache, RoleNameResolver roleNameResolver, boolean caseInsensitive)
           
DomainTypesInformationUtil(ClassCache cache)
           
RoleNameResolver(ClassCache cache)
           
 

Uses of ClassCache in gov.nih.nci.system.web.util
 

Constructors in gov.nih.nci.system.web.util with parameters of type ClassCache
SearchUtils(ClassCache classCache)
           
 

Uses of ClassCache in org.LexGrid.LexBIG.caCore.connection.orm.utils
 

Subclasses of ClassCache in org.LexGrid.LexBIG.caCore.connection.orm.utils
 class LexEVSClassCache
           
 

Uses of ClassCache in org.LexGrid.LexBIG.caCore.web.util
 

Constructors in org.LexGrid.LexBIG.caCore.web.util with parameters of type ClassCache
LexEVSSearchUtils(ClassCache classCache)