hibernate-json

Store entity attributes (POJOs, lists and maps) as JSON strings in database.

License

License

Categories

Categories

JSON Data Hibernate ORM
GroupId

GroupId

com.bertoncelj.hibernatejson
ArtifactId

ArtifactId

hibernate-json
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

hibernate-json
Store entity attributes (POJOs, lists and maps) as JSON strings in database.

Download hibernate-json

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.3.2
com.google.guava : guava jar 16.0.1

provided (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.5.Final

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
com.h2database : h2 jar 1.4.181
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final
org.hibernate : hibernate-entitymanager jar 4.3.5.Final

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2