Commit Graph

2916 Commits

Author SHA1 Message Date
Gail Badner 5be28c85a0 HHH-10796 : Correct to use org.hibernate.Query for backport
(cherry picked from commit 61bc59af15)
2016-06-13 16:35:39 -07:00
Andrea Boriero b0a0be1a26 HHH-10796 - Add test for issue
(cherry picked from commit 6027d8319e)
2016-06-13 16:35:21 -07:00
barreiro 87707e218b HHH-10551 - Enable lazy loading for attributes of bytecode enhanced entities 2016-06-10 16:43:02 -07:00
Gail Badner bf4e92fd0a HHH-10511: Restore and deprecate org.hibernate.property.access.spi.EnhancedGetterMethodImpl and EnhancedSetterImpl to maintain backward-compatibility 2016-06-10 15:33:15 -07:00
barreiro 8dd70236cf HHH-10245 - [enhancer] Do not expose ClassPool 2016-06-09 19:37:33 -07:00
barreiro ac9748adeb HHH-10642 - [enhancer] Use INVOKEVIRTUAL instead of INVOKESPECIAL 2016-06-09 19:37:33 -07:00
barreiro 5c567bb4bf HHH-10511 - drop EnhancedGetterMethod: use GetterMethod / GetterField instead 2016-06-09 19:37:33 -07:00
barreiro a24eecf7da HHH-10583 - [enhancer] also consider attribute type when finding the right mappedBy value 2016-06-09 19:37:32 -07:00
barreiro 36090f0a23 HHH-10540 - [enhancer] Add CompositeOwner interface only once 2016-06-09 19:37:32 -07:00
Gail Badner 1ed76e801b HHH-10287 - Cache keys no longer include the entity type 2016-06-07 15:30:27 -07:00
Gail Badner 18df49306e HHH-10679 HHH-10712 : Fix subselect fetching in load plans
(cherry picked from commit 9c29ec22c5)
2016-06-02 13:40:03 -07:00
Gail Badner 5c9c0c22ce HHH-10373 - Correct test to work for 5.0 2016-06-01 19:58:22 -07:00
Andrea Boriero a46a17181e HHH-10373 - Fix Sequence generator for idbag ignores generator parameters
(cherry picked from commit 030f442f3c)
2016-06-01 19:39:15 -07:00
Andrea Boriero a7f079aed3 HHH-10373 - Add test for issue
(cherry picked from commit a9e4eb4895)
2016-06-01 19:38:45 -07:00
Gail Badner 4504aa160c HHH-10757 : select new ..." with CAST( NULL AS ...) fails
(cherry picked from commit 885f76a92f)
2016-05-31 17:39:24 -07:00
Gail Badner 5e5cc14f52 HHH-10476 : Getting an entity with composite ID containing a detached entity fails if PersistenceContext contains a managed copy
(cherry picked from commit f2427fa28a)
2016-05-27 16:09:01 -07:00
Martin Simka 230a9bde87 [HHH-10596] add missing dialect-scope for oracle12c
(cherry picked from commit a634ccebba)
2016-05-25 22:38:17 -07:00
Danny02 f9d68a6b22 HHH-10612 - Check for support of RefCursor in Java 8
(cherry picked from commit 00db5af3db)
2016-05-25 21:51:30 -07:00
Gail Badner c57c564fa5 HHH-10766 : Correct test to use Session.createSQLQuery (session.createNativeQuery API is 5.2+)
(cherry picked from commit bec1ff8f83)
2016-05-25 15:28:48 -07:00
Dgray16 3ad5780256 HHH-10766 Resolve mapping 'type' parameter error
(cherry picked from commit 50b7882663)
2016-05-25 15:28:20 -07:00
Gail Badner 3ffb0d27d9 HHH-10756 : Move tests to hibernate-entitymanager
(cherry picked from commit 08a51523a2)
2016-05-24 17:32:28 -07:00
Gail Badner 5816b4ad9c HHH-10756 : StoredProcedureQuery with OUT param fails with Oracle when using named parameters
(cherry picked from commit 92dfd69937)
2016-05-24 17:32:15 -07:00
Chris Cranford 59c3c4f96b HHH-8507 - Fix SQL Server 2005 limit handler to be tolerant of carriage returns. 2016-05-12 08:48:48 -05:00
Andrea Boriero 2d903875d7 HHH-10678 - Backport Fix hbm hibernate-mapping's schema attribute is ignored 2016-05-12 10:45:48 +01:00
Andrea Boriero f20b3417d5 HHH-10678 - Add test for issue 2016-05-12 10:37:50 +01:00
Gail Badner a660996d4e HHH-9548 : Backport HHH-9548 to globally enable passing null as stored procedure parameter to Hibernate 5.0 2016-04-21 13:54:05 -07:00
Martin Simka 9a32b963b6 [HHH-10290] ignore environment property hibernate.jdbc.batch_versioned_data in BatchVersionedDataConfigTest 2016-04-07 10:27:43 +03:00
Martin Simka 1266f35ecb [HHH-10587] skip NationalizedIgnoreCaseTest on db2 and postgresql(plus) as they don't support nString 2016-04-07 10:11:33 +03:00
Jan Martiska fde986778f HHH-10598 - Oracle JDBC driver can't handle entities with a one-character name in some cases 2016-04-06 17:53:39 +03:00
Martin Simka ea7c7da9f5 [HHH-10588] use H2Dialect in ConnectionsReleaseTest 2016-04-06 17:34:17 +03:00
Martin Simka df6efccd91 [HHH-10640] fix wrong expected statement on DB2 2016-04-06 16:02:49 +03:00
Martin Simka 971855188e [HHH-10641] Fix identifier is too long exception for test LongVarcharValidationTest 2016-04-05 18:17:22 +03:00
Janario Oliveira 419ae32756 HHH-10614 - Auto evict collection cache throws exception with null values 2016-03-16 12:54:25 +02:00
Janario Oliveira 337ee18b19 HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled
(cherry picked from commit 7232b7ccd5)
2016-03-15 17:42:09 -07:00
Gail Badner 91bcc843e3 Revert "HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled"
This reverts commit d79305164b.
2016-03-14 15:53:41 -07:00
Gail Badner 4c82bba071 Revert "HHH-10592 - Query with literal parameter and fails with attribute converter"
This reverts commit c76577af57.
2016-03-14 15:53:03 -07:00
Janario Oliveira c76577af57 HHH-10592 - Query with literal parameter and fails with attribute converter 2016-03-14 14:09:39 +02:00
Janario Oliveira d79305164b HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled 2016-03-14 10:33:19 +02:00
Gail Badner c681e48bfe HHH-10269 : JDBC Statement is not closed if exception appeared during query execution
(cherry picked from commit bdb458a609)
2016-03-11 14:05:26 -08:00
Steve Ebersole 864ba023d5 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:40:35 -06:00
Steve Ebersole dafbd90ac2 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:16:06 -06:00
Steve Ebersole 74ae003d43 HHH-9693 - H2 : Hibernate cannot validate it's own created schema
(cherry picked from commit 3e00630808)
2016-03-11 09:07:53 -06:00
Vlad Mihalcea 99c1aa660f HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
Switch to an OS-independent  way of checking absolute paths
2016-03-10 14:47:29 +00:00
Janario Oliveira ade2467844 HHH-10602 - Retrieve cached value with enable_lazy_load_no_trans throws an exception 2016-03-09 15:16:34 +02:00
Vlad Mihalcea 2dc6bd591b Fix InTest according to 5.0 branch Criteria API 2016-03-08 16:57:31 +02:00
Vlad Mihalcea b39081d9ba HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Cherry pick from Janoiro PR
2016-03-08 16:46:37 +02:00
Janario Oliveira 29b8f6519c HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Added verification to many-to-many relation
2016-03-08 16:46:21 +02:00
bdragan afa37ab085 Fixed HHH-10517: ClassCastException using Restrictions.in with child
classes in Criteria based on parent class.
2016-03-08 15:50:15 +02:00
Gail Badner 20352ed199 HHH-10563 : Significant String use/duplication associated with subselect fetch
(cherry picked from commit 3f37fff04a)
2016-03-07 18:20:00 -08:00
Gail Badner f212b50d7d HHH-10563 : Add trace logging of generated SubselectFetch query string
(cherry picked from commit b053116bb4)
2016-03-07 18:19:33 -08:00