Commit Graph

19912 Commits

Author SHA1 Message Date
Gavin King 55993576e4 add two more convenience operations to HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King 204f53d3ba unbreak Configuration.mergeProperties()
I broke this two years ago, but nobody ever noticed since it has no callers
2024-11-24 11:22:06 +01:00
Gavin b8ed5ad185 add some typesafe + varargs operations to Configuration
to improve getting started experience
2024-11-24 11:22:06 +01:00
Gavin King 10935e1c33 javadoc improvements 2024-11-23 22:47:21 +01:00
Gavin King ddeaffc917 light refactoring of EventEngine and CallbacksFactory 2024-11-23 22:47:21 +01:00
Gavin King 9442f4da19 HHH-12997,HHH-9897 throw meaningful error for @JoinFomula with @OneToMany 2024-11-23 22:01:52 +01:00
Gavin King 8a21303789 add some 'final' annotations 2024-11-23 17:31:16 +01:00
Gavin King 6dd5c3f2b7 HHH-14416 tolerate the user mangling the id of a removed object
particularly in the case where this occurred as a result of identifier rollback
2024-11-23 17:31:16 +01:00
KARGET 5675cbbb66 HHH-14416 re-persisting removed child entities 2024-11-23 17:31:16 +01:00
Gavin King 89fee1cf42 add CAUTION to doc 2024-11-23 17:30:22 +01:00
Gavin King a294048dd1 HHH-14119 test showing parameter padding works with criteria literals 2024-11-23 14:52:06 +01:00
Gavin King cdf88f6a31 talk about events and about EntityListeners in the intro doc 2024-11-23 14:52:06 +01:00
Gavin King cacd1a7ecc HHH-14119 test showing parameter padding works with criteria literals 2024-11-23 11:11:17 +01:00
Gavin King 11139c288a HHH-13969 query the page size on Sybase ASE 2024-11-23 08:33:27 +01:00
Steve Ebersole b36641f60d prep 7.0.0.Beta3 2024-11-22 19:51:37 -06:00
Marco Belladelli ffd40cdaf2 HHH-18583 Include identifier cols in persister's shared column names 2024-11-22 19:40:10 -06:00
Marco Belladelli fc33ed82f7 HHH-18583 Add test for issue 2024-11-22 19:40:10 -06:00
Marco Belladelli 8dca8637a8 HHH-18683 Change metamodel implementations to comply with JPA spec 2024-11-22 17:12:04 -06:00
Marco Belladelli a4233cf34d HHH-18683 Add test for issue 2024-11-22 17:11:11 -06:00
Gavin King 539e270d5c misc code style cleanups 2024-11-22 16:00:17 -06:00
Gavin King f5062fca66 HHH-14020 add getServiceRegistry() to TypeBootstrapContext 2024-11-22 16:00:17 -06:00
Steve Ebersole ec5bbe4546 HHH-18534 - Remove the org.hibernate.boot.models.categorize package 2024-11-22 15:30:22 -06:00
Jan Schatteman f65f393a01 Fix a couple of typo's
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-22 20:51:09 +01:00
Gavin King e7c3f52499 minor code style issues in the query validator 2024-11-22 17:55:34 +01:00
Jan Schatteman b9274f5b75 HHH-18765 - additional fix needed for the generic array_to_string function
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-22 16:04:19 +01:00
Jan Schatteman 7e1a740605 HHH-18765 - fix error in the booleanarray_to_string auxiliary function for Oracle
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-22 16:04:19 +01:00
Jan Schatteman 62b6ed5cae HHH-18765 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-22 16:04:19 +01:00
Gavin King 96cba56591 refactorings of FetchBuilders
attempt to migrate to "short functions" style (only partially successfully)
2024-11-22 12:16:25 +01:00
Gavin King 9f9eeb795b make private 2024-11-22 12:16:25 +01:00
Christian Beikov 9de9afed86 HHH-16160 Fix some XML related issues that came up 2024-11-22 11:18:22 +01:00
Christian Beikov 57142a86dd HHH-18800 Add XML aggregate support for PostgreSQL 2024-11-22 11:18:22 +01:00
Christian Beikov eeba7edf32 HHH-18799 Add XML aggregate support for Oracle 2024-11-22 11:18:22 +01:00
Christian Beikov 6d1b9c475a HHH-18802 Add XML aggregate support for SQL Server 2024-11-22 11:18:22 +01:00
Christian Beikov 1077b6f0a9 HHH-18803 Add XML aggregate support for DB2 2024-11-22 11:18:22 +01:00
Christian Beikov d39aa6d162 HHH-18801 Add XML aggregate support for Sybase ASE 2024-11-22 11:18:22 +01:00
Christian Beikov 6b1ea3e232 HHH-18804 Add XML aggregate support for HANA 2024-11-22 11:18:22 +01:00
Christian Beikov c02eae1d89 HHH-16160 Fix some XML related issues that came up 2024-11-22 11:18:22 +01:00
Christian Beikov c5f5e10df4 HHH-18629 Fix inconsistent column alias generated while result class is used for placeholder 2024-11-22 11:16:16 +01:00
Gavin King 800a3f0738 light refactoring to GeneratorBinder 2024-11-22 08:07:04 +01:00
Yanming Zhou 2f7052c0ce
HHH-18737 Introduce util methods for get bean from BeanContainer (#9100) 2024-11-22 01:30:35 +01:00
Nathan Xu e4cba2c8d8
improve some Javadocs in sql package (#9228)
* improve some Javadocs in sql package

---------

Co-authored-by: nathan.xu <nathan.xu@procor.com>
Co-authored-by: Gavin King <gavin@hibernate.org>
2024-11-22 00:44:46 +01:00
Yanming Zhou ff99ddbf14 HHH-18839 Validate property type of `@IdClass` at bind time 2024-11-22 00:41:48 +01:00
Gavin King 82060f282d Update documentation/src/main/asciidoc/introduction/Configuration.adoc
Co-authored-by: Yoann Rodière <yoann@hibernate.org>
2024-11-21 22:53:43 +01:00
Gavin King 697d820a7f add some documentation about date/time config settings
and also add some links
2024-11-21 22:53:43 +01:00
Steve Ebersole fe9a3cce2e HHH-18861 - Improve GitHub release announcement body for automated releases 2024-11-21 12:00:03 -06:00
Yoann Rodière 7921473bf8 Add a warning for future upgrades of bytebuddy 2024-11-21 17:37:17 +01:00
Yoann Rodière 01c13c4a45 Don't use net.bytebuddy.experimental=true for Java 23 testing
Should have been part of a previous Bytebuddy upgrade, but it seems we
forgot.
2024-11-21 17:37:17 +01:00
Marco Belladelli 38c73704cb HHH-18870 Set `HOME` to `/root` for atlas CI runners 2024-11-21 15:47:51 +01:00
Karel Maesen 894fa8475b HHH-18866 - Fix CockroachDB test failures 2024-11-21 15:44:58 +01:00
Steve Ebersole 21095565bc HHH-7913 - Schema replacement in <subselect> / @Subselect 2024-11-21 06:53:51 -06:00