In this code, how to generate a Java class for the composite key (how to composite key in hibernate):
create table Time (
levelStation int(15) not null,
The primary key class must define equals and hashCode methods
http://www.laliluna.de/jpa-hibernate-guide/ch06s06.html