Ignore:
Timestamp:
02/27/14 14:42:03 (10 years ago)
Author:
npipsl
Message:

Mise a à jour commit Nat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/persistence/implementation/com/ether/dao/plot/PlotDAOImpl.java

    r405 r770  
    3131                        .add(Restrictions.ge("datedeb", pFormatDate_deb)) 
    3232                        .add(Restrictions.lt("datedeb", pFormatDate_fin)) 
     33            .addOrder( Order.desc( "datedeb" ) ) 
    3334                        .createCriteria("instrument","instrument").add(Restrictions.ilike("instrument.name",instrument,MatchMode.ANYWHERE)) 
    3435                        .createCriteria("station","station").add(Restrictions.ilike("station.name",station,MatchMode.ANYWHERE)); 
Note: See TracChangeset for help on using the changeset viewer.