|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
ca.uhn.cache.internal.hibernate | |
ca.uhn.cache.internal.hibernate.impl | |
ca.uhn.cache.internal.impl |
Uses of Record in ca.uhn.cache.internal.hibernate |
Methods in ca.uhn.cache.internal.hibernate with parameters of type Record | |
Field |
IQueryParamHelper.createField(Record theRecord,
IPointQueryParam theQueryParam)
Creates an instance of the Field subclass corresponding to
the provided IQueryParam . |
Uses of Record in ca.uhn.cache.internal.hibernate.impl |
Methods in ca.uhn.cache.internal.hibernate.impl that return Record | |
Record |
Field.getRecord()
|
Methods in ca.uhn.cache.internal.hibernate.impl with parameters of type Record | |
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 . |
void |
Field.setRecord(Record theRecord)
|
Constructors in ca.uhn.cache.internal.hibernate.impl with parameters of type Record | |
StringParamField(Record theRecord,
StringParam theParam)
Constructs a StringParamField from a source StringParam . |
|
DateParamField(Record theRecord,
DateParam theParam)
Constructs a DateParamField from a source DateParam . |
|
Field(Record theRecord,
java.lang.String theDimensionName)
|
Uses of Record in ca.uhn.cache.internal.impl |
Methods in ca.uhn.cache.internal.impl that return Record | |
protected Record |
HibernateQueryResultStore.createRecordFrom(IDataItem theDataItem)
Creates the corresponding Record for the provided IQuery . |
Methods in ca.uhn.cache.internal.impl with parameters of type Record | |
protected void |
HibernateQueryResultStore.copy(Record theSource,
Record theDestination)
copy all the attributes except: hibernateId and fields. |
protected Field |
HibernateQueryResultStore.createFieldFrom(Record theRecord,
IPointQueryParam theQueryParam)
Creates the corresponding Field subclass for the provided IQueryParam . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |