The moose likes Object Relational Mapping and the fly likes Hibernate wrong number of column. should be 1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Hibernate wrong number of column. should be 1" Watch "Hibernate wrong number of column. should be 1" New topic
Author

Hibernate wrong number of column. should be 1

Clauber Ferreira
Greenhorn

Joined: Jun 29, 2009
Posts: 1
Hi people i need your help

i have an error at the relationship between two tables


Table Maquina
------------------
cod_status (FK)
cod_situacao (FK)

table Situacao
-----------------
cod_status (PK)
cod_situacao (Pk)





it's not working, see the log error

This message was edited 1 time. Last update was at by Clauber Ferreira

 
 
subject: Hibernate wrong number of column. should be 1
 
MyEclipse, The Clear Choice