[hibernate-issues] [Hibernate-JIRA] Created: (HHH-7244) Hibernate DDL Generator does not pass "SYNONYM" to meta data queries.

Matthew Inger (JIRA) noreply at atlassian.com
Thu Apr 12 14:32:48 EDT 2012


Hibernate DDL Generator does not pass "SYNONYM" to meta data queries.
---------------------------------------------------------------------

                 Key: HHH-7244
                 URL: https://hibernate.onjira.com/browse/HHH-7244
             Project: Hibernate ORM
          Issue Type: Bug
          Components: core
    Affects Versions: 4.1.2, 3.6.7
            Reporter: Matthew Inger


While this is not a big deal for the DDL generator itself, the problem is that tools like Unitils rely on the output of this to tell you if your mapping matches up what is present in the database.  Since it doesn't deal with synonyms, it assumes the entire schema needs to be created.

As such unitils becomes useless in this case for validation of hibernate mappings.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list