Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv26401/src/xdoclet/modules/hibernate

Modified Files:
        HibernateTagsHandler.java 
Log Message:
allow java.math.BigDecimal as primitive Id type ( XDT-524 )


Index: HibernateTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** HibernateTagsHandler.java   30 Apr 2003 21:04:03 -0000      1.17
--- HibernateTagsHandler.java   14 Jun 2003 12:40:56 -0000      1.18
***************
*** 350,353 ****
--- 350,354 ----
              "java.lang.Short".equals(type) ||
              "java.lang.String".equals(type) ||
+             "java.math.BigDecimal".equals(type) ||
              isUserType;
  



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to