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 |
CategoriesSpring Boot Container Microservices Grails User Interface Web Frameworks ORM Data Hibernate |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgorm-hibernate4-spring-boot |
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/gorm-hibernate4-spring-boot/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>gorm-hibernate4-spring-boot</artifactId>
<version>6.1.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation 'org.grails:gorm-hibernate4-spring-boot:6.1.8.RELEASE'
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation ("org.grails:gorm-hibernate4-spring-boot:6.1.8.RELEASE")
'org.grails:gorm-hibernate4-spring-boot:jar:6.1.8.RELEASE'
<dependency org="org.grails" name="gorm-hibernate4-spring-boot" rev="6.1.8.RELEASE">
<artifact name="gorm-hibernate4-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='gorm-hibernate4-spring-boot', version='6.1.8.RELEASE')
)
libraryDependencies += "org.grails" % "gorm-hibernate4-spring-boot" % "6.1.8.RELEASE"
[org.grails/gorm-hibernate4-spring-boot "6.1.8.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-cli | jar | 1.4.5.RELEASE |
org.codehaus.groovy : groovy | jar | 2.4.11 |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.5.RELEASE |
org.grails : grails-datastore-gorm-hibernate4 | jar | 6.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-jdbc | jar | 8.5.0 |
org.apache.tomcat.embed : tomcat-embed-logging-log4j | jar | 8.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
com.h2database : h2 | jar | 1.3.173 |
This project implements GORM for the Hibernate 4.
For more information see the following links:
For the current development version see the following links: