Commit Graph

13358 Commits

Author SHA1 Message Date
Atgoogat b2c29f9ba1 HHH-15046: test for db2z & db2i initalization error
both errors ocure because private property "version" is used
through the super-constructor before being intialized.
2022-01-24 14:49:55 +01:00
Gavin King 5c4ab4eaf6 javadoc improvements to Sessionfactory, Filter, FilterDefinition 2022-01-24 11:20:12 +01:00
Gavin King c6eb826bd6 remove deprecated/unimplemented methods of Metamodel 2022-01-23 19:51:23 +01:00
Steve Ebersole 0426c152d0 General clean-up of Javadoc for `o.h.annotations` package 2022-01-23 12:43:51 -06:00
Steve Ebersole 8168b932be native-query callable 2022-01-23 12:43:51 -06:00
Gavin King dcfb6cdb19 remove deprecated members of FetchMode 2022-01-23 19:36:43 +01:00
Gavin King 05349f6a9b for how many decades has this code fragment been rejected by the Java compiler? 2022-01-23 19:29:27 +01:00
Gavin King bbec4bcd39 improve javadoc of Session and SessionFactory 2022-01-23 19:25:45 +01:00
Gavin King 5158312570 improve some more javadoc 2022-01-23 19:04:47 +01:00
Gavin King 44799b5a9c improve javadoc for @DialectOverride 2022-01-23 18:24:55 +01:00
Gavin King 3c77ab5f69 expressable -> expressible everywhere 2022-01-23 16:41:18 +01:00
Gavin King 23324318fd remove deprecated operations of MetamodelImplementor 2022-01-23 15:55:15 +01:00
Steve Ebersole fa9ab7bdae clean up remaining test suite failures
- stored procedure parameters - oracle
2022-01-23 07:10:29 -06:00
Steve Ebersole 45d5dc8e74 clean up remaining test suite failures
- stored procedure parameters
2022-01-23 07:10:28 -06:00
Steve Ebersole bfe2e84ee2 clean up remaining test suite failures
- stored procedure parameters
2022-01-23 07:10:28 -06:00
Steve Ebersole e2db993578 clean up remaining test suite failures
- stored procedure parameters
2022-01-23 07:10:28 -06:00
Steve Ebersole 2d72015156 Build task - collect @Incubating + logging refs 2022-01-23 07:06:21 -06:00
Steve Ebersole 692fa24b34 Build task - collect @Incubating + logging refs 2022-01-23 07:06:21 -06:00
Steve Ebersole ef73522139 Build task - collect @Incubating + logging refs 2022-01-23 07:06:21 -06:00
Gavin King d4979ac547 clean up some warnings in persisters and improve javadoc 2022-01-23 12:52:18 +01:00
Gavin King 9724fb0d9b actually remove deprecated operations of SessionFactoryImplementor and SessionImplementor 2022-01-23 12:52:18 +01:00
Gavin King 4b26cb5876 remove use of deprecated accessors of SessionFactoryImplementor 2022-01-23 12:52:18 +01:00
Gavin King be831f9690 some code simplifications to collection types
and many more warning cleanups
2022-01-23 12:52:18 +01:00
Gavin King b7802f5eb6 clean up yet more warnings, and remove some obsolete code 2022-01-23 03:15:32 +01:00
Gavin King 24627b214f get IntelliJ to fix a bunch of warnings for itself 2022-01-23 02:06:47 +01:00
Gavin King 121fd2d879 squash warnings in the root package 2022-01-23 01:03:06 +01:00
Gavin King e3a59f883a get rid of billions of obsolete WeakerAccess suppressions 2022-01-23 00:53:38 +01:00
Gavin King a4cb390552 squash some warnings
mainly by just adding wildcards
2022-01-23 00:29:42 +01:00
Gavin King 3f073ae551 get rid of a class that was "being phased out"
and use some more correct generic types
2022-01-22 23:52:25 +01:00
Steve Ebersole 6f2273d749 HHH-15030 - SelectQuery, MutationQuery, etc
SelectQuery as typed
2022-01-22 15:35:31 -06:00
Steve Ebersole dccb1580fe native query function-call checking 2022-01-22 15:35:18 -06:00
Gavin King 74c09c0af4 remove incorrect javadoc 2022-01-22 21:22:52 +01:00
Gavin King b189d4e9c4 Javadoc for various annotations 2022-01-22 21:19:50 +01:00
Gavin King 766483e46d remove hibernate.query.omit_join_of_superclass_tables 2022-01-22 20:01:17 +01:00
Gavin King 6ddb12412c more work on javadoc of settings 2022-01-22 20:01:17 +01:00
Gavin King b3b8ef6073 move DEFAULT_QUERY_PLAN_MAX_COUNT to QueryEngine
which helps clean up the Javadoc for AvailableSettings
2022-01-22 12:45:35 +01:00
Gavin King 1ce86ee7e7 deprecate a setting that is currently unused 2022-01-22 12:38:40 +01:00
Gavin King 8a2c000b78 fix some generics warnings 2022-01-22 11:59:06 +01:00
Gavin King ec64ce7321 more work on Query javadoc 2022-01-22 11:26:45 +01:00
Gavin King 891435f3bb javadoc preamble for Query 2022-01-22 10:48:50 +01:00
Gavin King eb9e70e30d fix some minor generics issues 2022-01-22 10:12:51 +01:00
Gavin King 2f72d76266 add some @Deprecated annotations on the methods that return raw types 2022-01-22 09:48:11 +01:00
Steve Ebersole bab5b2bf99 minor fixes for function call tests 2022-01-21 23:50:21 -06:00
Steve Ebersole dd41ebc3cf HHH-15030 - SelectQuery, MutationQuery, etc 2022-01-21 22:22:14 -06:00
Steve Ebersole 3365a4fe54 HHH-15030 - SelectQuery, MutationQuery, etc 2022-01-21 22:05:41 -06:00
Gavin King 159792209a more Javadoc refresh 2022-01-22 02:19:24 +01:00
Gavin King fd75e3e75d remove some obsolete config properties 2022-01-22 02:19:24 +01:00
Gavin King 0b01d406c3 second phase of Javadoc refresh for settings 2022-01-22 02:19:24 +01:00
Karel Maesen 3202a56617 HHH-14807 Fix checkstyle errors 2022-01-21 15:23:14 -06:00
Karel Maesen cbf98a1845 HHH-14807 Upgrade SpatialPredicates for Oracle 2022-01-21 15:23:14 -06:00