License |
License |
---|---|
GroupId | GroupIdcom.github.kuros |
ArtifactId | ArtifactIdrandom-jpa |
Version | Version1.0.5 |
Type | Typejar |
Description |
Descriptionrandom-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
random-jpa-1.0.5.pom | |
random-jpa-1.0.5.jar | 221 KB |
random-jpa-1.0.5-sources.jar | 154 KB |
random-jpa-1.0.5-javadoc.jar | 874 KB |
Browse |
<!-- 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"]
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 |
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 |