Skip to content

gabivis/grails-hibernate-filter

 
 

Repository files navigation

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:

  1. hibernate-filter-plugin - with plugin code
  2. 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.

Continuous integration server

Build Status

About

Hibernate Filters Support for Grails 3, Hibernate 5, and GORM 6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 74.9%
  • CSS 24.2%
  • JavaScript 0.9%