]
Gail Badner resolved HHH-6418.
------------------------------
Resolution: Fixed
org.hibernate.metamodel.relational.AuxiliaryDatabaseObject extends
org.hibernate.mapping.RelationalModel
--------------------------------------------------------------------------------------------------------
Key: HHH-6418
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6418
Project: Hibernate Core
Issue Type: Bug
Components: metamodel
Reporter: Gail Badner
Assignee: Gail Badner
Fix For: 4.0.0.next
Change new AuxiliaryDatabaseObject to extend Exportable.
BasicAuxiliaryDatabaseObjectImpl.sqlCreateStrings( metadata ) and sqlDropStrings(
metadata ) will automatically inject the schema/catalog names into the create/drop strings
that are returned.
Exportable.sqlCreateStrings() and sqlDropStrings() will be added by HHH-6431.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: