From: Gavin_King/Cirrus%<CI...@ci...> - 2002-02-28 08:46:08
|
> The documentation needs more examples. Absolutely spot on. This is a major missing feature. > I will work on the documentation as I learn > more about hibernate. I would *really* appreciate this. > In the xml map file, how to specify a non null > property? The following elements: <property>, <many-to-one>, <collection>, <element>, <many-to-many>, <subcollection>, <column> all take an attribute called not-null. ie. <property name="foo" not-null="true"/> peace Gavin |