Commit Graph

14923 Commits

Author SHA1 Message Date
Gavin b1e2eca53e some cleanups to AbstractEntityInitializer
it had some really long methods
2022-12-26 18:22:06 +01:00
Gavin 608e4ef6d6 fix error messages in InstantiationExceptions 2022-12-26 18:22:06 +01:00
Gavin 2355f98586 HHH-14526 tolerate dupe tables in JOINED inheritance with discriminator
and also support @DiscriminatorOptions for JOINED inheritance
2022-12-26 18:22:06 +01:00
Gavin 4946e8ca45 HHH-14338 use SESSION prefix instead of MODULE for temp tables on HSQLDB
+ more cleanups of HSQLDialect
2022-12-23 23:09:59 +01:00
Gavin 9dbfc29749 introduce SharedSessionDelegatorBaseImpl 2022-12-23 21:39:54 +01:00
Gavin fc62f33a55 many misc cleanups and doc for the Session hierarchy 2022-12-23 21:39:54 +01:00
Jan Schatteman 974fe9e22d HHH-15914 - Add jira tag to some tests
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-12-23 17:40:38 +01:00
Jan Schatteman c45330023f HHH-15914 - remove deprecated method calls and provide an example of Tuple.class usage
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-12-23 16:05:18 +01:00
Gavin a666f98357 minor fixes to javadoc 2022-12-23 13:53:02 +01:00
Marco Belladelli 724ae7986d HHH-15864 Fix collection's owner referring to Embeddable class 2022-12-23 13:23:03 +01:00
Marco Belladelli 84b0da4970 HHH-15864 Add test for issue 2022-12-23 13:23:03 +01:00
Gavin 7c53a2591a add some more tests for cast() function + allow casting to Short 2022-12-23 13:19:33 +01:00
Steve Ebersole cba4325bb0 small post 6.2 cr1 tasks 2022-12-22 18:47:12 -06:00
Hibernate-CI 723227a3c6 Post-steps for release : `6.2.0.CR1` 2022-12-22 23:40:07 +00:00
Hibernate-CI 14e8c25ad9 Pre-steps for release : `6.2.0.CR1` 2022-12-22 23:35:20 +00:00
Steve Ebersole 51a50bed43 Add a deprecated.txt report to published docs collecting union of `@Deprecated` and `@Remove` 2022-12-22 16:55:02 -06:00
Steve Ebersole 163d5002f4 migration-guide for 6.2 release 2022-12-22 16:26:55 -06:00
Steve Ebersole 263768d5c5 HHH-15930 - Support scalar resultClass in @NamedNativeQuery 2022-12-22 15:48:37 -06:00
Gavin 501d3869d4 refresh javadoc for exception types 2022-12-22 20:49:55 +01:00
Gavin 79b381795f add missing since 2022-12-22 20:20:15 +01:00
Gavin 25c258db1a minor Javadoc fix 2022-12-22 20:18:06 +01:00
Gavin 865a435b3b re-delete NotYetImplementedFor6Exception to fix main 2022-12-22 20:11:43 +01:00
Gavin afcb933d28 very minor changes to javadoc 2022-12-22 20:05:30 +01:00
Gavin bdc172c1df nove NotImplementedYetException to hibernate-testing 2022-12-22 20:05:30 +01:00
Steve Ebersole d49518e5e4 HHH-15798 - Clean up uses of NotYetImplementedFor6Exceptions 2022-12-22 13:03:03 -06:00
Steve Ebersole cc0d6eaca7 HHH-15798 - Remove NotYetImplementedFor6Exceptions and all uses 2022-12-22 12:27:03 -06:00
Gavin 0f8c26c7a1 add missing @since annotations, fix javadoc comment block syntax 2022-12-22 18:59:45 +01:00
Gavin 2d66ce8b2d clean up CacheModeType enum 2022-12-22 18:21:03 +01:00
Gavin 114a82d438 add some missing @since tags 2022-12-22 18:21:02 +01:00
Steve Ebersole b684ace7e6 migration-guide for 6.2 release 2022-12-22 10:30:00 -06:00
Christian Beikov 4901d2bb61 HHH-15464 Allow JdbcType to expose the type code to use for DDL 2022-12-22 17:25:13 +01:00
Christian Beikov a094d4c5d5 HHH-15463 Adjust JdbcType based on DDL capacity for varchar/varbinary like types 2022-12-22 17:25:13 +01:00
Gavin 66b86ad315 fix some whitespace in package-infos 2022-12-22 16:51:15 +01:00
Gavin 1cd183b999 minor javadoc clarifications 2022-12-22 15:45:28 +01:00
Steve Ebersole 748ebe8456 HHH-15924 - Remove the org.hibernate.metamodel.relational package 2022-12-22 08:17:50 -06:00
Marco Belladelli cbfba13143 HHH-15901 Check for null predicates in where clause 2022-12-22 14:54:31 +01:00
Marco Belladelli 845adf36b9 HHH-15901 Add test for issue 2022-12-22 14:54:31 +01:00
Gavin 0db6136c47 add some @see annotations to Length 2022-12-22 14:35:37 +01:00
Gavin 51f1e2f5bd HHH-15926 allow @Type and @CompositeType to be applied as meta-annotations
this was almost zero work, the implementation was already there
2022-12-22 14:12:20 +01:00
Gavin bc79368cd6 clean up OptimisticLockStyle enum 2022-12-22 14:09:52 +01:00
Gavin c754dfacdf method renamings and extract method refactorings
- couple of last-minute name changes in Generator stuff for consistency
- make logic in Coordinators easier to understand by extracting lots of
  little methods (there were some very long methods here)
- extract a couple of inner classes that didn't need to be
2022-12-22 14:09:52 +01:00
Yanming Zhou a49beafca4 HHH-15618 Add tests 2022-12-22 13:00:41 +01:00
Marco Belladelli 6e87b38aee HHH-15850 Check if escape character is null in QuerySplitter 2022-12-22 12:53:12 +01:00
Marco Belladelli 061fb1e59c HHH-15850 Add test for issue 2022-12-22 12:53:12 +01:00
Andrea Boriero ce2dc4720e Removed use of JdbcValuesSourceProcessingState#findInitializer() 2022-12-22 12:51:18 +01:00
Christian Beikov 0748fff451 HHH-15920 Update Mockito to 4.10.0 2022-12-22 12:48:37 +01:00
Christian Beikov 50db219047 HHH-15899 Add @PartitionColumn annotation 2022-12-22 12:47:59 +01:00
Gavin fb840ef84f remove some obsolete and unused code and simplify GeneratedValuesProcessor 2022-12-22 02:22:07 +01:00
Gavin 39ffcc91f4 lots of package-info.java files! 2022-12-22 00:11:32 +01:00
Steve Ebersole 32cc739f39 HHH-15923 - Clean-up the org.hibernate.loader package
HHH-15799 - API/internal split for org.hibernate.cfg package

and some minor Javadoc work
2022-12-21 16:11:48 -06:00