You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by RamAESIS <rs...@hcl.in> on 2009/03/05 06:12:46 UTC

Element join column data type mismatch

Hi,

I have a table A with column COL1 of type java.lang.Long, i am joining this
in a OneToMany relationship using ElementJoinColumn annotation with COL2 of
table B which is a String data type. OpenJPA is throwing an error while
validating the metadata saying the datatype is incompatible. Is there any
way or workaround to resolve this issue and support implicit type conversion
while joining the columns. Any help is appreciated.

Regards,
Ram
-- 
View this message in context: http://n2.nabble.com/Element-join-column-data-type-mismatch-tp2427487p2427487.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.