sunshinexb / hibernate-types

The Hibernate Types repository gives you extra types that are not supported by the Hibernate ORM core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Maven Central JavaDoc

Introduction

The Hibernate Types repository gives you extra types that are not supported by the Hibernate ORM core.

Features

Installation

Depending on the Hibernate version you are using, you need to following dependency:

Hibernate 5.2

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-52</artifactId>
    <version>2.0.0</version>
</dependency>

Hibernate 5.1 and 5.0

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-5</artifactId>
    <version>2.0.0</version>
</dependency>

Hibernate 4.3

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-43</artifactId>
    <version>2.0.0</version>
</dependency>

Hibernate 4.2 and 4.1

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-4</artifactId>
    <version>2.0.0</version>
</dependency>

If you like it, you are going to love my book as well!

High-Performance Java Persistence

Requirements

  • Java version supported by the Hibernate ORM version you are using.
  • SLF4J
  • Jackson Databind

About

The Hibernate Types repository gives you extra types that are not supported by the Hibernate ORM core.

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Batchfile 0.1%