Sign in to edit and +1 items.
Login required
Download

Hibernate Jpa Provider Plugin

(0)
Author(s) Graeme Rocher
Current Release 1.0.0.M1   (4 months ago)
Grails Version 2.0 > *
License(s) Apache License 2.0
Organization SpringSource
Tags
Dependency
compile ":hibernate-jpa-provider:1.0.0.M1"
Integrates Hibernate as a JPA provider
Last updated by azeckoski 2 years ago
Install using the standard grails-plugin method.

Make sure you remove or comment out the following line from your project application.properties file or you will get class conflicts.

plugins.hibernate=1.1.1
Last updated by graemerocher 2 years ago
A plugin that installs Hibernate as the JPA provider and is designed to be used in conjunction with the GORM-JPA plugin.

To use this plugin you need to first install it with:

grails install-plugin hibernate-jpa-provider

And then specify the Hibernate dialect to use for your environment by editing grails-app/conf/DataSource.groovy for example:

hibernate {
    dialect = "org.hibernate.dialect.MySQL5Dialect"
    …
}

To get GORM dynamic methods then install the GORM-JPA plugin:

grails install-plugin gorm-jpa
Last updated by admin 2 years ago
Last updated by admin 2 years ago