Andrea Boriero
358bed04ac
HHH-10796 - Fix org.hibernate.query.Query<R> setProperties(Map map); set to null parameters not contained in the map
...
(cherry picked from commit 35cefeda2f
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/query/internal/AbstractProducedQuery.java
(cherry picked from commit dc32226aab
)
2016-06-13 16:39:32 -07:00
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
Vlad Mihalcea
d2c91c36d0
HHH-10361 - Child module osgi does not exist in hibernate-tutorials
2016-06-07 17:39:34 +03: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
Andrea Boriero
fdfcb5ddd3
HHH-10635 - Fix EntityManager.isOpen() should respect status of Session
...
(cherry picked from commit 2a79ebe165
)
2016-05-25 15:44:31 -07:00
Andrea Boriero
f34b035f6c
HHH-10635 - Add test for issue
...
(cherry picked from commit e8dec1a062
)
2016-05-25 15:37:21 -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
Vlad Mihalcea
68fced5950
HHH-10052 - documentation about hashCode and equals not up to date
2016-05-25 13:12:54 +03: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
Vincent Ricard
653c8f7477
HHH-10765 Some links in the user guide are broken
...
HHH-10522 Invalid reference to naming chapter in user guide
HHH-10524 Invalid reference wrt composite identifiers
HHH-10525 Invalid reference to bytecode enhancement in User Guide
2016-05-23 18:09:03 +03:00
Vincent Ricard
4f322682ce
HHH-10535 Documentation: hibernate.order_updates configuration property
2016-05-23 08:40:41 +03:00
Vlad Mihalcea
981ec8a1f4
Remove LazyGroup reference since it's only supported in 5.1
2016-05-18 10:30:06 +03:00
Vlad Mihalcea
df4d231bc4
Fix layout issue in documentation due to improper use of spacing for preformatted text
2016-05-18 10:09:22 +03:00
Chris Cranford
f848e8e595
HHH-10734 - Fix envers creating unnecessary audit rows when array field types used.
2016-05-12 16:05:29 -05: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
Naros
b2e7bee556
HHH-10706 - Correct native queries that fail when using a case-sensitive database dialect.
2016-05-06 20:18:09 -05:00
Vlad Mihalcea
59a6ac9ce5
Remove configuration properties that do not exist in 5.0
2016-04-26 11:53:16 +03:00
Gail Badner
1869a0c979
HHH-10697 : Correct documentation
2016-04-21 17:20:54 -07: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
Vlad Mihalcea
2182141e80
Remove Hibernate 5.1 documentation-related references
2016-04-05 07:55:13 +03:00
Vlad Mihalcea
034abc9755
Migrate 5.1 docs in 5.0 branch
2016-04-04 16:30:59 +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
bc917f1176
5.0.9
2016-03-14 20:46:02 -07:00