Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] descriptor.disableCacheHits() does not disable cache hits

It will really appreciate if you can give some pointer.

I want to see via logs then caching is working

Thanks in advance.


Tim Hollosy wrote:
> 
> To give more than one query hint on a native query use the hints
> attribute of the annotation, it takes an array of QueryHints
> 
> hints={@QueryHint(name=QueryHints.REFRESH,value=HintValues.TRUE),@QueryHint(name=QueryHints.CACHE_USAGE,value=HintValues.WHATEVER)}
> 
>> How to give more then one query hints? (eclipse.refresh and CACHE_USAGE
> 
> ./tch
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
> 
> 

-- 
View this message in context: http://www.nabble.com/descriptor.disableCacheHits%28%29-does-not-disable-cache-hits-tp18826932p18834527.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top