Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.68 KB

README.md

File metadata and controls

64 lines (45 loc) · 2.68 KB

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>1.1.1</version>
</dependency>

Hibernate 5.1 and 5.0

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

Hibernate 4.3

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

Hibernate 4.2 and 4.1

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

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

High-Performance Java Persistence

Requirements

  • Java 1.6 or above. Same as the Hibernate ORM version you are using.
  • SLF4J