Subject | Re: [Firebird-Java] Error relationship one to many |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-11-03T13:40:35Z |
Hi,
However, I do not know whether it is TopLink specific or mapping
specific - I do not have such issue in Hibernate, but usually I use
direct Hibernate mappings, not JPA ones.
If you create a small test case with JPA annotations (no TopLink
specifics), I could try it with Hibernate.
Roman
> I have the following problem when using JPA (toplink)/Jaybird with aThe issue is in the order in which statements are sent to the database.
> relationship one to many, below the sources and error:
However, I do not know whether it is TopLink specific or mapping
specific - I do not have such issue in Hibernate, but usually I use
direct Hibernate mappings, not JPA ones.
If you create a small test case with JPA annotations (no TopLink
specifics), I could try it with Hibernate.
Roman