Commit Graph

11308 Commits

Author SHA1 Message Date
Christian Beikov da21ca2e80 HHH-17689 Cache SQL statement for unique key lookup 2024-01-31 16:27:19 +01:00
Marco Belladelli ff0b535435 HHH-17594 HHH-17665 Fix proxy narrowing for delayed subtype entities 2024-01-30 19:02:05 +01:00
Marco Belladelli 652da4205f HHH-17594 HHH-17665 Add test for issue 2024-01-30 19:02:05 +01:00
Andrea Boriero 3844a34760 HHH-17587 Setting to null a property from a @SecondaryTable and @DynamicUpdate deletes the whole entry from database 2024-01-30 19:01:25 +01:00
Andrea Boriero 74f018182e HHH-17587 Add test for issue 2024-01-30 19:01:25 +01:00
Marco Belladelli 18b1cea796 HHH-17666 Fix trunc function argument type resolver 2024-01-30 10:38:12 +01:00
Marco Belladelli 7a227d702d HHH-17679 Fix unnecessary table reference resolution for treat 2024-01-26 17:24:34 +01:00
Marco Belladelli 28d8ec578f HHH-17679 Add test for issue 2024-01-26 17:24:34 +01:00
Christian Beikov 122598dcc2 HHH-17681 Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility 2024-01-26 17:09:52 +01:00
Gavin King 8a39ea95c1 HHH-17677 handle literal null arguments more elegantly in StandardFunctionReturnTypeResolvers
resolves a very confusing error message
2024-01-25 18:29:42 +01:00
Andrea Boriero 56deb7d89c HHH-17668 NullPointerException when refreshing bytecode-enhanced entity from second-level cache 2024-01-25 18:24:27 +01:00
Andrea Boriero 653110939e HHH-17668 Add test for issue 2024-01-25 18:24:27 +01:00
Marco Belladelli bfa1a86fea HHH-17113 Fix joined inheritance and force discriminator pruning 2024-01-25 18:23:24 +01:00
Marco Belladelli b97cb3719d HHH-17113 Add test for issue 2024-01-25 18:23:24 +01:00
Marco Belladelli e8b5a23dd2 HHH-17629 Reuse compatible joins for entity graphs and fetch profiles 2024-01-24 18:33:14 +01:00
Marco Belladelli 3b0ec32162 HHH-17629 Add test for issue 2024-01-24 18:33:14 +01:00
Andrea Boriero f2a699bafa HHH-17674 NullPointerException thrown when loading entity previously evicted and proxied 2024-01-24 18:30:15 +01:00
Andrea Boriero e0ea066d3f HHH-17674 Add test for issue 2024-01-24 18:30:15 +01:00
Andrea Boriero 6c690f561c HHH-16960 OneToOne lazy loading fails when fetch graph is involved 2024-01-24 11:05:00 +01:00
Andrea Boriero a73bc08c78 HHH-16960 Add test for issue 2024-01-24 11:05:00 +01:00
Christian Beikov f79673d274 HHH-17670 Test and fix for NPE in FromClause#findTableGroup 2024-01-24 11:05:00 +01:00
Marco Belladelli 236e3e2228 HHH-17667 Fix pruning of root table with discriminator predicate 2024-01-23 17:49:45 +01:00
Marco Belladelli ce0217df46 HHH-17667 Add test for issue 2024-01-23 17:49:45 +01:00
Andrea Boriero 316c7af186 HHH-17420 JoinColumn throws an AnnotationException 2024-01-23 15:30:24 +01:00
Andrea Boriero aef88b134d HHH-17420 Add test for issue 2024-01-23 15:30:24 +01:00
Andrea Boriero 9201ee7109 HHH-17644 Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames 2024-01-23 15:29:41 +01:00
Andrea Boriero f33afc66bf HHH-17644 Add test for issue 2024-01-23 15:29:41 +01:00
Marco Belladelli bdb2906a94 HHH-17550 Respect default no-constraint setting 2024-01-22 18:38:48 +01:00
Marco Belladelli 641afbcf84 HHH-17550 Add test for issue 2024-01-22 18:38:48 +01:00
Marco Belladelli a060a3b9c0 HHH-17598 Allow array typed queries without result wrapping 2024-01-22 18:33:57 +01:00
Andrea Boriero 529d4915ba HHH-17634 Merging a new entity having a @GeneratedValue id should not set the generated id of the original entity 2024-01-22 18:28:39 +01:00
Andrea Boriero db47b51a30 HHH-17634 Add test for issue 2024-01-22 18:28:39 +01:00
Marco Belladelli ba5101d40b HHH-17526 Throw correct exception when reading list results 2024-01-22 15:27:53 +01:00
Marco Belladelli bb047c4fad HHH-17526 Add test for issue 2024-01-22 15:27:53 +01:00
Marco Belladelli d25b5532a9 HHH-17605 Fix native query selecting multiple of the same entity result 2024-01-22 15:27:53 +01:00
Marco Belladelli 70c8ea03bb HHH-17461 Include soft-delete column in duplication check 2024-01-22 15:27:53 +01:00
Andrea Boriero 673f03304f HHH-17653 - Error in generating schema when @Generator annotation is applied to a non id embeddable property 2024-01-22 13:03:25 +01:00
Andrea Boriero 4ba772b72d HHH-17653 Add test for issue 2024-01-22 13:03:25 +01:00
Marco Belladelli 240514986d
HHH-17643 Remove unused internal BytecodeProviderInitiator method 2024-01-22 08:51:05 +01:00
Marco Belladelli 8062350cc0
HHH-17643 Load `BytecodeProvider` as a java service
Also allow `SerializableProxy` deserialization even when no session factory is available.
2024-01-22 08:51:01 +01:00
Jan Schatteman 29346e6f19 HHH-17635 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
Jan Schatteman d6f09d6e9d HHH-17635 - register custom user types when contributed through a service provider
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
marko-bekhta 733b555e86 HHH-17619 Add the multitenancy filter in a stateless session 2024-01-15 12:30:30 +01:00
Marco Belladelli f5800a0388 HHH-17435 Small fixes to trim() function 2024-01-15 12:02:54 +01:00
Christian Beikov 8250f13d77 HHH-17639 Make recursive CTE cycle detection emulation independent of collation 2024-01-15 06:38:38 +01:00
Andrea Boriero 899bf7b4fb HHH-17632 AssertionError when updating entity with lazy loading property and bytecode enhancement 2024-01-12 17:01:56 +01:00
Andrea Boriero 8f3cc245ce HHH-17632 Add test for issue 2024-01-12 17:01:56 +01:00
Marco Belladelli b8d9552803 HHH-17492 Allow parameter inferred mapping for same java types 2024-01-12 17:01:12 +01:00
Marco Belladelli dc2c2823ed HHH-17492 Add test for issue 2024-01-12 17:01:12 +01:00
Marco Belladelli 8daa7ced49 HHH-17435 Allow input param as trim character and fix single quote 2024-01-12 12:53:20 +01:00