hibernate5-ddl-maven-plugin icon indicating copy to clipboard operation
hibernate5-ddl-maven-plugin copied to clipboard

Maven plugin for creating SQL DDL files for applications which use Hibernate as JPA provider

Results 12 hibernate5-ddl-maven-plugin issues
Sort by recently updated
recently updated
newest added

I'm working in a project with an (unfortunate) mix of JPA annotations, Hibernate annotations, and hbm.xml mapping files. It's a Spring Boot application and we specify the locations of the...

I have two persistence units in my persistence.xml, each one with a different set of classes. They were both configured with exclude-unlisted-classes=true in order to avoid hibernate to auto discover...