Merge « Component « JPA Q&A





1. Merge a hibernate's component from 2 different "join".    stackoverflow.com

I have the following problem, CustomerVoucherAgreementImpl.class (table="E_VOUCHER_CUST_AGREEMENT") has a shared component(orderRelatedData) with his child CustomerVoucherAgreementImplCL.class (table="E_VOUCHER_CUST_AGREEMENT_CL"), and when I try to read a CustomerVoucherAgreementImplCL.class(the select statement is correctly ...

2. How to do a Merge in a hibernate component    coderanch.com

Hello guys, I have the following problem , CustomerVoucherAgreementImpl.class (table="E_VOUCHER_CUST_AGREEMENT") has a shared component(orderRelatedData) with his child CustomerVoucherAgreementImplCL.class (table="E_VOUCHER_CUST_AGREEMENT_CL"), and when I try to read a CustomerVoucherAgreementImplCL.class(the select statement is correctly executed and brings all the requested values), the orderRelatedData component sets to null the attributes filled by first join(E_VOUCHER_CUST_AGREEMENT). The question is, How can I merge a component from 2 ...

3. Merge a component from 2 different join    forum.hibernate.org

Newbie Joined: Fri Jul 22, 2011 10:04 am Posts: 3 Hello guys, I have the following problem, CustomerVoucherAgreementImpl.class (table="E_VOUCHER_CUST_AGREEMENT") has a shared component(orderRelatedData) with his child CustomerVoucherAgreementImplCL.class (table="E_VOUCHER_CUST_AGREEMENT_CL"), and when I try to read a CustomerVoucherAgreementImplCL.class(the select statement is correctly executed and brings all the requested values), the orderRelatedData component sets to null the attributes filled by first join(E_VOUCHER_CUST_AGREEMENT). The question ...

4. Why is a collection in component not persisted via a merge?    forum.hibernate.org

Author Message grainnecoghlan Post subject: Why is a collection in component not persisted via a merge? Posted: Thu Apr 09, 2009 10:37 am Newbie Joined: Mon Sep 18, 2006 11:15 am Posts: 6 I'm updating a project that was using Hibernate version 3.0.5 to use Hibernate version 3.3.1 In the model we have an entity that contains a component. ...