Gail Badner
57f12918d6
HHH-10729 HHH-9021 HHH-10230 : Move tests to hibernate-entitymanager
...
(cherry picked from commit 57a9345959
)
2016-06-28 18:25:07 -07:00
Gail Badner
2139fd8c0d
HHH-10729 HHH-9021 HHH-10230 : Add more checks to test cases
...
(cherry picked from commit 13db8b95e3
)
2016-06-28 18:24:45 -07:00
Andrea Boriero
7a17840c16
HHH-10729 HHH-9021 HHH-10230 - Fix Issue with literals in select expression
...
(cherry picked from commit e71af130f0
)
2016-06-28 18:24:31 -07:00
Andrea Boriero
903a3befb3
HHH-10729 HHH-9021 HHH-10230 - Add test for issue
...
(cherry picked from commit e0963d56b9
)
2016-06-28 18:24:17 -07:00
Andrea Boriero
99aa8dd34a
HHH-10341 - Fix failing test
...
(cherry picked from commit 83eb8b0f76
)
2016-06-28 13:36:59 -07:00
Andrea Boriero
80e591f064
HHH-10341 - Fix Specification violation in Implementation of TupleElement
...
(cherry picked from commit 04f1fcc762
)
2016-06-28 13:36:39 -07:00
Gail Badner
7764358c7f
HHH-10341 - Move test to hibernate-entitymanager
...
(cherry picked from commit f32476e6c9
)
2016-06-28 13:36:28 -07:00
Andrea Boriero
3d421f1595
HHH-10341 - Add test for issue
...
(cherry picked from commit 57b954d476
)
2016-06-28 13:36:18 -07:00
Gail Badner
a3da71e5f8
HHH-10843 : Fix QuerySyntaxException when use CriteriaBuilder.concat in selectCase expression
...
(cherry picked from commit 5b255fa0c2
)
2016-06-28 13:10:13 -07:00
Gail Badner
ec8aa4ecc3
HHH-10843 - Move test to hibernate-entitymanager
...
(cherry picked from commit 61d73f6214
)
2016-06-28 13:10:01 -07:00
Andrea Boriero
3ddd32d82d
HHH-10843 - Add test for issue
...
(cherry picked from commit a3ed7010b6
)
2016-06-28 13:09:48 -07:00
Vlad Mihalcea
6655477ed0
Update the Locking documentation
...
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior
2016-06-23 16:52:50 +03:00
Gail Badner
f6a6f35dd9
HHH-10648 : Backport corrections
...
(cherry picked from commit d407e73775
)
2016-06-23 00:36:11 -07:00
Gail Badner
90c372aa95
HHH-10648 : No MultipleBagFetchException is thrown when fetching two bags eagerly
...
(cherry picked from commit 59c0d48f8d
)
2016-06-23 00:35:51 -07:00
barreiro
879674cdf7
HHH-10708 - Fix test case
2016-06-22 12:39:53 -07:00
Gail Badner
9c840739db
HHH-10708 : Fix bug due to backporting (SPI does not exist in 5.0)
2016-06-22 12:39:23 -07:00
Steve Ebersole
33e16f2788
HHH-10708 - Accessing a lazy collection in an enhanced class deletes it afterwards
...
(cherry picked from commit 0e1b79d2b5
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java
HHH-10708 : Corrections due to backporting
(cherry picked from commit 0f918b4d42
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/AbstractEntityEntry.java
2016-06-22 12:39:23 -07:00
barreiro
fffd2515a6
HHH-10708 - Test cases
...
(cherry picked from commit 9768cf21c5
)
2016-06-22 12:39:23 -07:00
Gail Badner
5061741e52
HHH-10761 : Propagating NULL for a stored-procedure named parameters will not work for Oracle if there are other named parameters
2016-06-21 16:46:09 -07:00
Gail Badner
d5fa58e850
HHH-10761 : Added test case
2016-06-21 16:44:07 -07:00
Gail Badner
2690835f27
HHH-8999 : Changed references to SharedSessionContractImplementor to SessionImplementor
...
(cherry picked from commit 8bc779ef92
)
2016-06-21 12:29:44 -07:00
Gail Badner
cde859c57d
HHH-8999 : NullPointerException when updating or deleting multiple entities of same type with non-comparable IDs
...
(cherry picked from commit 6853fdae70
)
2016-06-21 12:29:33 -07:00
Gail Badner
52733a2869
HHH-8999 : Added test cases
...
(cherry picked from commit 280f93add3
)
2016-06-21 12:29:23 -07:00
Martin Simka
10fd4635be
HHH-10756 fix procedure name in test
...
(cherry picked from commit f512e6631b
)
2016-06-21 12:03:50 -07:00
Vlad Mihalcea
0643f909e9
HHH-10826 Auxiliary Database Object no longer documented
...
HHH-10334 @Formula annotation javadoc contains database dependent sample usage
Created a new section related to automatic schema generation
2016-06-21 09:26:27 +03:00
Steve Ebersole
ea9575294f
HHH-10774 - SortedMap defined in .hbm.xml are not sortable
...
(cherry picked from commit 60aac117e6
)
2016-06-19 12:10:52 -05:00
Gail Badner
0ba858b91d
HHH-10277 - Correct test to refer to "attributeConverterDefinition" field for 5.0
2016-06-17 13:17:29 -07:00
Steve Ebersole
e8e8538228
HHH-10277 - AttributeConverter not applied to attributes of an embeddable used as collection element
...
(cherry picked from commit b7f17ce898
)
2016-06-17 13:16:06 -07:00
Steve Ebersole
f4bc38f92f
HHH-10277 - AttributeConverter not applied to attributes of an embeddable used as collection element
...
(cherry picked from commit 65886c045e
)
2016-06-17 12:43:03 -07:00
Gail Badner
014d229028
HHH-10562 : ManagedEntity linked list broken when non-associated enhanced entity is evicted
...
(cherry picked from commit 7ed51f44dd
)
2016-06-15 22:17:03 -07:00
Gail Badner
11928f3171
HHH-10375 : Add import required to backport
...
(cherry picked from commit bfc4289f12
)
2016-06-15 17:47:12 -07:00
Gail Badner
1655f4556a
HHH-10360 : Natural ID columns are nullable by default
...
(cherry picked from commit 10a035481d
)
(cherry picked from commit 532b63042c
)
2016-06-15 17:46:57 -07:00
Gail Badner
4b253dfad7
HHH-10360 : Added test cases
...
(cherry picked from commit 67c7858dd5
)
2016-06-15 17:46:40 -07:00
Chris Cranford
1e860c4195
HHH-8305 - Fix ToOne join tables with optional=true and OneToOne inverse mappings.
...
(cherry picked from commit 86fad51
)
2016-06-15 17:21:31 -05:00
Andrea Boriero
ec7e2d88ef
HHH-10375 - Fix adding an entity at index to list with @OrderColumn in detached Entity
...
(cherry picked from commit da0b46d61c
)
2016-06-14 16:35:24 -07:00
Andrea Boriero
cb00f86a4d
HHH-10375 - Add test for issue
...
(cherry picked from commit 6e47c2840a
)
2016-06-14 16:35:14 -07:00
Chris Cranford
be84fd83c4
HHH-10811 - Fix character encoding issues with Enver's XML mappings when JVM encoding isn't UTF-8.
...
(cherry picked from commit 77a4a95
)
2016-06-14 11:38:06 -05:00
Gail Badner
967e96631f
HHH-10427 - Fix ServiceRegistry creates multiple service instances and returns uninitialized services
...
(cherry picked from commit b74868d658
)
2016-06-13 22:34:32 -07:00
Chris Cranford
0951a62286
HHH-10299 - Fix DOM4J entity-mode deprecation warning for Envers audited entities.
...
(cherry picked from commit be93105
)
2016-06-13 23:35:55 -05:00
Gail Badner
51b24a12e5
HHH-10515 : Moved test to hibernate-entitymanager`
...
(cherry picked from commit 27ed69c2bc
)
2016-06-13 19:58:46 -07:00
Andrea Boriero
f2c17b605d
HHH-10515 - Add test for issue
...
HHH-10515 - Fix Stored procedure execution fails to find column
HHH-10515 : Add test case using no JDBC DatabaseMetaData; move original test case to hibernate-core
HHH-10515 - Fix Stored procedure execution fails to find column
(cherry picked from commit 0eaf431ef6
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
(cherry picked from commit c892df7aa9
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/JdbcEnvironmentImpl.java
2016-06-13 19:57:41 -07:00
Andrea Boriero
e9e7a703e7
HHH-10352 - Fix HBM2DDL does not use described name for foreign key in join inheritance
...
(cherry picked from commit 2ea122aedd
)
2016-06-13 17:17:04 -07:00
Gail Badner
dc0f99c4f4
HHH-10352 : Fix unit test to work for 5.0
2016-06-13 17:15:38 -07:00
Andrea Boriero
f601ed7662
HHH-10352 - Add test for issue
...
(cherry picked from commit 4afa8fb57d
)
2016-06-13 17:07:57 -07:00
Timo Verhoeven
23c6ea6399
HHH-9676 - TypeSafeActivator.applyDDL doesn't process composing constraints when @NotNull is present
...
(cherry picked from commit 86e9efe788
)
Conflicts:
.gitignore
2016-06-13 16:48:15 -07:00
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