I would like to use Hibernate schema generation to generate DDL for a database with which I cannot access directly from my PC, simply using the hibernate configuration files. I would like to skip, if possible, setting up a local oracle database. Can hibernate generate DDL for a “theoretical” database of the corresponding dialect, version, etc., Or is it a dream dream?
Are there other tools that can do this?
source
share