Subject Re: [Firebird-Java] Error relationship one to many
Author Adriano dos Santos Fernandes
Roman Rokytskyy escreveu:
> Hi,
>
>> I have the following problem when using JPA (toplink)/Jaybird with a
>> relationship one to many, below the sources and error:
>
> The issue is in the order in which statements are sent to the database.
> 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.
>
I had this happening with Hibernate JPA, and it was "wrong"
hashCode/equals implementation of collection element objects.


Adriano