|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataItem | |
ca.uhn.cache | |
ca.uhn.cache.impl | |
ca.uhn.cache.internal.impl | |
ca.uhn.cache.proxy |
Uses of IDataItem in ca.uhn.cache |
Methods in ca.uhn.cache with parameters of type IDataItem | |
void |
IQueryResult.add(IDataItem theItem)
Adds a new item to the data set. |
Uses of IDataItem in ca.uhn.cache.impl |
Classes in ca.uhn.cache.impl that implement IDataItem | |
class |
DataItem
Represents an individual item stored by a cache. |
Methods in ca.uhn.cache.impl that return IDataItem | |
IDataItem |
AbstractMethodDataSourceHelper.buildDataItem(java.io.Serializable theObj)
Builds a data item from the provided object. |
Methods in ca.uhn.cache.impl with parameters of type IDataItem | |
void |
QueryResult.add(IDataItem theItem)
|
Uses of IDataItem in ca.uhn.cache.internal.impl |
Methods in ca.uhn.cache.internal.impl with parameters of type IDataItem | |
protected Record |
HibernateQueryResultStore.createRecordFrom(IDataItem theDataItem)
Creates the corresponding Record for the provided IQuery . |
Uses of IDataItem in ca.uhn.cache.proxy |
Methods in ca.uhn.cache.proxy that return IDataItem | |
IDataItem |
IDataInspector.wrap(java.lang.Object theDataVaue)
Wraps a domain-specific value (a query result) with metadata that are useful for caching. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |