Menu

#6 Possibility of saving NULL values via Hibernate

open
Generator (4)
9
2005-05-09
2005-05-04
fabrici
No

Possibility of saving NULL values into DB via Hibernate
is missing. (generated promitive types don't allow that)

It would be very helpfull to have possibility to define that
some of the members of generated Java class should be
of type java.lang.* (not native types).

Discussion

  • fabrici

    fabrici - 2005-05-04
    • priority: 5 --> 9
     
  • Dieter Moroff

    Dieter Moroff - 2005-05-09
    • assigned_to: nobody --> tkacr
     
  • Dieter Moroff

    Dieter Moroff - 2005-05-09

    Logged In: YES
    user_id=555111

    For <<BusinessObject>>s following implementation will be made:

    On attributes the stereotype <<0..1>> marks an optional
    attribute.
    * In Java/J2EE-Mapping these attributes are mapped to their
    java.lang types.
    * In CORBA IDL Mapping an extra member in the structure
    <Attribute>IsSet will be declared
    * In WebService WSDL Mapping a correct mapping handling of
    nullable will be made.

     

Log in to post a comment.