| Currently the interface "DatabaseInformation" has one sub-class named "DatabaseInformationImpl" other subclasses can be created, but we cannot use them during schema migration (see AbstractSchemaMigrator.doMigration()). Because it defaults to a hard-coded createInstance in the Helper-class.. It would be nice if we can indicate our down databaseinformation-object that can be used with the Hibernate-core code. See also ticket: HHH-13843 Open , which may also be a soltion. |