Skip to content

Commit c000728

Browse files
Add hibernate-orm hints for supporting hsqldb.
1 parent b0edbb6 commit c000728

File tree

1 file changed

+137
-0
lines changed

1 file changed

+137
-0
lines changed

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

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12843,5 +12843,142 @@
1284312843
]
1284412844
}
1284512845
]
12846+
},
12847+
{
12848+
"condition": {
12849+
"typeReachable": "org.hibernate.dialect.sequence.HSQLSequenceSupport"
12850+
},
12851+
"name": "[Ljava.lang.Class;"
12852+
},
12853+
{
12854+
"condition": {
12855+
"typeReachable": "org.hibernate.tool.schema.internal.SchemaCreatorImpl"
12856+
},
12857+
"name": "[Lorg.hsqldb.Constraint;"
12858+
},
12859+
{
12860+
"condition": {
12861+
"typeReachable": "org.hibernate.engine.jdbc.internal.StatementPreparerImpl$1"
12862+
},
12863+
"name": "[Lorg.hsqldb.index.Index;"
12864+
},
12865+
{
12866+
"condition": {
12867+
"typeReachable": "org.hibernate.tool.schema.extract.spi.ExtractionContext"
12868+
},
12869+
"name": "[Lorg.hsqldb.index.Index;"
12870+
},
12871+
{
12872+
"condition": {
12873+
"typeReachable": "org.hibernate.tool.schema.internal.SchemaCreatorImpl"
12874+
},
12875+
"name": "[Lorg.hsqldb.index.Index;"
12876+
},
12877+
{
12878+
"condition": {
12879+
"typeReachable": "org.hibernate.boot.internal.MetadataBuilderImpl"
12880+
},
12881+
"name": "org.hibernate.dialect.HSQLDialect",
12882+
"methods": [
12883+
{
12884+
"name": "<init>",
12885+
"parameterTypes": [
12886+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12887+
]
12888+
}
12889+
]
12890+
},
12891+
{
12892+
"condition": {
12893+
"typeReachable": "org.hibernate.boot.registry.selector.internal.StrategySelectorImpl"
12894+
},
12895+
"name": "org.hibernate.dialect.HSQLDialect"
12896+
},
12897+
{
12898+
"condition": {
12899+
"typeReachable": "org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl"
12900+
},
12901+
"name": "org.hibernate.dialect.HSQLDialect"
12902+
},
12903+
{
12904+
"condition": {
12905+
"typeReachable": "org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl$$Lambda$499/0x00000008010a5ee8"
12906+
},
12907+
"name": "org.hibernate.dialect.HSQLDialect"
12908+
},
12909+
{
12910+
"condition": {
12911+
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
12912+
},
12913+
"name": "org.hibernate.dialect.HSQLDialect",
12914+
"methods": [
12915+
{
12916+
"name": "<init>",
12917+
"parameterTypes": [
12918+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12919+
]
12920+
}
12921+
]
12922+
},
12923+
{
12924+
"condition": {
12925+
"typeReachable": "org.hibernate.dialect.HSQLDialect"
12926+
},
12927+
"name": "org.hibernate.internal.CoreMessageLogger_$logger",
12928+
"methods": [
12929+
{
12930+
"name": "<init>",
12931+
"parameterTypes": [
12932+
"org.jboss.logging.Logger"
12933+
]
12934+
}
12935+
]
12936+
},
12937+
{
12938+
"condition": {
12939+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl"
12940+
},
12941+
"name": "org.hsqldb.jdbc.JDBCClob",
12942+
"methods": [
12943+
{
12944+
"name": "free",
12945+
"parameterTypes": []
12946+
}
12947+
]
12948+
},
12949+
{
12950+
"condition": {
12951+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver"
12952+
},
12953+
"name": "org.hsqldb.jdbc.JDBCConnection",
12954+
"queriedMethods": [
12955+
{
12956+
"name": "getSchema",
12957+
"parameterTypes": []
12958+
}
12959+
]
12960+
},
12961+
{
12962+
"condition": {
12963+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl"
12964+
},
12965+
"name": "org.hsqldb.jdbc.JDBCDriver",
12966+
"methods": [
12967+
{
12968+
"name": "<init>",
12969+
"parameterTypes": []
12970+
}
12971+
]
12972+
},
12973+
{
12974+
"condition": {
12975+
"typeReachable": "org.hibernate.dialect.HSQLDialect"
12976+
},
12977+
"name": "org.hsqldb.persist.HsqlDatabaseProperties",
12978+
"fields": [
12979+
{
12980+
"name": "THIS_VERSION"
12981+
}
12982+
]
1284612983
}
1284712984
]

0 commit comments

Comments
 (0)