Hi Derek,
Hibernate will generate the required tables for you, you only need to look for the persistence.xml file where the persistence unit is configured and change the configurations there to point your database. You will also add the propietary driver into the class path in order to be able to connect with your DB.
Cheers