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

Instantiate HibernateFilterConnectionSourceFactory with domains #4

Closed bruno-lopes closed 6 years ago

bruno-lopes commented 7 years ago

In order to fix https://github.com/alexkramer/grails-hibernate-filter/issues/3, the domain classes need to be passed as arguments to hibernateConnectionSourceFactory bean constructor.

alexkramer commented 6 years ago

In order to resolve an issue for users with mapWith = "none" tables, I needed to implement a change similar to this. Closing this as a result.