[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3592) Configuring naming strategy declaratively

Fol De Rol (JIRA) noreply at atlassian.com
Fri Nov 7 05:41:15 EST 2008


Configuring naming strategy declaratively
-----------------------------------------

                 Key: HHH-3592
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3592
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Fol De Rol


I wonder why the naming strategy can only be configured using a programmatic approach by calling Configuration.setNamingStrategy() method? It would be helpful to have a way to define the naming strategy class name in properties so that Hibernate instantiated it using reflection on a default constructor.

IDEA IDE has an outstanding built-in HQL console which is not working if a non-default naming strategy is used because it produces SQL with wrong object names. The only way to configure a session is by providing a Hibernate configuration file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list