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.
- Host: GitHub
- URL: https://github.com/cobbzilla/springcomponentconfiguration
- Owner: cobbzilla
- Created: 2012-12-21T09:37:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T09:58:20.000Z (over 13 years ago)
- Last Synced: 2024-12-31T09:47:04.938Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.