celerio 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.

Лицензия

Лицензия

Группа

Группа

com.jaxio.celerio.packs
Идентификатор

Идентификатор

pack-backend-jpa
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

celerio 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.
Ссылка на сайт

Ссылка на сайт

https://github.com/jaxio/pack-backend-jpa
Организация-разработчик

Организация-разработчик

JAXIO
Система контроля версий

Система контроля версий

http://github.com/jaxio/pack-backend-jpa/

Скачать pack-backend-jpa

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.jaxio.celerio.packs/pack-backend-jpa/ -->
<dependency>
    <groupId>com.jaxio.celerio.packs</groupId>
    <artifactId>pack-backend-jpa</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jaxio.celerio.packs/pack-backend-jpa/
implementation 'com.jaxio.celerio.packs:pack-backend-jpa:1.0.4'
// https://jarcasting.com/artifacts/com.jaxio.celerio.packs/pack-backend-jpa/
implementation ("com.jaxio.celerio.packs:pack-backend-jpa:1.0.4")
'com.jaxio.celerio.packs:pack-backend-jpa:jar:1.0.4'
<dependency org="com.jaxio.celerio.packs" name="pack-backend-jpa" rev="1.0.4">
  <artifact name="pack-backend-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jaxio.celerio.packs', module='pack-backend-jpa', version='1.0.4')
)
libraryDependencies += "com.jaxio.celerio.packs" % "pack-backend-jpa" % "1.0.4"
[com.jaxio.celerio.packs/pack-backend-jpa "1.0.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Celerio Generation Template Pack: JPA backend

Build Status

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:

To generate an application from this pack simply execute:

mvn com.jaxio.celerio:bootstrap-maven-plugin:bootstrap

Please read Celerio Documentation 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

com.jaxio.celerio.packs

Jaxio

Jaxio develops Celerio, a pragmatic code generator tool for data-driven Applications.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0