alexkramer / grails-hibernate-filter

Hibernate Filters Support for Grails 3, Hibernate 5, and GORM 6
Apache License 2.0
4 stars 8 forks source link

Add proper join table support #2

Closed alexkramer closed 7 years ago

alexkramer commented 7 years ago

Adding support for joinTable parameter. It is required that this be included whenever it is desired to apply a filter to a collection that uses a join table. This was a feature that was added to the Grails 2.x project after the Grails 3 forks were created which is why it was missing from the initial version of this plugin.