I add to the answer of Chris Winters, but using foreign keys in order to implement it. You can write:
This will do the job and also take care of foreign keys, and will give you the flexibility to define by yourself which tables are created in the database by Hibernate.