java Programming Glossary: confpathid
How to map a composite key with Hibernate? http://stackoverflow.com/questions/3585034/how-to-map-a-composite-key-with-hibernate not null distance int 15 not null price int 15 not null confPathID int 15 not null constraint ConfPath_fk foreign key confPathID.. int 15 not null constraint ConfPath_fk foreign key confPathID references ConfPath confPathID primary key levelStation ConfPathID.. ConfPath_fk foreign key confPathID references ConfPath confPathID primary key levelStation ConfPathID ENGINE InnoDB DEFAULT CHARSET..
|