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

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


Back to the top