Commit Graph

6978 Commits

Author SHA1 Message Date
Vlad Mihalcea 8513a55255 HHH-10822 - Wrong signature for SharedSessionContract#setJdbcBatchSize 2016-06-13 18:59:27 +03:00
Andrej Golovnin 28af8cb95a HHH-10835 The hash code calculation of the EntityKey should also include the hash code of the root entity name. 2016-06-13 12:21:40 +01:00
Chris Cranford 5318cef733 HHH-10803 - Fix test to assert based on exception typing. 2016-06-11 16:02:25 -05:00
Chris Cranford 131127a498 HHH-10803 - Fix getParameter methods to be JPA compliant with thrown exception types. 2016-06-11 16:02:24 -05:00
Chris Cranford 42f3028dca HHH-10833 - JPA NoResultException and NonUniqueResultException not thrown from getSingleResult. 2016-06-11 15:56:36 -05:00
Gail Badner ec86d2d446 HHH-10511 : Restore and deprecate org.hibernate.property.access.spi.EnhancedGetterMethodImpl to maintain backward-compatibility 2016-06-10 14:31:01 -07:00
Vlad Mihalcea a599d4fc1d HHH-10797 - PostgreSQL81Dialect does not honor the lock timeout settings
HHH-10799 - Add PostgreSQL 9.5 Dialect which supports the SKIP LOCKED clause
HHH-10816 - SQLServer2005Dialect does not use NOWAIT for aliases
HHH-10817 - AbstractHANADialect should support the NOWAIT directive in the FOR UPDATE clause
2016-06-10 19:22:00 +03:00
Andrea Boriero 3d74c45e1d HHH-10820 - Fix InformationExtractorJdbcDatabaseMetaDataImpl quoted table names 2016-06-10 13:52:55 +01:00
Andrea Boriero c713c56f6c HHH-10820 - Add test for issue 2016-06-10 13:15:55 +01:00
Andrea Boriero 93a1a1f531 HHH-10427 - Modify test 2016-06-09 18:53:52 +01:00
Andrea Boriero 1beb6ec27b HHH-10427 - Fix Checkstyle error 2016-06-09 18:49:45 +01:00
Sanne Grinovero dfa3f52e25 HHH-10427 Make sure to cache Provided services in the fast-access map as well 2016-06-09 11:58:31 -05:00
Sanne Grinovero f7174c9207 HHH-10427 Protect from double initialization and from concurrent destroy actions 2016-06-09 11:58:31 -05:00
Sanne Grinovero b626f289b7 HHH-10427 All access to mutable fields needs lock protection 2016-06-09 11:58:31 -05:00
Sanne Grinovero 5a3260fb02 HHH-10427 Binding to alternative implementations need to be a final field 2016-06-09 11:58:31 -05:00
Gail Badner 9ecc646df2 HHH-10427 - Fix ServiceRegistry creates multiple service instances and returns uninitialized services 2016-06-09 11:58:31 -05:00
Andrea Boriero c1fde98aee HHH-10427 - Fix ServiceRegistry creates multiple service instances and returns uninitialized services 2016-06-09 11:58:31 -05:00
Andrea Boriero 493793a299 HHH-10427 - Add test for issue 2016-06-09 11:58:31 -05:00
barreiro 86727515f4 HHH-10245 - [enhancer] Do not expose ClassPool 2016-06-09 10:52:13 -05:00
barreiro d95cecd91b HHH-10642 - [enhancer] Use INVOKEVIRTUAL instead of INVOKESPECIAL 2016-06-09 10:52:13 -05:00
barreiro 68169968a5 HHH-10511 - drop EnhancedGetterMethod: use GetterMethod / GetterField instead 2016-06-09 10:52:13 -05:00
barreiro c33735108a HHH-10583 - [enhancer] also consider attribute type when finding the right mappedBy value 2016-06-09 10:52:13 -05:00
barreiro 37b9a0c903 HHH-10540 - [enhancer] Add CompositeOwner interface only once 2016-06-09 10:52:13 -05:00
Vlad Mihalcea 4d9cd0a32d HHH-10808 - Update documentation according to 5.2 changes
Document Session-level JDBC batch size setting and add a new example for fetching a projection using Query.stream
2016-06-08 11:40:52 +03:00
Vlad Mihalcea 4d02a61999 HHH-10361 - Child module osgi does not exist in hibernate-tutorials 2016-06-07 17:15:18 +03:00
Vlad Mihalcea 5963183c4a HHH-10808 - Update documentation according to 5.2 changes 2016-06-07 16:14:34 +03:00
Matthias Kurz 78de650efe HHH-10643 - Attribute 'foreignKeyDefinition' of @javax.persistence.ForeignKey ignored by schema exporter 2016-06-07 11:36:30 +03:00
Dionis Argiri 2abf9ddac4 HHH-10805 - fix hierarchy of PostgreSQL dialects. 2016-06-07 11:17:15 +03:00
Andrea Boriero 30ad787c9e HHH-10802 - Fix Attempt to resolve foreign key metadata from JDBC metadata failed to find column mappings for foreign key 2016-06-06 16:51:57 +01:00
Andrea Boriero e03d4d1f88 HHH-10802 - Add test for issue 2016-06-06 16:51:57 +01:00
Alex Belyaev 816c97613d HHH-9512: Avoid creation of invalid managed -> managed entity mapping in MergeContext when traversing cascade loop 2016-06-06 17:31:08 +03:00
Gail Badner 62ac35213f HHH-10679 HHH-10712 : Fix subselect fetching in load plans
(cherry picked from commit d444be1fdbf3618ce1f52b6ea8b8812fbfd795db)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/loader/plan/exec/process/internal/ResultSetProcessingContextImpl.java
2016-06-02 13:03:43 -07:00
Vlad Mihalcea 545930c39f HHH-1594 - Add on-delete="cascade" support to unidirectional *ToOne relationships. 2016-06-02 16:53:24 +03:00
Martin Simka c579c8b451 HHH-10756 fix procedure name in test 2016-06-02 08:01:24 +03:00
Anthony Foulfoin db6832fc1f HHH-10786 - Add MySQL 5.7 JSON datatype support 2016-06-02 07:52:11 +03:00
Steve Ebersole 465db26f70 5.2.0 2016-06-01 23:21:43 -05:00
Steve Ebersole 47bd722dc7 5.2.0 2016-06-01 23:20:15 -05:00
Steve Ebersole 4aea273813 5.2.0 2016-06-01 22:53:00 -05:00
barreiro e615d76a26 HHH-10646 - [enhancer] Add support for @MappedSuperclass 2016-06-01 22:16:03 -05:00
Steve Ebersole 3a0824a037 HHH-10287 - Cache keys no longer include the entity type 2016-06-01 20:51:46 -05:00
Andrea Boriero 114ea15b30 HHH-10085 HHH-10143 - Fix issues with Criteria and case expressions 2016-06-01 00:16:01 -05:00
Louis Jacomet 73aa359242 HHH-10664 Remove duplicate cacheAccess.close() invocation 2016-05-31 23:55:23 -05:00
Louis Jacomet 6fec54a9f6 HHH-10773 Update toString of the READ_WRITE JCache Item
It now matches the toString of StandardCacheEntryImpl
2016-05-31 23:55:23 -05:00
Louis Jacomet cab099c59a HHH-10770 JCache provider documentation 2016-05-31 23:55:23 -05:00
Chris Dennis 2ddefd615b HHH-10770 JCache provider updates
* Steer away from EntryProcessor
* Add tests
2016-05-31 23:55:23 -05:00
Alex Snaps a872885a43 HHH-10770 JCache 2nd-level cache
* Provider and CacheManager creation
* Caches creation
* Region class hierarchy
* Different access strategies
2016-05-31 23:55:23 -05:00
Andrea Boriero 030f442f3c HHH-10372 - Fix Sequence generator for idbag ignores generator parameters 2016-05-31 23:44:52 -05:00
Andrea Boriero a9e4eb4895 HHH-10373 - Add test for issue 2016-05-31 23:44:52 -05:00
Chris Cranford 3cb2390b3d 10664 - Prepare Envers for 5.2 - Deprecated AuditReader getCurrentRevision. 2016-05-31 23:40:03 -05:00
Gail Badner 885f76a92f HHH-10757 : select new ..." with CAST( NULL AS ...) fails 2016-05-31 17:13:22 -07:00