My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 37: SortDirection isn't public
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Feb 2009


 
Reported by jungl...@gmail.com, Feb 12, 2009
What steps will reproduce the problem?
1. I can't use SortDirection class in my queries

What is the expected output? What do you see instead?
I want use it to order a column

What version of the product are you using? On what operating system?
liquidform.jpa-1.0.0-rc1


Feb 13, 2009
Project Member #1 eric.bot...@gmail.com
Hello,

the enum is indeed package protected but you don't need to reference it directly
thanks to LiquidForm.ASC and LiquidForm.DESC which are visible when you import
statically LiquidForm.* (which you would typically do when using LF).

Have a look at LiquidFormIntegrationTests line 682 for an example of this (the class
is in a different package than LF but can order queries nevertheless)

Hope that helps.
Marking as WontFix, don't hesitate to comment further if your issue is not fixed.
Status: WontFix
Labels: Milestone-Release1.0

Powered by Google Project Hosting