License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdjpa-type-flattenedjson |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjpa-type-flattenedjson
Simulate a new datatype FlattenedJson in database based on the AttributeConverter feature of JPA 2.1 with Hibernate, QueryDsl, Jackson JSON and JsonFlattener.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/jpa-type-flattenedjson/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>jpa-type-flattenedjson</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/jpa-type-flattenedjson/
implementation 'com.github.wnameless:jpa-type-flattenedjson:0.2.1'
// https://jarcasting.com/artifacts/com.github.wnameless/jpa-type-flattenedjson/
implementation ("com.github.wnameless:jpa-type-flattenedjson:0.2.1")
'com.github.wnameless:jpa-type-flattenedjson:jar:0.2.1'
<dependency org="com.github.wnameless" name="jpa-type-flattenedjson" rev="0.2.1">
<artifact name="jpa-type-flattenedjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='jpa-type-flattenedjson', version='0.2.1')
)
libraryDependencies += "com.github.wnameless" % "jpa-type-flattenedjson" % "0.2.1"
[com.github.wnameless/jpa-type-flattenedjson "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | 2.2 |
com.github.wnameless.json : json-flattener | jar | 0.7.0 |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.hibernate : hibernate-core | jar | 5.3.11.Final |
com.querydsl : querydsl-jpa | jar | 4.2.1 |
org.postgresql : postgresql | jar | 42.2.6 |
Group / Artifact | Type | Version |
---|---|---|
com.github.gavlyukovskiy : p6spy-spring-boot-starter | jar | 1.5.3 |
org.projectlombok : lombok | jar | 1.18.8 |
org.springframework.boot : spring-boot-starter | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-devtools | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.8.RELEASE |
com.h2database : h2 | jar | 1.4.199 |
org.hsqldb : hsqldb | jar | 2.4.1 |
mysql : mysql-connector-java | jar | 8.0.17 |