Skip to content

Commit 05849bc

Browse files
Add hibernate-orm hints for supporting mariadb.
1 parent deece8a commit 05849bc

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

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

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12627,5 +12627,113 @@
1262712627
},
1262812628
"name": "org.postgresql.util.PGobject",
1262912629
"queryAllDeclaredMethods": true
12630+
},
12631+
{
12632+
"condition": {
12633+
"typeReachable": "org.hibernate.boot.internal.MetadataBuilderImpl"
12634+
},
12635+
"name": "org.hibernate.dialect.MariaDBDialect",
12636+
"methods": [
12637+
{
12638+
"name": "<init>",
12639+
"parameterTypes": [
12640+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12641+
]
12642+
}
12643+
]
12644+
},
12645+
{
12646+
"condition": {
12647+
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
12648+
},
12649+
"name": "org.hibernate.dialect.MariaDBDialect",
12650+
"methods": [
12651+
{
12652+
"name": "<init>",
12653+
"parameterTypes": [
12654+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12655+
]
12656+
}
12657+
]
12658+
},
12659+
{
12660+
"condition": {
12661+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl"
12662+
},
12663+
"name": "org.mariadb.jdbc.Driver",
12664+
"methods": [
12665+
{
12666+
"name": "<init>",
12667+
"parameterTypes": []
12668+
}
12669+
]
12670+
},
12671+
{
12672+
"condition": {
12673+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl"
12674+
},
12675+
"name": "org.mariadb.jdbc.MariaDbBlob",
12676+
"methods": [
12677+
{
12678+
"name": "free",
12679+
"parameterTypes": []
12680+
}
12681+
]
12682+
},
12683+
{
12684+
"condition": {
12685+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl"
12686+
},
12687+
"name": "org.mariadb.jdbc.MariaDbClob"
12688+
},
12689+
{
12690+
"condition": {
12691+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver"
12692+
},
12693+
"name": "org.mariadb.jdbc.MariaDbConnection",
12694+
"queriedMethods": [
12695+
{
12696+
"name": "getSchema",
12697+
"parameterTypes": []
12698+
}
12699+
]
12700+
},
12701+
{
12702+
"condition": {
12703+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
12704+
},
12705+
"name": "org.mariadb.jdbc.MariaDbStatement"
12706+
},
12707+
{
12708+
"condition": {
12709+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
12710+
},
12711+
"name": "org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol"
12712+
},
12713+
{
12714+
"condition": {
12715+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
12716+
},
12717+
"name": "org.mariadb.jdbc.internal.util.LogQueryTool"
12718+
},
12719+
{
12720+
"condition": {
12721+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator"
12722+
},
12723+
"name": "org.mariadb.jdbc.internal.util.Options",
12724+
"fields": [
12725+
{
12726+
"name": "password"
12727+
},
12728+
{
12729+
"name": "user"
12730+
}
12731+
]
12732+
},
12733+
{
12734+
"condition": {
12735+
"typeReachable": "org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl"
12736+
},
12737+
"name": "org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper"
1263012738
}
1263112739
]

0 commit comments

Comments
 (0)