Despite documentation (http://docs.jboss.org/hibernate/orm/5.0/userguide/html_single/Hibernate_User_Guide.html#configurations-hbmddl) saying 'create-only' is a valid value for the hibernate.hbm2ddl.auto property, it is not recognized.
Test case in this repo: https://github.com/ahumellihuk/hibernate-test-case-templates |
|