Skip to content

Commit 2509c9f

Browse files
committed
MetaDataUtils.createModel with JdbcAdaptor is now public
1 parent 7ce3b39 commit 2509c9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- MetaDataUtils.createModel with JdbcAdaptor is now public
13+
1014
## [8.6.2] - 2024-05-20
1115

1216
### Added

fj-core/src/main/java/org/fugerit/java/core/db/metadata/MetaDataUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private static int handleDriverInfo( DataBaseModel dataBaseModel, MetaDataUtilsC
155155
return mode;
156156
}
157157

158-
private static DataBaseModel createModel( ConnectionFactory cf, String catalog, String schema, JdbcAdaptor jdbcAdaptor, List<String> tableNameList, String[] types ) throws DAOException {
158+
public static DataBaseModel createModel( ConnectionFactory cf, String catalog, String schema, JdbcAdaptor jdbcAdaptor, List<String> tableNameList, String[] types ) throws DAOException {
159159
return createModel( new MetaDataUtilsContext(cf, catalog, schema, jdbcAdaptor, tableNameList, types) );
160160
}
161161

0 commit comments

Comments
 (0)