Top "Hbm2ddl" questions

hibernate utility to manage the creation and/or deployment of database schemas (data definition language)

Where did Configuration.generateSchemaCreationScript() go in Hibernate 5

In Hibernate 4.x, I used to generate and export the schema as defined in annotated entities as follows (using Spring …

java jpa configuration hbm2ddl hibernate-5.x
Hibernate: hibernate.hbm2ddl.auto=update show generated sql

I wish to pass to Hibernate's SessionFactory hibernate.hbm2ddl.auto=update and see in log file generated sql statements. …

java hibernate hbm2ddl
Mapping Java byte[] to MySQL binary(64) in Hibernate

I'm having some trouble mapping a byte array to a MySQL database in Hibernate and was wondering if I'm missing …

mysql hibernate hbm2ddl hbm
How to creata database Schema using Hibernate

After reading Hibernate: hbm2ddl.auto=update in production? some questions arose. First of all, the reason for I'm using …

java database hibernate hbm2ddl
hibernate one to many single direction

I'm trying to make some hibernate stuff and create sql scripts automatically based on the hibernate annotations. Here is what …

java hibernate maven hbm2ddl
HIbernate schema update error

During the startup of Jboss server, I get the following stacktrace. I wonder why JPA is trying to alter tables …

hibernate jboss hbm2ddl