hibernate2json

Maping JSON objects using generic Hibernate Types

License

License

GNU
Categories

Categories

JSON Data Hibernate ORM
GroupId

GroupId

com.github.alaptseu
ArtifactId

ArtifactId

hibernate2json
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

hibernate2json
Maping JSON objects using generic Hibernate Types
Project URL

Project URL

https://github.com/alaptseu/hibernate2json
Source Code Management

Source Code Management

https://github.com/alaptseu/hibernate2json

Download hibernate2json

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.8.8.1
org.hibernate : hibernate-core jar 5.1.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

hibernate2json

The implementaion is taken from https://vladmihalcea.com/2016/06/20/how-to-map-json-objects-using-generic-hibernate-types/

To use add maven dependency:

<dependency>
  <groupId>com.github.alaptseu</groupId>
  <artifactId>hibernate2json</artifactId>
  <version>1.0</version>
</dependency>

if you prefer snapshot version:

<repositories>
  <repository>
     <id>oss.snapshots</id>
     <name>OSS Sonatype Snapshot Repository</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
      <releases>
       <enabled>false</enabled>
      </releases>
      <snapshots>
       <enabled>true</enabled>
      </snapshots>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.alaptseu</groupId>
  <artifactId>hibernate2json</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Versions

Version
1.0