|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectca.uhn.cache.internal.hibernate.impl.DateParamHelper
| Constructor Summary | |
DateParamHelper()
|
|
| Method Summary | |
Field |
createField(Record theRecord,
IPointQueryParam theQueryParam)
Creates an instance of the Field subclass corresponding to
the provided IQueryParam. |
java.lang.String |
generateHql(IGroupQueryParam theGroupQueryParam,
int theIndex)
Generates the HQL corresponding to the provided "point" query param. |
java.lang.String |
generateHql(IPointQueryParam thePointQueryParam,
int theIndex)
Generates the HQL corresponding to the provided "point" query param. |
java.util.Map |
generateHqlParamMap(IGroupQueryParam theGroupQueryParam,
int theIndex)
Generates a Map of paramName => paramValue corresponding to the provided "point" query param. |
java.util.Map |
generateHqlParamMap(IPointQueryParam thePointQueryParam,
int theIndex)
Generates a Map of paramName => paramValue corresponding to the provided "point" query param. |
java.lang.Class |
getFieldClass()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DateParamHelper()
| Method Detail |
public Field createField(Record theRecord,
IPointQueryParam theQueryParam)
Field subclass corresponding to
the provided IQueryParam.
createField in interface IQueryParamHelpertheRecord - The record this field belongs to.theQueryParam - The provided query param.
Field subclass.public java.lang.Class getFieldClass()
getFieldClass in interface IQueryParamHelperIQueryParamHelper.createField(Record, IPointQueryParam)
public java.lang.String generateHql(IPointQueryParam thePointQueryParam,
int theIndex)
generateHql in interface IQueryParamHelperthePointQueryParam - The provided "point" query param.theIndex - The index of the query param within the containing query.
public java.util.Map generateHqlParamMap(IPointQueryParam thePointQueryParam,
int theIndex)
generateHqlParamMap in interface IQueryParamHelperthePointQueryParam - The provided "point" query param.theIndex - The index of the query param within the containing query.
public java.lang.String generateHql(IGroupQueryParam theGroupQueryParam,
int theIndex)
generateHql in interface IQueryParamHelpertheGroupQueryParam - The provided "group" query param.theIndex - The index of the query param within the containing query.
public java.util.Map generateHqlParamMap(IGroupQueryParam theGroupQueryParam,
int theIndex)
generateHqlParamMap in interface IQueryParamHelpertheGroupQueryParam - The provided "group" query param.theIndex - The index of the query param within the containing query.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||