astyanax
astyanax copied to clipboard
CompositeEntityManager now allows for reversible queries
CompositeEntityManager.createNativeQuery() would create a new NativeQuery but with no option to change the ordering of the resultset in the underlying column range. I just made RangeBuilder.setReversed accessible via NativeQuery (which is currently only used within CompositeEntityManager)
It will be super nice to do a order by desc query. Is this merged and available ?
as far as I know, no, still not merged :-/
On Thu, Jul 2, 2015 at 1:27 PM, Prashanth Raghavan <[email protected]
wrote:
It will be super nice to do a order by desc query. Is this merged and available ?
— Reply to this email directly or view it on GitHub https://github.com/Netflix/astyanax/pull/545#issuecomment-118099590.