Ignore:
Timestamp:
Mar 20, 2012, 2:40:52 PM (12 years ago)
Author:
fmguler
Message:

Refs #7 - Implemented orderAsc and orderDesc methods of Criteria. Have been testing these for a while, no problem so far. Added BigDecimal to db classes (Numeric db type). If the column name is "order" it is escaped while insert/update. (This should be done for all db keywords). Fixed missing mapping of one to many assc. (lists) of many to one (object) assc (obj.obj.list).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/nbproject/project.properties

    r34 r37  
    11annotation.processing.enabled=true 
    22annotation.processing.enabled.in.editor=false 
     3annotation.processing.processors.list= 
    34annotation.processing.run.all.processors=true 
    45application.args= 
     
    5455meta.inf.dir=${src.dir}/META-INF 
    5556mkdist.disabled=true 
    56 platform.active=JDK_1.4 
     57platform.active=JDK_1.5 
    5758run.classpath=\ 
    5859    ${javac.classpath}:\ 
Note: See TracChangeset for help on using the changeset viewer.