Uses of Class
ca.uhn.cache.internal.hibernate.impl.Field

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

Uses of Field in ca.uhn.cache.internal.hibernate
 

Methods in ca.uhn.cache.internal.hibernate that return Field
 Field IQueryParamHelper.createField(Record theRecord, IPointQueryParam theQueryParam)
          Creates an instance of the Field subclass corresponding to the provided IQueryParam.
 

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

Subclasses of Field in ca.uhn.cache.internal.hibernate.impl
 class DateParamField
          Hibernate persistable object with xdoclet annotations for DateParam.
 class StringParamField
          Hibernate persistable object with xdoclet annotations for StringParam.
 

Methods in ca.uhn.cache.internal.hibernate.impl that return Field
 Field DateParamHelper.createField(Record theRecord, IPointQueryParam theQueryParam)
          Creates an instance of the Field subclass corresponding to the provided IQueryParam.
 Field StringParamHelper.createField(Record theRecord, IPointQueryParam theQueryParam)
          Creates an instance of the Field subclass corresponding to the provided IQueryParam.
 

Methods in ca.uhn.cache.internal.hibernate.impl with parameters of type Field
 void Record.addField(Field theField)
          Adds a field to this record.
 

Uses of Field in ca.uhn.cache.internal.impl
 

Methods in ca.uhn.cache.internal.impl that return Field
protected  Field HibernateQueryResultStore.createFieldFrom(Record theRecord, IPointQueryParam theQueryParam)
          Creates the corresponding Field subclass for the provided IQueryParam.
 

Methods in ca.uhn.cache.internal.impl with parameters of type Field
protected  void HibernateQueryResultStore.copy(Field theSource, Field theDestination)
          copy all the attributes except: hibernateId and record.
 



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