0 Replies Latest reply on Apr 13, 2006 11:51 AM by ivan.rosina

    Hibernate Reverse engineering tools Seam Skeleton

    ivan.rosina

      I'm experimenting in Eclipse with JBoss IDE, Hibernate Tools and Seam skeleton generator.
      I found a bug on generated code doing reverse engineering from a JDBC connection on Sybase Adaptive Server Anywhere 9.
      In detail tables that have columns of type char(1) generate code with getter methods with a primitive return type of char.

      OK, this is not a problem itself, but somewhere else is checked against a null value:
      something like
      ...
      if (get == null)
      ...

      and this is a problem !

      Hope this helps.

      Ivan Rosina