|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPointQueryParam | |
ca.uhn.cache.impl | |
ca.uhn.cache.internal.hibernate | |
ca.uhn.cache.internal.hibernate.impl | |
ca.uhn.cache.internal.impl |
Uses of IPointQueryParam in ca.uhn.cache.impl |
Classes in ca.uhn.cache.impl that implement IPointQueryParam | |
class |
DateParam
A IPointQueryParam that selects data items with values along
a certain dimension exactly equal to a certain Date value. |
class |
StringParam
A IPointQueryParam that selects data items with values along
a certain dimension exactly equal to a certain String value. |
Uses of IPointQueryParam in ca.uhn.cache.internal.hibernate |
Methods in ca.uhn.cache.internal.hibernate with parameters of type IPointQueryParam | |
Field |
IQueryParamHelper.createField(Record theRecord,
IPointQueryParam theQueryParam)
Creates an instance of the Field subclass corresponding to
the provided IQueryParam . |
java.lang.String |
IQueryParamHelper.generateHql(IPointQueryParam thePointQueryParam,
int theIndex)
Generates the HQL corresponding to the provided "point" query param. |
java.util.Map |
IQueryParamHelper.generateHqlParamMap(IPointQueryParam thePointQueryParam,
int theIndex)
Generates a Map of paramName => paramValue corresponding to the provided "point" query param. |
Uses of IPointQueryParam in ca.uhn.cache.internal.hibernate.impl |
Methods in ca.uhn.cache.internal.hibernate.impl with parameters of type IPointQueryParam | |
Field |
DateParamHelper.createField(Record theRecord,
IPointQueryParam theQueryParam)
Creates an instance of the Field subclass corresponding to
the provided IQueryParam . |
java.lang.String |
DateParamHelper.generateHql(IPointQueryParam thePointQueryParam,
int theIndex)
Generates the HQL corresponding to the provided "point" query param. |
java.util.Map |
DateParamHelper.generateHqlParamMap(IPointQueryParam thePointQueryParam,
int theIndex)
Generates a Map of paramName => paramValue corresponding to the provided "point" query param. |
Field |
StringParamHelper.createField(Record theRecord,
IPointQueryParam theQueryParam)
Creates an instance of the Field subclass corresponding to
the provided IQueryParam . |
java.lang.String |
StringParamHelper.generateHql(IPointQueryParam thePointQueryParam,
int theIndex)
Generates the HQL corresponding to the provided "point" query param. |
java.util.Map |
StringParamHelper.generateHqlParamMap(IPointQueryParam thePointQueryParam,
int theIndex)
Generates a Map of paramName => paramValue corresponding to the provided "point" query param. |
Uses of IPointQueryParam in ca.uhn.cache.internal.impl |
Methods in ca.uhn.cache.internal.impl with parameters of type IPointQueryParam | |
protected Field |
HibernateQueryResultStore.createFieldFrom(Record theRecord,
IPointQueryParam theQueryParam)
Creates the corresponding Field subclass for the provided IQueryParam . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |