diff --git a/metadata/org.hibernate.orm/hibernate-core/6.2.0.Final/reflect-config.json b/metadata/org.hibernate.orm/hibernate-core/6.2.0.Final/reflect-config.json index 805d5eb93..73b7acf35 100644 --- a/metadata/org.hibernate.orm/hibernate-core/6.2.0.Final/reflect-config.json +++ b/metadata/org.hibernate.orm/hibernate-core/6.2.0.Final/reflect-config.json @@ -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":"","parameterTypes":["org.hibernate.annotations.CreationTimestamp","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] }, + {"name":"","parameterTypes":["org.hibernate.annotations.CurrentTimestamp","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] }, + {"name":"","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":"","parameterTypes":[] }] + }, + { + "condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"}, + "name":"org.hibernate.generator.internal.GeneratedGeneration", + "queryAllDeclaredConstructors":true, + "methods":[ + {"name":"","parameterTypes":["org.hibernate.annotations.Generated"] }, + {"name":"","parameterTypes":["org.hibernate.annotations.GenerationTime"] } + ] + }, + { + "condition":{"typeReachable":"org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory"}, + "name":"org.hibernate.generator.internal.SourceGeneration", + "queryAllDeclaredConstructors":true, + "methods":[ + {"name":"","parameterTypes":["org.hibernate.annotations.Source","java.lang.reflect.Member","org.hibernate.generator.GeneratorCreationContext"] }, + {"name":"","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":"","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",