Last Version

de.exalta:envers-schema 1.0.2

Analyses the JPA entities in a specified package and generates DDL statements for schema generation. Besides the Entity annotation, this plugin processes the Hibernate Envers annotation Audited and generates AUD tables accordingly.

License

License

GroupId

GroupId

de.exalta
ArtifactId

ArtifactId

envers-schema
Version

Version

1.0.2
Type

Type

pom
Description

Description

de.exalta:envers-schema
Analyses the JPA entities in a specified package and generates DDL statements for schema generation. Besides the Entity annotation, this plugin processes the Hibernate Envers annotation Audited and generates AUD tables accordingly.
Project URL

Project URL

https://github.com/anhahne/envers-schema
Source Code Management

Source Code Management

https://github.com/anhahne/envers-schema

Download envers-schema 1.0.2

Filename Size
envers-schema-1.0.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/de.exalta/envers-schema/ -->
<dependency>
    <groupId>de.exalta</groupId>
    <artifactId>envers-schema</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.exalta/envers-schema/
implementation 'de.exalta:envers-schema:1.0.2'
// https://jarcasting.com/artifacts/de.exalta/envers-schema/
implementation ("de.exalta:envers-schema:1.0.2")
'de.exalta:envers-schema:pom:1.0.2'
<dependency org="de.exalta" name="envers-schema" rev="1.0.2">
  <artifact name="envers-schema" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.exalta', module='envers-schema', version='1.0.2')
)
libraryDependencies += "de.exalta" % "envers-schema" % "1.0.2"
[de.exalta/envers-schema "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • maven-envers-schema-plugin