3536 Commits

Author SHA1 Message Date
Christian Beikov
753858ce73 Introduced table group joins 2017-02-08 17:23:08 +02:00
Chris Cranford
c87194c3fe HHH-11410 - Fixed ManyToMany with an active Filter to apply the condition on the join. 2017-02-08 13:53:00 +00:00
Chris Cranford
10fe238688 HHH-11410 - Added test case. 2017-02-08 13:53:00 +00:00
Mark Rotteveel
3c26ae7302 HHH-11467 Replace incorrect use of StringHelper.WHITESPACE with single space.
This prevents an issue with Firebird where formfeed (\f or 0x0c) is not considered valid whitespace in a query.
2017-02-07 16:48:10 +01:00
Chris Cranford
457a181347 HHH-8768 - Add support for OFFSET/FETCH syntax for SQL Server 2012 LimitHandler/pagination. 2017-02-07 14:10:36 +02:00
Chris Cranford
68e1dfffd2 HHH-11412 - EntityManager/Session setProperty should permit custom properties 2017-02-07 13:47:54 +02:00
Ivan Straka
e46956b0f1 HHH-11456 - SequenceHiLoGeneratorTest fails due to wrong select string on SQL Server 2017-02-06 17:58:47 +02:00
Timofey Gorshkov
f82dd465b1 HHH-11458 - Optimize the SQL formatter call when iterating through multiple targets 2017-02-06 17:42:41 +02:00
BOOTMGR
a38ea758e3 HHH-11455 - Do not use schema name when underlying database doesn't support It
Use JDBC Environment to get the qualified name of the table, instead of directly appending schema name when it is defined explicitly.
2017-02-05 00:24:07 +05:30
Vlad Mihalcea
517fc4c242 HHH-11448 - Fix tests failing on PostgreSQL 2017-02-02 17:22:49 +02:00
Vlad Mihalcea
ce95ffe441 HHH-9460 - Removing non-optional bidirectional @OneToOne association with cascade
Add entity name so that the underlying table uses it instead of the nested class name
2017-02-02 13:06:30 +02:00
Andrea Boriero
19e9bfe303 HHH-11262 - Fix checkstyle errors 2017-02-02 09:19:41 +00:00
Vlad Mihalcea
f2f6a08853 HHH-9460 - Removing non-optional bidirectional @OneToOne association with cascade 2017-02-02 10:57:23 +02:00
Chris Cranford
3f1111ee5c HHH-10537 - Fixed conflict while merging changes from HHH-10557. 2017-02-01 12:51:06 -05:00
Christian Beikov
5d9414257f Fix for HHH-10537 2017-02-01 12:31:09 -05:00
Christian Beikov
72382b1e08 Test for HHH-10537 2017-02-01 12:31:09 -05:00
Chris Cranford
fa3171530c HHH-10577 - Added additional test cases for VALUE() 2017-02-01 11:01:04 -05:00
Christian Beikov
18e8be0037 Fixed HHH-10577 2017-02-01 11:01:03 -05:00
Christian Beikov
f9fce8c657 Test for HHH-10577 2017-02-01 11:01:03 -05:00
Evandro Pires da Silva
d48f393420 HHH-11262 - Bulk Operations attempt to create temporary tables, but user does not have permission to create table 2017-02-01 13:14:31 +02:00
Andrea Boriero
8f6e4d5675 HHH-11434 - prevent failures in some tests from freezing the whole test suite 2017-02-01 09:31:44 +00:00
Jan Martiska
e62d71b76b HHH-11434 - prevent failures in some tests from freezing the whole test suite 2017-02-01 08:56:44 +00:00
Andrea Boriero
b19d76f2cc HHH-11418 - SynonymValidationTest failure 2017-01-31 14:18:20 +02:00
barreiro
f82c29ff42 HHH-11161 - Prevent initialization of extra lazy collections 2017-01-31 12:12:48 +02:00
Steve Ebersole
c70a28252b HHH-11431 - Remove unintended deprecation 2017-01-27 11:01:04 -06:00
Nicholas Kim
56cd7263d1 Fix Typo in MergeContext.java
mergeEntity the *merge* entity
2017-01-26 04:21:04 +09:00
Jan Martiska
95b858bf20 HHH-11419 - QueryAndSQLTest failing on MS SQL Server 2017-01-25 12:12:50 +02:00
Rafael Winterhalter
2868f1bb09 HHH-11420 - Update Byte Buddy to 1.6.6. and use more granular locks on type caches 2017-01-24 17:56:30 +02:00
Yordan Gigov
d9e5edc9c0 HHH-11409 - Bind registered collection types using their type handler
Try to replicate issue
2017-01-24 17:34:20 +02:00
Andrea Boriero
33ae0b3b9e HHH-11407 - JPA + JDBC transaction - when a commit fails rollback is executed twice 2017-01-19 13:31:51 +00:00
Andrea Boriero
c9df1a9981 HHH-11407 - Add test for issue 2017-01-19 11:08:45 +00:00
Steve Ebersole
2dca5f2ceb HHH-11400 - HHH90000016: Found use of deprecated 'collection property' issue for valid JPQL query 2017-01-18 21:37:25 -06:00
Craig Andrews
8361f794bc HHH-11284 - Test case 2017-01-18 18:55:23 -06:00
barreiro
8fc0bf5202 HHH-11284 - HHH-11404 - Fix enhancement in cases where there is some sort of inheritance 2017-01-18 18:55:23 -06:00
barreiro
4a3dee1588 HHH-11242 - [enhancer] load class on isolated class pool to avoid it being frozen 2017-01-18 18:55:23 -06:00
Andrea Boriero
c1093d533e HHH-11395 - ServiceRegistry#getService(...) throws NPE when service initiator returns null 2017-01-18 18:55:04 -06:00
Andrea Boriero
c1d8a3e426 HHH-11395 - Add test for issue 2017-01-18 18:55:04 -06:00
Andrea Boriero
a506f53a5c HHH-11376 - Malformed SQL query sent to SQL Server with left outer join and pessimistic lock 2017-01-18 23:37:27 +00:00
Andrea Boriero
5f0ae6fcb7 HHH-11376 - Add test for issue 2017-01-18 23:37:27 +00:00
Steve Ebersole
ed4e3f50e7 HHH-10858 - Could not find matching type descriptor for requested Java class [...]; using fallback 2017-01-18 14:52:37 -06:00
Steve Ebersole
7af60b7c5a HHH-10858 - Could not find matching type descriptor for requested Java class [...]; using fallback 2017-01-18 14:45:44 -06:00
Chris Cranford
5ac46eb703 HHH-11383 - Removed InvalidWithClauseException check when join alias != table alias 2017-01-18 14:26:13 -05:00
Max Tian
0693b54256 HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9 2017-01-18 14:30:20 +02:00
Andrea Boriero
34d92507c9 HHH-11375 - SINGLE_TABLE associated entity query missing restriction of DiscriminatorColumn 2017-01-18 11:36:07 +00:00
Christian Beikov
4d5c66c80b HHH-11375 - Add test 2017-01-18 11:35:52 +00:00
Sven Haster
904335a369 HHH-10561 - Join on treated root not rendered in HQL 2017-01-18 13:01:01 +02:00
Christian Beikov
349df983f0 Test and fix for HHH-11401 2017-01-18 10:10:39 +00:00
Gail Badner
122f00f30c HHH-11173 : Change CollectionType#renderLoggableString to return '<uninitialized>' when collection is uninitialized 2017-01-17 21:40:00 -05:00
barreiro
4d6cda1548 HHH-11173 - Fix text serialization of uninitialized lazy attributes 2017-01-17 19:13:05 -05:00
Andrea Boriero
4dad087b39 HHH-11393 - Hibernate/JPA CriteriaQuery trim function generate wrong SQL 2017-01-17 18:00:11 +02:00