[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions

griffitm do-not-reply at jboss.com
Thu Oct 25 17:31:57 EDT 2007


This seems to work:

  |         @Override
  |         public String getOrder(){
  |             if(super.getOrder() == null){
  |                 return "status.sortOrder";    
  |             }
  |             return super.getOrder();
  |             
  |         }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099041#4099041

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099041



More information about the jboss-user mailing list