kossatzd opened a new issue, #14645:
URL: https://github.com/apache/grails-core/issues/14645

   Hey there,
   
   According to documentation 
[here](https://grails.github.io/grails-doc/3.0.x/guide/GORM.html#customNamingStrategy),
 there are 3 options available to provide a custom naming strategy.  However it 
appears to only work when I use a String for the classname.
   
   
https://github.com/grails/grails-data-mapping/blob/master/grails-datastore-gorm-hibernate4/src/main/groovy/grails/orm/bootstrap/HibernateDatastoreSpringInitializer.groovy
   
   `def namingStrategy = 
config.getProperty("hibernate${suffix}.naming_strategy") ?: 
ImprovedNamingStrategy`
   
   `getProperty` may be the problem?  Will only return strings, null for 
anything else.
   
   Thanks
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@grails.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to