Deprecated API


Contents
Deprecated Methods
org.synyx.hades.domain.Sort.getOrder()
          use Sort.Property.getOrder() while iterating over all properties 
org.synyx.hades.domain.Sort.getProperties()
          prefer iterating over the Sort instance 
org.synyx.hades.domain.Sort.isAscending()
          use Sort.Property.isAscending() while iterating over all properties 
org.synyx.hades.domain.Sort.with(Order)
          user Sort.Property.with(Order) instead 
org.synyx.hades.domain.Sort.withProperties(String...)
          use Sort.Property.withProperties(String...) instead 
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.