File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
orm/src/main/java/org/hibernate/tool/internal/export/lint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515import org .hibernate .dialect .Dialect ;
1616import org .hibernate .engine .jdbc .connections .spi .ConnectionProvider ;
1717import org .hibernate .engine .jdbc .spi .JdbcServices ;
18- import org .hibernate .engine .spi .Mapping ;
1918import org .hibernate .generator .Generator ;
2019import org .hibernate .id .PersistentIdentifierGenerator ;
2120import org .hibernate .id .enhanced .SequenceStyleGenerator ;
3635import org .hibernate .tool .internal .reveng .strategy .TableSelectorStrategy ;
3736import org .hibernate .tool .internal .util .JdbcToHibernateTypeHelper ;
3837import org .hibernate .tool .internal .util .TableNameQualifier ;
38+ import org .hibernate .type .MappingContext ;
3939
4040@ SuppressWarnings ("deprecation" )
4141public class SchemaByMetaDataDetector extends RelationalModelDetector {
@@ -54,7 +54,7 @@ public String getName() {
5454
5555 private Dialect dialect ;
5656
57- private Mapping mapping ;
57+ private MappingContext mapping ;
5858
5959 private Properties properties ;
6060
You can’t perform that action at this time.
0 commit comments