[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6418?page=c...
]
Gail Badner updated HHH-6418:
-----------------------------
Description:
Change new AuxiliaryDatabaseObject to extend Exportable.
Add the following to Exportable:
public Iterable<String> sqlCreateStrings(Dialect dialect, MetadataImplementor
metadata, String defaultCatalog, String defaultSchema);
public Iterable<String> sqlDropStrings(Dialect dialect, String defaultCatalog,
String defaultSchema);
was:
Some alternatives to fix this:
1) add sqlCreateString(...) and sqlDropString(...) to
org.hibernate.metamodel.relational.Exportable
2) add org.hibernate.metamodel.relational.RelationalModel having the same methods as
org.hibernate.mapping.RelationalModel
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
Fix For: 4.0.0.next
Change new AuxiliaryDatabaseObject to extend Exportable.
Add the following to Exportable:
public Iterable<String> sqlCreateStrings(Dialect dialect, MetadataImplementor
metadata, String defaultCatalog, String defaultSchema);
public Iterable<String> sqlDropStrings(Dialect dialect, String defaultCatalog,
String defaultSchema);
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira