Christian Beikov
7a55c7b34b
HHH-15071 Apply type inference in SQM for like predicate and avoid NPE in query parameters
2022-03-08 19:51:55 +01:00
Christian Beikov
3d55855a87
HHH-13694 fix numeric overflow exception for large sequence min values
2022-03-08 19:49:48 +01:00
Steve Ebersole
ac4a792f84
render migration guide using asciidoctor and publish with docs
2022-03-08 11:26:55 -06:00
Steve Ebersole
0af7ed353a
HHH-15099 - Improve handling of associations marked with @NotFound
...
HHH-15106 - fk() SQM function
2022-03-08 06:22:03 -06:00
Steve Ebersole
362b4c0ac7
HHH-15106 - fk() SQM function
2022-03-08 06:21:50 -06:00
Andrea Boriero
6e6cc5f06e
Fix subquery throwing SqlTreeCreationException( Found un-correlated path usage in sub query)
2022-03-08 12:55:27 +01:00
Christian Beikov
0a73425520
Flatten the junctions in the SQM model
2022-03-07 15:40:58 +01:00
Steve Ebersole
71e3b5277a
HHH-15099 - Improve handling of associations marked with @NotFound
...
- test consolidation
2022-03-05 08:59:31 -06:00
Steve Ebersole
82feac6bd3
HHH-15099 - Improve handling of associations marked with @NotFound
...
- support for NotFound on logical 1-1 defined on JoinTable
2022-03-05 08:59:31 -06:00
Steve Ebersole
ed5831f482
HHH-15099 - Improve handling of associations marked with @NotFound
...
- clean-up
2022-03-05 08:59:31 -06:00
Steve Ebersole
c5ac528a24
HHH-15099 - Improve handling of associations marked with @NotFound
...
- database snapshot handling
2022-03-05 08:59:31 -06:00
Steve Ebersole
ceb7df0c51
HHH-15099 - Improve handling of associations marked with @NotFound
...
- Javadoc improvements for `@NotFound`-related tests
2022-03-05 08:59:31 -06:00
Steve Ebersole
d52ebfb41d
HHH-15099 - Improve handling of associations marked with @NotFound
...
- Keep track of NotFoundAction into mapping model
- Fix tests with erroneous assertions about `@NotFound` associations allowed to be lazy
2022-03-05 08:59:31 -06:00
Steve Ebersole
de97e8e1a4
HHH-15099 - Improve handling of associations marked with @NotFound
...
- Tests
2022-03-05 08:59:31 -06:00
Christian Beikov
bdf8b2fc2e
Fully generify and simplify UserType contract
2022-03-04 11:14:17 +01:00
Steve Ebersole
e5c719b843
HHH-15099 - Improve handling of associations marked with @NotFound
...
- Tests
2022-03-03 16:13:49 -06:00
Steve Ebersole
2ced4caa2c
NonLazyEntityFetch improvements
2022-03-03 16:04:42 -06:00
Steve Ebersole
ec737a7f15
HHH-15099 - Improve handling of associations marked with @NotFound
...
- Disable physical foreign-key export for `@NotFound` mappings
2022-03-03 15:45:58 -06:00
Steve Ebersole
50c0c2ff9d
HHH-14604 - Sign published artifacts
2022-03-03 15:45:41 -06:00
Steve Ebersole
662182adff
Gradle Enterprise - remote build cache
2022-03-03 15:45:41 -06:00
Steve Ebersole
95e98c8804
Gradle Enterprise exp5
2022-03-03 15:45:41 -06:00
Sanne Grinovero
572171e27f
Jandex, Classmate and commons annotations shouldn't be listed as API
2022-03-03 19:23:58 +00:00
Christian Beikov
e9b3066f93
Add sql type name and size information to selectable mapping
2022-03-03 10:34:26 +01:00
Yoann Rodière
3d8f5db3e0
HHH-15090 Allow passing unloaded types and a TypePool to ByteBuddyProxyHelper#buildUnloadedProxy
...
This is necessary to solve this bug in Quarkus.
2022-03-03 09:39:23 +01:00
Yoann Rodière
9dcd5e55b1
HHH-15090 Test lazy loading with extended bytecode enhancement and inheritance
2022-03-03 09:39:23 +01:00
Yoann Rodière
e989f20b33
HHH-15090 Fix access to public field with extended bytecode enhancement returning null for entity lazy-loaded from polymorphic toOne association
2022-03-03 09:39:23 +01:00
Christian Beikov
b6b500200b
Use BAG for unowned OneToMany and throw an error if @OrderColumn is found on unowned ManyToMany
2022-03-02 17:02:53 +01:00
Christian Beikov
8183901cfe
Add documentation notes about LIST semantics for mappedBy mappings
2022-03-02 17:02:53 +01:00
Christian Beikov
a91d23825f
Make list semantics setting explicit for failing tests
2022-03-02 17:02:53 +01:00
Christian Beikov
7aaeebe3af
Switch back to bag by default for list semantics
2022-03-02 17:02:53 +01:00
Yoann Rodière
4f7d4b7fdb
HHH-15094 Handle http://hibernate.org and https://hibernate.org for DTDs in LocalXmlResourceResolver
2022-03-01 16:23:38 +00:00
Yoann Rodière
19073672db
HHH-15094 Handle both HTTP and HTTPS versions of DTDs in LocalXmlResourceResolver
2022-03-01 16:23:38 +00:00
Yoann Rodière
8c263b3945
HHH-15094 Test LocalXmlResourceResolver
2022-03-01 16:23:38 +00:00
Yoann Rodière
8c0bc94480
HHH-15094 Remove duplicate DTD descriptor
2022-03-01 16:23:38 +00:00
Yoann Rodière
d56032ab7f
HHH-15094 Add JPA 3.0 XSDs to LocalXmlResourceResolver
2022-03-01 16:23:38 +00:00
Brian Stansberry
9a23a679bd
HHH-15084 Remove use of BeanManager.createInjectionTarget(AnnotatedType)
2022-02-28 12:34:35 +00:00
Christian Beikov
8e6fb5636b
Adapt EmbeddableInstantiator and CompositeUserType to accept a ValueAccess instead of a Supplier
2022-02-25 19:15:38 +01:00
Christian Beikov
c520b48487
Implement support for CompositeUserType and re-enable tests that make use of it
2022-02-25 15:36:16 +01:00
Christian Beikov
277f10d987
Support implicit joins in plural path parts and fix issues with type resolving of sub query paths
2022-02-24 07:16:38 +01:00
Christian Beikov
247689824f
Re-enable some tests
2022-02-24 07:16:38 +01:00
Christian Beikov
335ed19821
Various fixes
...
* Fix parsing soft-keywords as naked identifiers
* Create proper correlations during parsing
* Fix some type inference issues with entity valued paths
2022-02-24 07:16:38 +01:00
Andrea Boriero
075cc8d108
Fix not increase the statistic loaded entity number when query cache is hit
2022-02-23 09:37:22 +01:00
Yoann Rodière
cf9d131d35
HHH-15082 Correctly propagate the original exception when aborting a JDBC batch fails
...
Not strictly necessary, but it's related to these changes
and I think it's a good idea.
2022-02-18 20:36:58 +00:00
Yoann Rodière
14c8fb752d
HHH-15082 Test that batch statements are aborted if a RuntimeException is thrown by Batch#addToBatch
...
Such an exception can be thrown if an expectation
(org.hibernate.jdbc.Expectation) is not met, for example if an update
statement for a given entity affects 0 rows (e.g. because of a concurrent
update).
2022-02-18 20:36:58 +00:00
Yoann Rodière
ec6cd5d0cc
HHH-15082 Abort JDBC batches on runtime exceptions as well as SQLException
2022-02-18 20:36:58 +00:00
Christian Beikov
73e9859fea
Re-enable more tests.
...
* Make sure subselect fetch registrations are per navigable path
* Consider the result class for native queries
* Fix issues with nested property references
* Fix list expansion issues for native queries
2022-02-18 12:11:07 +01:00
Andrea Boriero
40bcb97232
Fix String index out of range when wrapping an char
2022-02-17 08:17:29 +01:00
Andrea Boriero
cc750a9abd
Fix Session#setProperty() for cache and timeout related properties
2022-02-17 08:16:45 +01:00
Christian Beikov
c02ce35aa0
Implement on the fly callable named native query to stored procedure translation
2022-02-17 08:14:10 +01:00
Christian Beikov
439788198f
Fix some stored procedure and native query issues
2022-02-17 08:14:10 +01:00