Commit Graph

9667 Commits

Author SHA1 Message Date
Kedar Joshi 61cddad76d Correct JTS version information 2019-01-02 13:53:07 +01:00
Anderson Calixto 18e6f61041 Fix typo: resister should be register 2018-12-26 14:16:11 +01:00
Vlad Mihalcea 33efabd597 HHH-13167 - When omitting the OTHERWISE clause in a CASE expression built with Criteria API, Hibernate throws a NullPointerException 2018-12-19 19:34:33 +01:00
Gail Badner fa5b632f4e HHH-13084 HHH-13114 : Correct test case using reserved word 2018-12-18 15:15:00 -08:00
John Lin 08747fc2f4 HHH-13094 - Respect @Any.fetch setting to FetchType.EAGER 2018-12-18 12:21:34 +02:00
Vlad Mihalcea 7358893eac HHH-13160 - Polymorphic query for InheritanceType.TABLE_PER_CLASS is not using UNION ALL 2018-12-18 12:09:26 +02:00
Vlad Mihalcea e3eeba9845 HHH-13162 - Upgrade MySQL and MariaDB Dialects as they support UNION ALL 2018-12-18 12:06:42 +02:00
Vlad Mihalcea 55f5c9c5bd HHH-13153 - No content in 15.1. Query API of User Guide 2018-12-18 12:03:24 +02:00
Vlad Mihalcea 89372191ec HHH-13140 - Criteria API multiselect aliases are not passed through to the JPQL query and they are not available in ResultTransformer 2018-12-18 06:56:03 +02:00
Gail Badner 7316307d0e HHH-13084 HHH-13114 : Bugs querying entity with non-ID property named 'id'
HHH-13084 HHH-13114 : Query 'select count(h) from Human h' fails if a subclass has a non-Id property named 'id'

HHH-13084 HHH-13114 : Update hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java

Co-Authored-By: dreab8 <dreborier@gmail.com>

HHH-13084 HHH-13114 - Fix FromElementType method name

HHH-13084 HHH-13114 : Correct generated column names
2018-12-17 12:13:07 -08:00
Gail Badner 346b3c7f3e HHH-13084 HHH-13114 : Add test cases
HHH-13084 HHH-13114 : Refactor test cases

HHH-13084 HHH-13114 : Add test cases

HHH-13084 HHH-13114 : Refactor test cases

HHH-13084 HHH-13114 : Add failing test case
2018-12-17 12:10:54 -08:00
Sergey Morgunov b9edc8d323 HHH-13145 - Generated metamodel class can't be compiled. 2018-12-17 13:54:55 +01:00
Vlad Mihalcea 77cdaa0824 HHH-13146 - Hibernate Ehcache no longer supports the `net.sf.ehcache.hibernate.cache_lock_timeout` configuration property 2018-12-17 13:54:55 +01:00
George Vinokhodov 478f6d0e11 HHH-13151 Fix fetch of treated entity 2018-12-17 13:54:55 +01:00
Chris Cranford f84ea3cd37 HHH-13104 - Fix SAP Hana to throw MappingException if table contains a single identity-based column. 2018-12-17 13:54:55 +01:00
Chris Cranford d625e15192 HHH-13104 - Fix Oracle 12c to return 'default' for identifier column in insert-statement. 2018-12-17 13:54:55 +01:00
Chris Cranford 08bf8c5044 HHH-13104 - Added test case. 2018-12-17 13:54:55 +01:00
Guillaume Smet 98249af058 HHH-12555 Disable NClob test for dialects not supporting NClob 2018-12-17 13:54:23 +01:00
Guillaume Smet 855f34c771 HHH-12555 Add a DialectCheck for NClob support 2018-12-17 13:53:54 +01:00
Gail Badner 4d0b5dc184 HHH-12555 : Remove code in LobMergeStrategy implementations that copied original Lob when target is null 2018-12-17 12:26:37 +01:00
Gail Badner ca6dc226eb HHH-12555 : Update test to check results 2018-12-17 12:26:37 +01:00
Guillaume Smet 4e05953240 HHH-12555 Add tests 2018-12-17 12:26:37 +01:00
Guillaume Smet 1af878166f HHH-12555 Fix merging of lazy loaded blobs/clobs/nclobs
It's better to avoid pushing UNFETCHED_PROPERTY to the types as it
requires all the types to take it into account.

TypeHelper looks like the only sensible caller that needs change.
2018-12-17 12:26:37 +01:00
Vlad Mihalcea c79ce44f84 HHH-13163 - Fix DDLWithoutCallbackTest#testRangeChecksGetApplied which fails on MariaDB 2018-12-13 16:46:12 +02:00
Guillaume Smet 0f8fc67a39 Prepare for next development iteration 2018-12-12 23:15:19 +01:00
Guillaume Smet 7759404259 5.4.0.Final 2018-12-12 22:15:57 +01:00
John Lin 0d2fa6e94b HHH-13156 - Enhance the @AnyMetaDef annotation section with more details about the optimal placement 2018-12-12 14:03:32 +02:00
Chris Cranford 9ff14a33c7 HHH-13147 - Fix DelayedPostIdentifierInsert when second-level cache enabled. 2018-12-07 09:56:41 -05:00
Chris Cranford 6d5dd25e7a HHH-13147 - Added test case. 2018-12-07 09:53:17 -05:00
Karel Maesen d1d1f9f312 HHH-13083 - Add integration test 2018-12-06 22:02:38 +01:00
Karel Maesen d9dd1ebf62 HHH-13083 - Fix matrix tests 2018-12-06 21:29:24 +01:00
bernd hopp 89e36cf0e7 HHH-13083 Add support for st_makeenvelope in PostGIS dialect
https://postgis.net/docs/ST_MakeEnvelope.html
2018-12-06 21:29:24 +01:00
Vlad Mihalcea dc89e7199d HHH-13095 - Document how to use arithmetic expressions in CASE statements
Fix tests failing on MariaDB and MySQL
2018-12-06 15:54:22 +02:00
Vlad Mihalcea ae4652378c HHH-10778 - Add support for non-public AttributeConverter implementations 2018-12-06 11:57:51 +02:00
Vlad Mihalcea 1a5cee7c0c HHH-13095 - Document how to use arithmetic expressions in CASE statements 2018-12-06 10:08:30 +02:00
Vlad Mihalcea f4e36a1bea HHH-13096 - Document that composite identifier cannot use auto-generated properties 2018-12-06 09:46:58 +02:00
Frank Doherty 84bc30d34a HHH-13141 - Could not fetch the SequenceInformation from the database when using SQL Server with a case-sensitive collatio - 2018-12-06 09:29:09 +02:00
Vlad Mihalcea d986ae92d0 HHH-13144 - Move the doInAutoCommit utility to TranscationUtil 2018-12-06 09:22:29 +02:00
Vlad Mihalcea 3ff3615d00 HHH-13110 - @PreUpdate method on a Embeddable null on the parent caused NullPointerException 2018-12-05 16:40:22 +01:00
Guillaume Smet 849e2a5a53 Prepare for next development iteration 2018-11-29 18:02:01 +01:00
Guillaume Smet f4aec91030 5.4.0.CR2 2018-11-29 17:24:48 +01:00
Guillaume Smet 21fa1ab54b HHH-13127 Update a few things in the metamodel generator documentation 2018-11-29 17:04:47 +01:00
Guillaume Smet e528eb7ee9 HHH-13127 Document that JAXB jars are needed if using JDK 11 2018-11-29 17:04:47 +01:00
Guillaume Smet 190dedc8fc HHH-13128 Add missing jaxb-runtime dependency to metamodel generator
It's necessary for JDK 11 and we missed it when we added the
jaxb-runtime dependency to hibernate-core.
2018-11-29 11:20:44 +01:00
Vlad Mihalcea d48307d5fa HHH-13125 - Remove the Javadoc links in the User Guide pointing internal classes 2018-11-29 11:10:10 +01:00
Vlad Mihalcea 1b53969359 HHH-13102 - Document how catalog and schema attributes need to be applied based on the underlying DB capabilities 2018-11-29 11:06:25 +01:00
Vlad Mihalcea c9356ce9b4 HHH-13115 - Document how to define timezone per tenant when using Multitenant Database 2018-11-29 10:51:11 +01:00
Guillaume Smet 2823e98cd9 Remove non-ascii character from Javadoc
We often have java.io.FileNotFoundException: JAR entry
org/hibernate/annotations/NamedQueries.class not found errors when
building on these 2 classes and it's the only special thing in them so
let's hope it will fix this issue.
2018-11-28 11:00:48 +01:00
Vlad Mihalcea 39d9f84920 HHH-13124 - The CachingRegionFactory resolution algorithm has changed 2018-11-27 18:17:45 +01:00
Vlad Mihalcea 4900832cc2 Fix tests failing due to an import which was not even required 2018-11-26 18:55:59 +02:00