|
119 | 119 | "condition":{"typeReachable":"org.hibernate.sql.results.spi.LoadContexts"}, |
120 | 120 | "name":"[Lorg.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState;" |
121 | 121 | }, |
| 122 | + { |
| 123 | + "condition":{"typeReachable":"org.hibernate.boot.beanvalidation.BeanValidationIntegrator"}, |
| 124 | + "name":"jakarta.validation.ConstraintViolation" |
| 125 | + }, |
| 126 | + { |
| 127 | + "condition":{"typeReachable":"org.hibernate.dialect.OracleJdbcHelper"}, |
| 128 | + "name":"oracle.jdbc.OracleConnection" |
| 129 | + }, |
| 130 | + { |
| 131 | + "condition":{"typeReachable":"org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl"}, |
| 132 | + "name":"org.h2.Driver", |
| 133 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 134 | + }, |
122 | 135 | { |
123 | 136 | "condition":{"typeReachable":"org.hibernate.boot.beanvalidation.BeanValidationIntegrator"}, |
124 | 137 | "name":"org.hibernate.boot.beanvalidation.TypeSafeActivator", |
|
134 | 147 | "name":"org.hibernate.boot.internal.DefaultSessionFactoryBuilderService", |
135 | 148 | "queryAllPublicMethods":true |
136 | 149 | }, |
| 150 | + { |
| 151 | + "condition":{"typeReachable":"org.hibernate.boot.internal.MetadataBuilderImpl$MetadataBuildingOptionsImpl"}, |
| 152 | + "name":"org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy", |
| 153 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 154 | + }, |
137 | 155 | { |
138 | 156 | "condition":{"typeReachable":"org.hibernate.boot.internal.MetadataBuilderImpl$MetadataBuildingOptionsImpl$1"}, |
139 | 157 | "name":"org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl", |
140 | 158 | "methods":[{"name":"<init>","parameterTypes":[] }] |
141 | 159 | }, |
| 160 | + { |
| 161 | + "condition":{"typeReachable":"org.hibernate.boot.internal.MetadataBuilderImpl$MetadataBuildingOptionsImpl"}, |
| 162 | + "name":"org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl", |
| 163 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 164 | + }, |
142 | 165 | { |
143 | 166 | "condition":{"typeReachable":"org.hibernate.boot.internal.MetadataBuilderImpl$MetadataBuildingOptionsImpl$2"}, |
144 | 167 | "name":"org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard", |
|
476 | 499 | "name":"org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer", |
477 | 500 | "methods":[{"name":"<init>","parameterTypes":["java.lang.Class","int"] }] |
478 | 501 | }, |
| 502 | + { |
| 503 | + "condition":{"typeReachable":"org.hibernate.id.enhanced.TableGenerator"}, |
| 504 | + "name":"org.hibernate.id.enhanced.LegacyNamingStrategy", |
| 505 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 506 | + }, |
479 | 507 | { |
480 | 508 | "condition":{"typeReachable":"org.hibernate.id.enhanced.OptimizerFactory"}, |
481 | 509 | "name":"org.hibernate.id.enhanced.NoopOptimizer", |
|
501 | 529 | "name":"org.hibernate.id.enhanced.SequenceStyleGenerator", |
502 | 530 | "methods":[{"name":"<init>","parameterTypes":[] }] |
503 | 531 | }, |
| 532 | + { |
| 533 | + "condition":{"typeReachable":"org.hibernate.id.enhanced.TableGenerator"}, |
| 534 | + "name":"org.hibernate.id.enhanced.SingleNamingStrategy", |
| 535 | + "methods":[{"name":"<init>","parameterTypes":[] }] |
| 536 | + }, |
504 | 537 | { |
505 | 538 | "condition":{"typeReachable":"org.hibernate.id.enhanced.TableGenerator"}, |
506 | 539 | "name":"org.hibernate.id.enhanced.StandardNamingStrategy", |
|
721 | 754 | "name":"org.hibernate.internal.log.DeprecationLogger_$logger", |
722 | 755 | "methods":[{"name":"<init>","parameterTypes":["org.jboss.logging.Logger"] }] |
723 | 756 | }, |
| 757 | + { |
| 758 | + "condition":{"typeReachable":"org.hibernate.internal.log.IncubationLogger"}, |
| 759 | + "name":"org.hibernate.internal.log.IncubationLogger_$logger", |
| 760 | + "methods":[{"name":"<init>","parameterTypes":["org.jboss.logging.Logger"] }] |
| 761 | + }, |
724 | 762 | { |
725 | 763 | "condition":{"typeReachable":"org.hibernate.internal.log.UrlMessageBundle"}, |
726 | 764 | "name":"org.hibernate.internal.log.UrlMessageBundle_$logger", |
|
832 | 870 | "queryAllPublicMethods":true |
833 | 871 | }, |
834 | 872 | { |
835 | | - "condition":{"typeReachable":"org.hibernate.tool.schema.internal.SchemaCreatorImpl"}, |
| 873 | + "condition":{"typeReachable":"org.hibernate.tool.schema.internal.SchemaDropperImpl"}, |
836 | 874 | "name":"org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor", |
837 | 875 | "queryAllPublicMethods":true |
838 | 876 | }, |
839 | 877 | { |
840 | 878 | "condition":{"typeReachable":"org.hibernate.type.descriptor.JdbcTypeNameMapper"}, |
841 | 879 | "name":"org.hibernate.type.SqlTypes", |
842 | 880 | "allPublicFields":true |
| 881 | + }, |
| 882 | + { |
| 883 | + "condition":{"typeReachable":"org.hibernate.dialect.PgJdbcHelper"}, |
| 884 | + "name":"org.postgresql.util.PGobject" |
843 | 885 | } |
844 | 886 | ] |
0 commit comments