https://github.com/jaxio/pack-backend-jpa
Celerio Code Generation Template Pack for JPA / Hibernate / Spring / Lucene
https://github.com/jaxio/pack-backend-jpa
Last synced: 2 months ago
JSON representation
Celerio Code Generation Template Pack for JPA / Hibernate / Spring / Lucene
- Host: GitHub
- URL: https://github.com/jaxio/pack-backend-jpa
- Owner: jaxio
- License: apache-2.0
- Created: 2015-10-30T10:14:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T19:39:41.000Z (over 9 years ago)
- Last Synced: 2025-07-11T02:52:05.312Z (9 months ago)
- Language: Java
- Homepage: http://www.jaxio.com/en/
- Size: 159 KB
- Stars: 10
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Celerio Generation Template Pack: JPA backend
[](https://travis-ci.org/jaxio/pack-backend-jpa)
The Celerio Generation Template Pack "JPA backend" contains a set of source code file templates that
are interpreted by Celerio code generator in order to generate an application persistence layer.
## Generate an application
This pack is part of Celerio distribution.
*Prerequisites:*
* [Java Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Maven 3.3.3](https://maven.apache.org/download.cgi)
To generate an application from this pack simply execute:
mvn com.jaxio.celerio:bootstrap-maven-plugin:bootstrap
Please read [Celerio Documentation](http://www.jaxio.com/documentation/celerio) for more details.
## Change Log
### 1.0.4 (2016-09-12)
* Leverage JPA @Convert for enum (see documentation)
* Audit in entity now supports different date types
### 1.0.3
* Fix name clash with table whose name is 'Document'.
* Comply with Celerio 4.0.3 which expects celerio-pack.xml to be present (instead of celerio.txt) in the jar of the pack
### 1.0.2
* Uses Celerio 4.0.2. As a result, no longer need to use Jaxio's repository since Celerio is now on Maven Central.
### 1.0.1
* Fix login page i18n rendering
* Clean up generated pom.xml
### 1.0
* initial version, upgraded from our private distribution
## Contributors
In alphabetical order:
* Jean-Louis Boudart
* Sébastien Péralta
* Florent Ramière
* Nicolas Romanetti
## License
The Celerio Generation Template Pack "JPA backend" is released under version 2.0
of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0)