gt;collection side is the owner instead?
>
> Chris
>
>
> On 09/01/2016 06:14 AM, Dev Stack wrote:
>
>> Hello,
>>
>> we have in our model entity P (product) and entity O (offer). The two
>> entities have a link.
>> one instance of P can have one or
Hello,
we have in our model entity P (product) and entity O (offer). The two
entities have a link.
one instance of P can have one or many O instances.
an instance O has a reference to only one instance of P.
The link is managed in the O side.
P and O are revisioned by Hibernate Envers.
Two use c