Skip to content

Commit

Permalink
Back port hints to metadata for hibernate 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstrobl committed May 21, 2024
1 parent 36ec08e commit b0dcfc5
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,46 @@
"name":"org.hibernate.event.spi.EventType",
"allDeclaredFields":true
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.generator.internal.CurrentTimestampGeneration",
"queryAllDeclaredConstructors":true,
"methods":[
{"name":"<init>","parameterTypes":["org.hibernate.annotations.CreationTimestamp","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] },
{"name":"<init>","parameterTypes":["org.hibernate.annotations.CurrentTimestamp","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] },
{"name":"<init>","parameterTypes":["org.hibernate.annotations.UpdateTimestamp","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] }
]
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.generator.internal.GeneratedAlwaysGeneration",
"queryAllDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.generator.internal.GeneratedGeneration",
"queryAllDeclaredConstructors":true,
"methods":[
{"name":"<init>","parameterTypes":["org.hibernate.annotations.Generated"] },
{"name":"<init>","parameterTypes":["org.hibernate.annotations.GenerationTime"] }
]
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.generator.internal.SourceGeneration",
"queryAllDeclaredConstructors":true,
"methods":[
{"name":"<init>","parameterTypes":["org.hibernate.annotations.Source","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] },
{"name":"<init>","parameterTypes":["org.hibernate.annotations.SourceType","java.lang.Class","org.hibernate.generator.GeneratorCreationContext"] }
]
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.generator.internal.TenantIdGeneration",
"queryAllDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":["org.hibernate.annotations.TenantId","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] }]
},
{
"condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"},
"name":"org.hibernate.id.Assigned",
Expand Down

0 comments on commit b0dcfc5

Please sign in to comment.