Last Version

jpa-type-flattenedjson 0.2.1

Simulate a new datatype FlattenedJson in database based on the AttributeConverter feature of JPA 2.1 with Hibernate, QueryDsl, Jackson JSON and JsonFlattener.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless
ArtifactId

ArtifactId

jpa-type-flattenedjson
Version

Version

0.2.1
Type

Type

jar
Description

Description

jpa-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://github.com/wnameless/jpa-type-flattenedjson

Download jpa-type-flattenedjson 0.2.1


<!-- 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"]

Dependencies

compile (6)

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

test (10)

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

Project Modules

There are no modules declared in this project.