File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 129129import org .hibernate .tool .schema .internal .StandardTableMigrator ;
130130import org .hibernate .tool .schema .internal .StandardUniqueKeyExporter ;
131131import org .hibernate .tool .schema .internal .StandardUserDefinedTypeExporter ;
132- import org .hibernate .tool .schema .internal .TableMigrator ;
132+ import org .hibernate .tool .schema .spi .TableMigrator ;
133133import org .hibernate .tool .schema .spi .Cleaner ;
134134import org .hibernate .tool .schema .spi .Exporter ;
135135import org .hibernate .tool .schema .spi .SchemaManagementTool ;
Original file line number Diff line number Diff line change 8080import org .hibernate .sql .model .MutationOperation ;
8181import org .hibernate .sql .model .internal .OptionalTableUpdate ;
8282import org .hibernate .tool .schema .extract .spi .SequenceInformationExtractor ;
83- import org .hibernate .tool .schema .internal .TableMigrator ;
83+ import org .hibernate .tool .schema .spi .TableMigrator ;
8484import org .hibernate .tool .schema .spi .Cleaner ;
8585import org .hibernate .tool .schema .spi .Exporter ;
8686import org .hibernate .tool .schema .spi .SchemaManagementTool ;
Original file line number Diff line number Diff line change 1616import org .hibernate .mapping .Table ;
1717import org .hibernate .tool .schema .extract .spi .ColumnInformation ;
1818import org .hibernate .tool .schema .extract .spi .TableInformation ;
19+ import org .hibernate .tool .schema .spi .TableMigrator ;
1920import org .jboss .logging .Logger ;
2021
2122import java .util .ArrayList ;
Original file line number Diff line number Diff line change 55package org .hibernate .tool .schema .spi ;
66
77/**
8- * Contract for hiding the differences between a passed Writer, File or URL in
9- * terms of how we write output scripts.
8+ * Contract for hiding the differences between a passed {@code Writer},
9+ * {@code File} or {@code URL} in terms of how we write output scripts.
1010 *
1111 * @author Steve Ebersole
1212 */
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: LGPL-2.1-or-later
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package org .hibernate .tool .schema .internal ;
5+ package org .hibernate .tool .schema .spi ;
66
77import org .hibernate .boot .Metadata ;
88import org .hibernate .boot .model .relational .SqlStringGenerationContext ;
You can’t perform that action at this time.
0 commit comments