IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Object Relational Mapping
 
RSS feed
 
New topic
Author

Adding an element to a collection

Roel De Nijs
Bartender

Joined: Jul 19, 2004
Messages: 1465

Hi all,

I have the following 3 classes (only approproate code is shown):
- Vestiging

- VestigingOmschrijving

- VestigingEmail


When the following code is executed, i see in the console 1 insert statement and 2 update statements generated (and when i look into the database, the new VestigingOmschrijving is added to the appropriate table). so it works like a charm and does what i expect.


When I try to do the same for VestigingEmail, but no insert/update statements are generated and the new email address is not added to the database.


I have totally no clue about why the VestigingEmail is not added, but the VestigingOmschrijving is. Code seems similar to me, so totally lost on this.

Any help highly appreciated,
Kind regards,
Roel

This message was edited 1 time. Last update was at by Roel De Nijs


SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
http://www.zvcvalaar.be/
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Object Relational Mapping
 
RSS feed
 
New topic
hibernate profiler