Commit Graph

38 Commits

Author SHA1 Message Date
Jan Schatteman 55108d0740 HHH-18224 - db info logging cleanup
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-07-24 11:13:35 -05:00
Jan Schatteman 457ca8ddb5 Add a class diagram for org.hibernate.spi to the design documentation
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-04-26 00:41:22 +02:00
Jan Schatteman 3092eed9b0 Contribute a query class diagram
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-04-04 00:09:41 +02:00
Steve Ebersole 1db04f54af Misc 2023-02-16 21:00:46 -06:00
Steve Ebersole 6180e94fdc - Drop building of bundles for SourceForge
- Update release artifacts section of the release announcement
- Update Migration Guide wrt SourceForge and release artifacts
2022-03-31 11:58:26 -05:00
Steve Ebersole ad828a0a4a release announcement, doc artifacts 2022-03-31 11:01:06 -05:00
Steve Ebersole 8d20c033b1 Address test failures in Gradle plugin module
- I was not able to figure this out, so simply disabled the TestKit related tests
- unfortunately, this means we have no automated functional testing of the plugin in the build
2022-03-31 07:49:28 -05:00
Steve Ebersole cb4691e98e work on migration guide and 6.0 announcement 2022-03-30 13:07:22 -05:00
Steve Ebersole 8b9c68b8db work on migration guide and 6.0 announcement 2022-03-30 11:49:30 -05:00
Steve Ebersole d8d326a76f work on migration guide and 6.0 announcement 2022-03-30 09:26:20 -05:00
Steve Ebersole a8d9d4e5ef prep 6.0 Final announcement 2022-03-15 07:58:19 -05:00
Steve Ebersole 741b6b71f1 logging report 2022-03-11 14:45:43 -06:00
Gavin King 3c77ab5f69 expressable -> expressible everywhere 2022-01-23 16:41:18 +01:00
Steve Ebersole 8f5fefd806 HHH-15017 - Clean-up Query#setParameter overloads
- https://hibernate.atlassian.net/browse/HHH-15017
2022-01-10 12:25:38 -06:00
Steve Ebersole 71515af5cc HHH-14589 - Make sure documentation examples regarding basic-types work and update the section
- re-enable the basic-type tests in the `documentation` module
- fix basic-type resolution in various cases from tests in both `hibernate-core` and `documentation`
- updated the basic_types.adoc user-guide section + moved much of the "legacy" discussion to an appendix
- fixed missing impls of the optional contract `org.hibernate.type.AdjustableBasicType`
- improved handling of `NationalizationSupport` offered by a Dialect

NOTE :
- changes to `ColumnTransformerTest` are related to "composite basics" not being supported, not problems with `ColumnTransformer`.
- final failure in `org.hibernate.userguide.mapping.basic` is `SubselectTest#testRefreshLifecycle` which actually fails because refresh is not working properly
2021-05-13 09:58:20 -05:00
Steve Ebersole 7fcde66d61 HHH-14524 : Rename SqlType(X) as JdbcType(X) 2021-03-29 11:33:56 -05:00
Andrea Boriero 4e22c5cabc Merge remote-tracking branch 'upstream/master' into wip/6.0 2020-10-23 10:31:29 +01:00
Steve Ebersole 3bf9f6a5c6 Design docs - mapping model 2020-10-22 14:56:24 -05:00
Steve Ebersole ca1692b86f tests for JPQL
tests for JPA operations
2020-08-31 18:53:22 -05:00
Steve Ebersole 57a3b0b456 design doc work 2020-08-25 20:21:09 -05:00
Steve Ebersole 5f7c139f7e NativeQuery support
- `NativeQuery#addAttributeResult`
2020-07-28 11:26:25 -05:00
Steve Ebersole 671250afa6 NativeQuery support
- javadoc
2020-07-27 16:58:10 -05:00
Steve Ebersole 2f8f04747b NativeQuery support
- support for `#addScalar(Class,AttributeConverter)`
- support for `#addScalar(Class,Class<AttributeConverter>)`
- fixed problem with mapping of converted enums
2020-07-27 16:49:28 -05:00
Steve Ebersole 4074c39264 system loggers 2020-05-27 10:34:19 -05:00
Steve Ebersole 41093ae66c * Added JpaCompliance for @OrderBy handling
* Added `NonTransientException` checked during MappingModelCreationProcess "post init callback" handling to indicate non-recoverable errors
* Redesigned `MappingModelCreationProcess#executePostInitCallbacks` to account for `NonTransientException`
2020-04-30 09:13:37 -05:00
Steve Ebersole 96f4a350e0 * HBM mappings
* dynamic models
* initial non-aggregated cid support
2020-04-27 15:21:09 -05:00
Steve Ebersole 3222b52ab2 continued work on circular fetch detection. still need to work through the cases involving embeddables "in between" 2020-02-17 18:07:00 +00:00
Steve Ebersole 00b5a700eb continued work on circular fetch detection. still need to work through the cases involving embeddables "in between" 2020-02-17 18:07:00 +00:00
Steve Ebersole ccfa8101c1 added working design doc on attribute ordering wrt inheritance 2020-01-12 23:03:12 -06:00
Steve Ebersole eab6107ec2 HHH-13785 : HQL/Criteria function support
- temporal literals
- generalized literals
- literal formatters (SQL string generation)
- FORMAT function
2020-01-06 08:38:08 -06:00
Steve Ebersole 293fc0fe54 more work on design docs for SQM and SQL AST 2019-11-25 17:14:21 -06:00
Steve Ebersole 1b7f60c348 preliminary design docs for SQM and SQL AST 2019-11-24 12:11:11 -06:00
Steve Ebersole 31e2423d8a initial work on support for discrim-inheritance;
started design doc about SQM model, building and translation;
initial work on `#load` support (strange error in BasicFormatterImpl as part of SqlStatementLogger)
2019-10-18 12:46:22 -05:00
Steve Ebersole 611cdceeb2 Performance work 2019-10-15 11:38:29 -05:00
Steve Ebersole 5500985afa initial working support for root entity loading via HQL 2019-09-16 13:09:43 -05:00
Steve Ebersole 7a82dcf22b 6 - SQM based on JPA type system
- Continued work on mapping model and conversion from SQM to SQL.  Currently flushing out mapping model - how expressive do we want this to be?  Do we really want to re-use the walking contracts?  Or create a new SPI/impls based on MappingModelExpressable?
2019-09-12 10:42:32 +01:00
Steve Ebersole 0c66f23af2 6 - SQM based on JPA type system
- Initial work on SQL AST generation based on older persister model
2019-09-12 10:42:32 +01:00
Steve Ebersole 26ff169db2 6 - SQM based on JPA type system 2019-09-12 10:42:27 +01:00