An open API service indexing awesome lists of open source software.

https://github.com/cobbzilla/springcomponentconfiguration

Allows you to use the hibernate3-maven-plugin to generate database SQL schema only using JPA and Hibernate annotations, without any hbm files or hibernate-cfg.xml. Provides a components.xml and implements a ComponentConfiguration. Forked from Apache-licensed code.
https://github.com/cobbzilla/springcomponentconfiguration

Last synced: 4 months ago
JSON representation

Allows you to use the hibernate3-maven-plugin to generate database SQL schema only using JPA and Hibernate annotations, without any hbm files or hibernate-cfg.xml. Provides a components.xml and implements a ComponentConfiguration. Forked from Apache-licensed code.

Awesome Lists containing this project

README

          

SpringComponentConfiguration
============================

Allows you to use the hibernate3-maven-plugin to generate database SQL schema only using JPA and Hibernate annotations, without any hbm files or hibernate-cfg.xml. Provides a components.xml and implements a ComponentConfiguration. Forked from Apache-licensed code.