Closed bruno-lopes closed 6 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.
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.
mapWith = "none"
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.