Last Version

Hibernate type mapping for PostgreSQL types 1.0.21

A collection of Hibernate type mappings for PostgreSQL-specific types such as hstore, circle, polygon, and more!

License

License

Categories

Categories

PostgreSQL Data Databases Hibernate ORM
GroupId

GroupId

com.github.the-alchemist
ArtifactId

ArtifactId

hibernate-postgresql
Version

Version

1.0.21
Type

Type

jar
Description

Description

Hibernate type mapping for PostgreSQL types
A collection of Hibernate type mappings for PostgreSQL-specific types such as hstore, circle, polygon, and more!
Project URL

Project URL

https://github.com/The-Alchemist/hibernate-postgresql
Source Code Management

Source Code Management

https://github.com/The-Alchemist/hibernate-postgresql

Download hibernate-postgresql 1.0.21


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

Dependencies

compile (3)

Group / Artifact Type Version
org.postgresql : postgresql jar 9.3-1102-jdbc41
com.google.guava : guava jar 19.0
javax.inject : javax.inject jar 1

provided (4)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 5.2.7.Final
org.hibernate : hibernate-entitymanager jar 5.2.7.Final
org.hibernate : hibernate-jpamodelgen jar 5.2.7.Final
org.hibernate : hibernate-validator-annotation-processor jar 5.1.3.Final

test (6)

Group / Artifact Type Version
org.springframework.data : spring-data-jpa jar 1.11.0.RELEASE
org.springframework : spring-orm jar
junit : junit jar 4.12
org.springframework : spring-test jar
ch.qos.logback : logback-classic jar 1.1.2
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.