Hey,
I am just starting to learn about how to use Hibernate on a relatively small
project with very low usage. However I am interested in trying to gain some
momentum in my organization (government) to move toward lightwieght
technologies like Spring and Hibernate and away from EJB. Does anyone know of
some good benchmark implementations of Hibernate (and Spring) where the
technologies are used for large enterprise applications with success. I need
some examples (possibly other government organizations/agencies) to justify
the endeavor.
Thanks,
--
twcrone@xxxxxxxxxxxxx
859-278-9634
--- Begin Message ---
Chris,
Thanks. Mapping with insert="false" did the trick.
On 7/20/05, Chris Nelson <cnelson4eii@xxxxxxxxx
> wrote:Did you mapping it with insert="false"? I believe this would tell it to leave it out of the insert
statement entirely.
--- Bill Manuel <bill.manuel@xxxxxxxxx> wrote:
> Does anyone know how to make hibernate accept the > default values of the
> database on an insert? The column in the database is > not nullable, so when I > set the value of the property to null, the database > crys becasue of the null > value. > > Any help is appreciated.
> > Thanks > Bill Manuel >
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
--- End Message ---
|