Uses of Class
ca.uhn.cache.impl.CommonsLangObject

Packages that use CommonsLangObject
ca.uhn.cache.impl   
ca.uhn.cache.internal.hibernate.impl   
 

Uses of CommonsLangObject in ca.uhn.cache.impl
 

Subclasses of CommonsLangObject in ca.uhn.cache.impl
 class AbstractQueryParam
          Base class for all IQueryParam implementations.
 class DataItem
          Represents an individual item stored by a cache.
 class DateParam
          A IPointQueryParam that selects data items with values along a certain dimension exactly equal to a certain Date value.
 class DateRangeParam
          A IQueryParam encompassing a range of dates.
 class Dimension
          Generic implementation of the IDimension interface.
 class Query
          Generic implementation of the IQuery interface.
 class QueryResult
          TODO complete javadoc for TODO in future versions these might not be full when they are returned (although this isn't supported now).
 class StringParam
          A IPointQueryParam that selects data items with values along a certain dimension exactly equal to a certain String value.
 class StringSetParam
          A IQueryParam that selects data items with values along a certain dimension exactly equal to one of a set of String values.
 

Uses of CommonsLangObject in ca.uhn.cache.internal.hibernate.impl
 

Subclasses of CommonsLangObject in ca.uhn.cache.internal.hibernate.impl
 class ChunkField
          A block of data that is retrieved and cached together.
 class DateParamField
          Hibernate persistable object with xdoclet annotations for DateParam.
 class Field
          Base class for all kinds of persistent fields.
 class HibernateObject
          Base class for all persistent classes.
 class Record
          Represents a persistent IDataItem.
 class StringParamField
          Hibernate persistable object with xdoclet annotations for StringParam.
 



Copyright © 2004-2005 University Health Network. All Rights Reserved.