GORM for Hibernate 4
This project implements GORM for the Hibernate 4.
For more information see the following links:
For the current development version see the following links:
License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Data ORM Hibernate |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-hibernate4 |
Last Version | Last Version6.1.8.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGORM for Hibernate 4
Provides a GORM Object Mapping implementations for Hibernate 4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate4/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-hibernate4</artifactId>
<version>6.1.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate4/
implementation 'org.grails:grails-datastore-gorm-hibernate4:6.1.8.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate4/
implementation ("org.grails:grails-datastore-gorm-hibernate4:6.1.8.RELEASE")
'org.grails:grails-datastore-gorm-hibernate4:jar:6.1.8.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-hibernate4" rev="6.1.8.RELEASE">
<artifact name="grails-datastore-gorm-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-hibernate4', version='6.1.8.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-hibernate4" % "6.1.8.RELEASE"
[org.grails/grails-datastore-gorm-hibernate4 "6.1.8.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.grails : grails-datastore-gorm-hibernate-core | jar | 6.1.8.RELEASE |
org.grails : grails-datastore-gorm-support | jar | 6.1.8.RELEASE |
org.hibernate : hibernate-core | jar | 4.3.11.Final |
org.hibernate.common : hibernate-commons-annotations | jar | 4.0.5.Final |
org.hibernate : hibernate-validator | jar | 5.0.3.Final |
Group / Artifact | Type | Version |
---|---|---|
javax.el : javax.el-api | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.grails : grails-validation | jar | 3.2.11 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
org.codehaus.groovy : groovy-sql | jar | 2.4.11 |
org.grails : grails-datastore-gorm-tck | jar | 6.1.8.RELEASE |
com.h2database : h2 | jar | 1.3.164 |
org.grails : grails-spring | jar | 3.2.11 |
org.grails : grails-encoder | jar | 3.2.11 |
net.sf.ehcache : ehcache-core | jar | 2.4.6 |
org.hibernate : hibernate-ehcache | jar | 4.3.11.Final |
org.apache.tomcat : tomcat-jdbc | jar | 7.0.50 |
org.slf4j : slf4j-simple | jar | 1.7.10 |
org.slf4j : jcl-over-slf4j | jar | 1.7.10 |
org.apache.tomcat.embed : tomcat-embed-logging-log4j | jar | 7.0.50 |
This project implements GORM for the Hibernate 4.
For more information see the following links:
For the current development version see the following links: