Registry / orm / hibernate-types-52

hibernate-types-52

JSON →
library2.21.1javamavenunverified

Extra types for Hibernate ORM 5.2, 5.3, and 5.4, including JSON, array, and enum support.

<dependency> <groupId>com.vladmihalcea</groupId> <artifactId>hibernate-types-52</artifactId> <version>2.21.1</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-TYPES-52
H
hibernate-types-52
ormjavav2.21.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonStringType
com.vladmihalcea.hibernate.type.json.JsonStringType

Minimal usage of Hibernate Types 52 JsonStringType

import com.vladmihalcea.hibernate.type.json.JsonStringType; import org.hibernate.annotations.TypeDef; @TypeDef(name = "json", typeClass = JsonStringType.class) public class Example { // entity usage }
Debug
Known issues
breakingOnly compatible with Hibernate 5.2, 5.3, and 5.4.
fix
Use hibernate-types-55 or hibernate-types-60 for newer Hibernate versions.
affects: 2.21.1
Upgrade
Version history
2.21.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Resources
hibernate-types-52 — mvn dependency:get hibernate-types-52 · libregistry