Forums Register Login

Getting Mapping Exception in Hibernate

+Pie Number of slices to send: Send
I have an XML which goes some thing like this

<Form>
<dataset1>


</dataset1>
<dataset2>
</dataset2>
<dataset3>
</dataset3>
</Form>


The way my pojo classes have been created is that I have Form Class which actually is a container for all the datasets. The dataset are basically collections in the Form class. Unfortunately, I haven't defined a .hbm.xml file for Form because it doesn't have any table. When I tried to insert the POJO, I get an error saying unknown entity Form. I know a lot of people might have faced this situation, how can I handle this case

Thanks
[ May 22, 2007: Message edited by: Harjit Singh ]
+Pie Number of slices to send: Send
Then don't call save(form), and loop through your collection of datasets and call save(dataset) on each one.

Mark
You may have just won ten million dollars! Or, maybe a tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1225 times.
Similar Threads
running applet through JSP
PreparedStatement (displaying records)
Initializing an object for reuse
best way to convert plugin classes from struts to spring
showing applet embedded in jsp
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 00:20:53.