Last Version

random-jpa 1.0.5

This project was born out of a need to create test data for complex database hierarchy. This project has two main aspects to it: * Self managing entity relationship (based on foreign key relationship between tables) * Simplifying creation of random data for entities.

License

License

GroupId

GroupId

com.github.kuros
ArtifactId

ArtifactId

random-jpa
Version

Version

1.0.5
Type

Type

jar
Description

Description

random-jpa
This project was born out of a need to create test data for complex database hierarchy. This project has two main aspects to it: * Self managing entity relationship (based on foreign key relationship between tables) * Simplifying creation of random data for entities.
Project URL

Project URL

https://github.com/kuros/random-jpa
Source Code Management

Source Code Management

https://github.com/kuros/random-jpa

Download random-jpa 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.kuros/random-jpa/ -->
<dependency>
    <groupId>com.github.kuros</groupId>
    <artifactId>random-jpa</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuros/random-jpa/
implementation 'com.github.kuros:random-jpa:1.0.5'
// https://jarcasting.com/artifacts/com.github.kuros/random-jpa/
implementation ("com.github.kuros:random-jpa:1.0.5")
'com.github.kuros:random-jpa:jar:1.0.5'
<dependency org="com.github.kuros" name="random-jpa" rev="1.0.5">
  <artifact name="random-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuros', module='random-jpa', version='1.0.5')
)
libraryDependencies += "com.github.kuros" % "random-jpa" % "1.0.5"
[com.github.kuros/random-jpa "1.0.5"]

Dependencies

provided (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 Optional jar 1.7.30
org.apache.logging.log4j : log4j-core Optional jar 2.17.1
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final

test (7)

Group / Artifact Type Version
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.13.1
org.hibernate : hibernate-entitymanager jar 5.2.11.Final
org.eclipse.persistence : eclipselink jar 2.6.4
org.hsqldb : hsqldb jar 2.3.3
com.h2database : h2 jar 1.4.195

Project Modules

There are no modules declared in this project.