Provides utilities to define hibernate filters on classes and collections. Meant to be used with Grails 3.2 and higher, Hibernate 5, and GORM 6
Owner: goodstartgenetics | 0.5.5 | May 30, 2019 | Package | Issues | Source | License: Apache-2.0
dependencies {
compile 'org.grails.plugins:hibernate-filter-plugin:0.5.5'
}
grails-hibernate-filter
Description
This is a fork of the original Grails Hibernate Filter Plugin created from fork fingo/grails-hibernate-plugin to make it work with Grails 3.2.3 > *, Hibernate 5, and GORM 6.
This repo contains two projects:
- hibernate-filter-plugin - with plugin code
- hibernate-filter-example - with example application using plugin
Usage
Build Plugin File
Clone the repository and execute in main directory command:
./gradlew hibernate-filter-plugin:jar
You can publish it to your maven local repository using:
./gradlew hibernate-filter-plugin:publishToMavenLocal
Running example application
To run example application use command:
./gradlew hibernate-filter-example:bootRun
Installation
Add dependency in build.gradle:
repositories {
maven { url "https://dl.bintray.com/goodstartgenetics/grails3-plugins/" }
}
dependencies {
compile "org.grails.plugins:hibernate-filter-plugin:0.5.5"
}
Usage
Please refer to this project's wiki for usage.