Commit Graph

8393 Commits

Author SHA1 Message Date
Andrea Boriero 00e8506a13 HHH-15286 Add test for issue 2022-05-23 15:05:39 +02:00
Christian Beikov cb93dc7876 HHH-15291 Fix translation issue with SqmCoalesce 2022-05-23 12:50:28 +02:00
Christian Beikov f2446e2ce5 Workaround XJC generation issue 2022-05-23 11:35:40 +02:00
Andrea Boriero 81d749e930 HHH-15279 NPE with Id on OneToOne referencing entity with multi-level EmbeddedId 2022-05-23 10:28:05 +02:00
Andrea Boriero 4066fe0445 HHH-15279 Add test for issue 2022-05-23 10:28:05 +02:00
Karel Maesen e05b99658f HHH-15293 BYTES column type in CockroachDB does not support a length specification 2022-05-23 10:19:42 +02:00
Nathan Xu 566a543d77 HHH-15292 escape html chars in JavaDoc 2022-05-23 10:15:04 +02:00
Andrea Boriero 5ba1193890 HHH-15283 - fix NPE for NamedNativeQuery + SqlResultSetMapping (columns) 2022-05-23 09:39:57 +02:00
Nathan Xu 583a36902c HHH-15283 - fix NPE for NamedNativeQuery + SqlResultSetMapping (columns) 2022-05-23 09:39:57 +02:00
Andrea Boriero e0f1a2ee13 HHH-15258 Fix test failure for HANA db 2022-05-23 09:36:10 +02:00
Steve Ebersole 26dbafb2b3 HHH-15251 - Unified mapping XSD based on JPA 3.1;
- `mapping-3.1.0.xsd`
   - JAXB model for `mapping-3.1.0.xsd`
   - Overriding caching (region, usage, include) via partial mapping document
   - Initial hbm.xml -> mapping.xml transformation support
   - Gradle task for performing transformations
2022-05-20 06:46:44 -05:00
Andrea Boriero b88094e70a HHH-15285 Calling getJavaType() of @ElementCollection with basic types returns wrong type 2022-05-19 18:47:54 +02:00
Andrea Boriero 192b591c51 HHH-15285 Add test for issue 2022-05-19 18:47:54 +02:00
Andrea Boriero 2af19a6278 HHH-15258 Orphan removal for OneToMany relations is broken when used with GenerationType.IDENTITY 2022-05-19 13:07:35 +02:00
Nathan Xu 1a94bcc4a2 HHH-15258 Add test for issue 2022-05-19 13:07:35 +02:00
Andrea Boriero e29884b764 HHH-15260 Criteria query is unable to determine TableReference when combining subquery with join 2022-05-19 12:18:58 +02:00
Thomas Heigl f0cb0e8f78 HHH-15260 Add test for issue 2022-05-19 12:18:58 +02:00
Andrea Boriero 298623d2cc MysqlDialect register localtimeLocaltimestamp functions 2022-05-19 10:46:13 +02:00
Andrea Boriero 1ae61b3388 HHH-15278 NPE when NULL is used in the projection 2022-05-19 10:46:13 +02:00
Andrea Boriero 3251d5e9d0 HHH-15278 Add test for issue 2022-05-19 10:46:13 +02:00
Nathan Xu e87ad39dd6 HHH-15153 - @OneToOne does not support @EmbeddedId 2022-05-18 15:50:11 +02:00
Andrea Boriero 61586d9559 HHH-15256 HQL Query with left join throws NPE when using :param IS NULL 2022-05-16 15:18:27 +02:00
Andrea Boriero 747777167c HHH-15256 Add test for issue 2022-05-16 15:18:27 +02:00
Nathan Xu 5d6e9a1fdb HHH-15255 fix org.hibernate.orm.test.batch.BatchTest 2022-05-16 12:52:57 +02:00
Sven Strickroth d03588fd29 [HHH-15259] Explicitly add JavaDoc to make @deprecated hint visible in Eclipse
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2022-05-16 12:51:35 +02:00
Andrea Boriero 22074e3dcb HHH-15269 Update NativeQuery unable to use h-schema placeholder, just emits placeholder contents into SQL 2022-05-16 11:03:31 +02:00
Andrea Boriero bd27a70685 HHH-15269 Add test for issue 2022-05-16 11:03:31 +02:00
Francesco Marino b37168a0ff HHH-15134 Update a bytecode enanchhed Entity with a Version attribute causes OptimisticLockException 2022-05-14 23:19:03 +01:00
Sanne Grinovero f2ac89a484 HHH-15274 Field LazyAttributeLoadingInterceptor#lazyFields can never be null 2022-05-14 19:06:35 +01:00
Sanne Grinovero 8e78a61bcc HHH-15274 Optimise LazyAttributeLoadingInterceptor's routines to identify lazy fields 2022-05-14 19:06:35 +01:00
Nathan Xu 3630fbad9b HHH-15263 - @NamedQuery is not supported with UPDATE statement 2022-05-13 14:21:57 +02:00
Christian Beikov 9d35e3dd18 HHH-15267 Make ParameterBindingsMemento extend Serializable so that cache keys can be serialized 2022-05-13 13:40:04 +02:00
Christian Beikov 9351bcf30d HHH-15266 Fix NPE during function logging due to wrong character_length alternative key registration 2022-05-13 13:35:22 +02:00
Yoann Rodière 967ede47c0 HHH-15265 Take default catalog/schema into account when generating DDL comments 2022-05-13 13:26:47 +02:00
Yoann Rodière de4439ca0c HHH-15265 Test that default catalog/schema are taken into account in generated DDL comments 2022-05-13 13:26:47 +02:00
Yoann Rodière 3aada57305 HHH-15270 Fix inconsistent precedence of orm.xml implicit catalog over "default_catalog" in XML-mapped entities 2022-05-13 13:26:47 +02:00
Yoann Rodière 141ad167ee HHH-15270 Test default catalog/schema with hbm.xml/orm.xml mapping when catalog/schema not specified at file level 2022-05-13 13:26:47 +02:00
Steve Ebersole 49734095da Javadoc 2022-05-11 16:00:20 -05:00
Andrea Boriero 29848043b6 HHH-15229 Query returns null for broken foreign key reference and NotFoundAction.EXCEPTION 2022-05-05 16:28:32 +02:00
Andrea Boriero 0ce120a344 HHH-15229 Add test for issue 2022-05-05 16:28:32 +02:00
Ptits de Barbe 19f6959519 HHH-4384 Allow join column override if @JoinColumn is absent on @OneToOne(mappedBy = "").
Tests: this case and disallow if mappedBy > "".
2022-05-05 16:03:11 +02:00
Nathan Xu d998d6fb48 HHH-15241 fix broken references in javadoc 2022-05-05 16:01:55 +02:00
Nathan Xu 691ee7bf5d HHH-15246 fix NPE when null value is set to Enum in query 2022-05-05 13:42:51 +02:00
Christian Beikov a961ba45ac Add documentation for CompositeUserType 2022-05-05 09:18:19 +02:00
Christian Beikov c18e611ed6 HHH-15200 Add support for the SQLXML type 2022-05-05 09:07:37 +02:00
Christian Beikov 51c40cd6a1 HHH-15165 Add support for SQL geography type 2022-05-04 16:55:15 +02:00
Nathan Xu 64c39691ff HHH-15211 fix embeddable basic attribute converter hash code bug 2022-05-04 10:12:40 +02:00
Nathan Xu 1946aea068 HHH-15211 add testing case 2022-05-04 10:12:40 +02:00
Andrea Boriero 6a778a321a HHH-15240 Defining a UserVersionType causes AssertionError from VersionResolution if running in JVM with -ea flag set 2022-05-04 09:09:04 +02:00
Andrea Boriero 6b02554c82 HHH-15240 Add test for issue 2022-05-04 09:09:04 +02:00