Skip to content

Commit deece8a

Browse files
Add hibernate-orm hints for supporting postgresql.
1 parent 760a625 commit deece8a

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

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

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12491,5 +12491,141 @@
1249112491
"condition": {
1249212492
"typeReachable": "jakarta.validation.ValidatorFactory"
1249312493
}
12494+
},
12495+
{
12496+
"condition": {
12497+
"typeReachable": "org.hibernate.dialect.PostgreSQLDialect"
12498+
},
12499+
"name": "[Ljava.lang.Class;"
12500+
},
12501+
{
12502+
"condition": {
12503+
"typeReachable": "org.hibernate.dialect.sequence.PostgreSQLSequenceSupport"
12504+
},
12505+
"name": "[Ljava.lang.Class;"
12506+
},
12507+
{
12508+
"condition": {
12509+
"typeReachable": "org.hibernate.boot.internal.MetadataBuilderImpl"
12510+
},
12511+
"name": "org.hibernate.dialect.PostgreSQLDialect",
12512+
"methods": [
12513+
{
12514+
"name": "<init>",
12515+
"parameterTypes": [
12516+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12517+
]
12518+
}
12519+
]
12520+
},
12521+
{
12522+
"condition": {
12523+
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
12524+
},
12525+
"name": "org.hibernate.dialect.PostgreSQLDialect",
12526+
"methods": [
12527+
{
12528+
"name": "<init>",
12529+
"parameterTypes": [
12530+
"org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo"
12531+
]
12532+
}
12533+
]
12534+
},
12535+
{
12536+
"condition": {
12537+
"typeReachable": "org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl"
12538+
},
12539+
"name": "org.postgresql.Driver",
12540+
"methods": [
12541+
{
12542+
"name": "<init>",
12543+
"parameterTypes": []
12544+
}
12545+
]
12546+
},
12547+
{
12548+
"condition": {
12549+
"typeReachable": "org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver"
12550+
},
12551+
"name": "org.postgresql.jdbc.PgConnection",
12552+
"queriedMethods": [
12553+
{
12554+
"name": "getSchema",
12555+
"parameterTypes": []
12556+
}
12557+
]
12558+
},
12559+
{
12560+
"condition": {
12561+
"typeReachable": "org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter"
12562+
},
12563+
"name": "org.postgresql.jdbc.PgStatement",
12564+
"fields": [
12565+
{
12566+
"name": "cancelTimerTask"
12567+
},
12568+
{
12569+
"name": "statementState"
12570+
}
12571+
]
12572+
},
12573+
{
12574+
"condition": {
12575+
"typeReachable": "org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType"
12576+
},
12577+
"name": "org.postgresql.util.PGInterval",
12578+
"queriedMethods": [
12579+
{
12580+
"name": "<init>",
12581+
"parameterTypes": [
12582+
"int",
12583+
"int",
12584+
"int",
12585+
"int",
12586+
"int",
12587+
"double"
12588+
]
12589+
},
12590+
{
12591+
"name": "getDays",
12592+
"parameterTypes": []
12593+
},
12594+
{
12595+
"name": "getHours",
12596+
"parameterTypes": []
12597+
},
12598+
{
12599+
"name": "getMicroSeconds",
12600+
"parameterTypes": []
12601+
},
12602+
{
12603+
"name": "getMinutes",
12604+
"parameterTypes": []
12605+
},
12606+
{
12607+
"name": "getWholeSeconds",
12608+
"parameterTypes": []
12609+
}
12610+
]
12611+
},
12612+
{
12613+
"condition": {
12614+
"typeReachable": "org.hibernate.dialect.PostgreSQLPGObjectJdbcType"
12615+
},
12616+
"name": "org.postgresql.util.PGobject",
12617+
"queriedMethods": [
12618+
{
12619+
"name": "<init>",
12620+
"parameterTypes": []
12621+
}
12622+
]
12623+
},
12624+
{
12625+
"condition": {
12626+
"typeReachable": "org.hibernate.internal.util.ReflectHelper"
12627+
},
12628+
"name": "org.postgresql.util.PGobject",
12629+
"queryAllDeclaredMethods": true
1249412630
}
1249512631
]

0 commit comments

Comments
 (0)