Skip to content

Commit abcc585

Browse files
Add hibernate-orm hints for supporting sqlserver.
1 parent d2f7971 commit abcc585

File tree

1 file changed

+144
-0
lines changed

1 file changed

+144
-0
lines changed

metadata/org.hibernate.orm/hibernate-core/6.1.1.Final/reflect-config.json

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13200,5 +13200,149 @@
1320013200
]
1320113201
}
1320213202
]
13203+
},
13204+
{
13205+
"condition": {
13206+
"typeReachable": "org.hibernate.dialect.SQLServerDialect"
13207+
},
13208+
"name": "[Ljava.lang.Class;"
13209+
},
13210+
{
13211+
"condition": {
13212+
"typeReachable": "org.hibernate.dialect.pagination.SQLServer2005LimitHandler"
13213+
},
13214+
"name": "[Ljava.lang.Class;"
13215+
},
13216+
{
13217+
"condition": {
13218+
"typeReachable": "org.hibernate.dialect.pagination.SQLServer2005LimitHandler$Keyword"
13219+
},
13220+
"name": "[Ljava.lang.Class;"
13221+
},
13222+
{
13223+
"condition": {
13224+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl"
13225+
},
13226+
"name": "com.microsoft.sqlserver.jdbc.SQLServerClob",
13227+
"methods": [
13228+
{
13229+
"name": "free",
13230+
"parameterTypes": []
13231+
}
13232+
]
13233+
},
13234+
{
13235+
"condition": {
13236+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver"
13237+
},
13238+
"name": "com.microsoft.sqlserver.jdbc.SQLServerConnection",
13239+
"queriedMethods": [
13240+
{
13241+
"name": "getSchema",
13242+
"parameterTypes": []
13243+
}
13244+
]
13245+
},
13246+
{
13247+
"condition": {
13248+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
13249+
},
13250+
"name": "com.microsoft.sqlserver.jdbc.SQLServerConnection"
13251+
},
13252+
{
13253+
"condition": {
13254+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator"
13255+
},
13256+
"name": "com.microsoft.sqlserver.jdbc.SQLServerDriver"
13257+
},
13258+
{
13259+
"condition": {
13260+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl"
13261+
},
13262+
"name": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
13263+
"methods": [
13264+
{
13265+
"name": "<init>",
13266+
"parameterTypes": []
13267+
}
13268+
]
13269+
},
13270+
{
13271+
"condition": {
13272+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
13273+
},
13274+
"name": "com.microsoft.sqlserver.jdbc.SQLServerException"
13275+
},
13276+
{
13277+
"condition": {
13278+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
13279+
},
13280+
"name": "com.microsoft.sqlserver.jdbc.SQLServerStatement"
13281+
},
13282+
{
13283+
"condition": {
13284+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
13285+
},
13286+
"name": "com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd"
13287+
},
13288+
{
13289+
"condition": {
13290+
"typeReachable": "org.hibernate.engine.jdbc.internal.JdbcServicesImpl"
13291+
},
13292+
"name": "com.microsoft.sqlserver.jdbc.SSType$Category",
13293+
"methods": [
13294+
{
13295+
"name": "values",
13296+
"parameterTypes": []
13297+
}
13298+
]
13299+
},
13300+
{
13301+
"condition": {
13302+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
13303+
},
13304+
"name": "com.microsoft.sqlserver.jdbc.TDSCommand"
13305+
},
13306+
{
13307+
"condition": {
13308+
"typeReachable": "org.hibernate.boot.internal.MetadataBuilderImpl"
13309+
},
13310+
"name": "org.hibernate.dialect.SQLServerDialect",
13311+
"methods": [
13312+
{
13313+
"name": "<init>",
13314+
"parameterTypes": [
13315+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
13316+
]
13317+
}
13318+
]
13319+
},
13320+
{
13321+
"condition": {
13322+
"typeReachable": "org.hibernate.engine.jdbc.internal.JdbcServicesImpl"
13323+
},
13324+
"name": "org.hibernate.dialect.SQLServerDialect",
13325+
"methods": [
13326+
{
13327+
"name": "<init>",
13328+
"parameterTypes": [
13329+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
13330+
]
13331+
}
13332+
]
13333+
},
13334+
{
13335+
"condition": {
13336+
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
13337+
},
13338+
"name": "org.hibernate.dialect.SQLServerDialect",
13339+
"methods": [
13340+
{
13341+
"name": "<init>",
13342+
"parameterTypes": [
13343+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
13344+
]
13345+
}
13346+
]
1320313347
}
1320413348
]

0 commit comments

Comments
 (0)