Skip to content

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

License

Notifications You must be signed in to change notification settings

stepan-romankov/hibernate-types

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Batchfile 0.1%