Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Is there a way by which we can map the same column to multipe embedded attribute overrides ?

Hi Guy,

I have tried that out, it still inserts a null in the COUNTRY_CODE column

[EL Fine]: sql: 2012-10-30
09:34:29.572--ClientSession(873769339)--Connection(108625948)--Thread(Thread[main,5,main])--INSERT
INTO JPA_EMPLOYEE (EMP_ID, COUNTRY_CODE, EMP_NAME, VERSION, HOME_ADDR,
WORK_ADDR) VALUES (?, ?, ?, ?, ?, ?)
	bind => [101, null, SomeName, 1, 112 XYZ, 111 ABC]


Thanks,
Bhakti



--
View this message in context: http://eclipse.1072660.n5.nabble.com/Is-there-a-way-by-which-we-can-map-the-same-column-to-multipe-embedded-attribute-overrides-tp155354p155386.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top