License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.the-alchemist |
ArtifactId | ArtifactIdhibernate-postresql |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionHibernate type mapping for PostgreSQL types
A collection of Hibernate mappings I got from https://github.com/jamesward/spring_hibernate_hstore_demo and https://hibernate.atlassian.net/browse/HB-450
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-postresql-1.0.5.pom | |
hibernate-postresql-1.0.5.jar | 25 KB |
hibernate-postresql-1.0.5-sources.jar | 14 KB |
hibernate-postresql-1.0.5-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.the-alchemist/hibernate-postresql/ -->
<dependency>
<groupId>com.github.the-alchemist</groupId>
<artifactId>hibernate-postresql</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.the-alchemist/hibernate-postresql/
implementation 'com.github.the-alchemist:hibernate-postresql:1.0.5'
// https://jarcasting.com/artifacts/com.github.the-alchemist/hibernate-postresql/
implementation ("com.github.the-alchemist:hibernate-postresql:1.0.5")
'com.github.the-alchemist:hibernate-postresql:jar:1.0.5'
<dependency org="com.github.the-alchemist" name="hibernate-postresql" rev="1.0.5">
<artifact name="hibernate-postresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.the-alchemist', module='hibernate-postresql', version='1.0.5')
)
libraryDependencies += "com.github.the-alchemist" % "hibernate-postresql" % "1.0.5"
[com.github.the-alchemist/hibernate-postresql "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 4.3.7.Final |
org.springframework.data : spring-data-jpa | jar | 1.7.1.RELEASE |
org.springframework : spring-orm | jar | 4.1.2.RELEASE |
org.postgresql : postgresql | jar | 9.3-1102-jdbc41 |
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 18.0 |
javax.inject : javax.inject | jar | 1 |
org.springframework : spring-test | jar | 4.1.2.RELEASE |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.hibernate : hibernate-entitymanager | jar | 4.3.7.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-jpamodelgen | jar | 4.3.7.Final |
org.hibernate : hibernate-validator-annotation-processor | jar | 5.1.3.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |