Hi
I exported my database schema with hibernate + H2 but the SQL "cascade
on delete" are not generated.
@ManyToOne(cascade={CascadeType.ALL})
@JoinColumn(name="ID_LOGICAL", nullable=false)
@OnDelete(action=OnDeleteAction.CASCADE)
private Item item;
Any Idea ?
Thanks by advance,
Julien
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.