• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Composite Primary key mapping problem with one-to-one Relation

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I have two tables

In First table
for example

First Table:- Connection
Columns -- connectionId, ConnectionIndex, PairId, cabletype.

In this table connectionId, ConnectionIndex, PairId declared as a composite primary key.

secound Table:- ConnectionPair
Columns: pairId, DeviceId, PortId, cableType.
PairId declared as a primary key.

This two table having one-to-one relation

In the same maner i am doing all xml mapping and POJO files but it is throwing an exception called

Caused by: net.sf.hibernate.MappingException: duplicate import: ConnectionVO

I am facing this problem.


Please any one can suggest how can i reslove this ..


Thanks,
M. Jidhendra Kumar.








Caused by: net.sf.hibernate.MappingException: duplicate import:
reply
    Bookmark Topic Watch Topic
  • New Topic