Skip to content

Commit b0edbb6

Browse files
Add hibernate-orm hints for supporting cockroachdb.
1 parent 2860bd8 commit b0edbb6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12815,5 +12815,33 @@
1281512815
]
1281612816
}
1281712817
]
12818+
},
12819+
{
12820+
"condition": {
12821+
"typeReachable": "org.hibernate.boot.internal.MetadataBuilderImpl"
12822+
},
12823+
"name": "org.hibernate.dialect.CockroachDialect",
12824+
"methods": [
12825+
{
12826+
"name": "<init>",
12827+
"parameterTypes": [
12828+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12829+
]
12830+
}
12831+
]
12832+
},
12833+
{
12834+
"condition": {
12835+
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
12836+
},
12837+
"name": "org.hibernate.dialect.CockroachDialect",
12838+
"methods": [
12839+
{
12840+
"name": "<init>",
12841+
"parameterTypes": [
12842+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12843+
]
12844+
}
12845+
]
1281812846
}
1281912847
]

0 commit comments

Comments
 (0)