Commit Graph

7553 Commits

Author SHA1 Message Date
Karel Maesen d1f22d490c HHH-10211 - Improves Javadoc comments 2016-11-01 17:07:01 +01:00
Karel Maesen 55ed5faa3b HHH-10211 - Checkstyle fixes 2016-11-01 17:07:01 +01:00
Karel Maesen 70d55987f8 HHH-10211 - Postgis Dialects for all PostgreSQLDialect classes 2016-11-01 17:07:01 +01:00
Vlad Mihalcea 6024520e08 HHH-11204 - Fix typo for all "occured" error message to occurred 2016-11-01 16:40:39 +02:00
Vlad Mihalcea c0ddfbb3df HHH-9816 - Document exclude-unlisted-classes and hibernate.archive.autodetection in the manual 2016-11-01 16:29:32 +02:00
Karel Maesen 380b474dda HHH-11198 - Fix checkstyle error 2016-10-31 20:26:46 +01:00
Vlad Mihalcea 5629457aa8 HHH-2643 - Improve Session.refresh() Javdoc to clarify contract
Instead of writing it in the JavaDocs, it's much more appropriate to document this behavior in the User Guide
2016-10-31 13:54:30 +02:00
Vlad Mihalcea d126faa7d9 HHH-2123 - clarification on the way interceptors and event system interact. 2016-10-31 12:48:03 +02:00
Karel Maesen a882a7bd54 HHH-11198 - Add Geometry cast to Postgis st_extent() function 2016-10-29 16:18:13 +02:00
Karel Maesen dbc7131155 HHH-11197 - Fix WKT parsing error 2016-10-29 14:46:35 +02:00
Vlad Mihalcea bed3d62f4d HHH-7424 - document HHH-2576 2016-10-28 09:51:50 +03:00
Andrea Boriero 87a3d19175 5.2.4 2016-10-26 15:47:47 +01:00
Andrea Boriero e6315be204 5.2.4 2016-10-26 14:41:28 +01:00
Vlad Mihalcea c1e209a6a7 HHH-11171 - Java 8 time types fail Externalization
Restrict test execution to H2 only since it uses a DB-specific syntax
2016-10-26 16:00:39 +03:00
Vlad Mihalcea e469a99c30 HHH-9216 - Add documentation about merging multiple detached representations of the same entity 2016-10-26 14:24:27 +03:00
Andrea Boriero bf2bc323f6 HHH-11188 - SessionImpl.refresh() throws IllegalArgumentException, 'Entity not managed' for detached instances when JPA bootstrapped 2016-10-26 11:15:31 +03:00
Martin Simka 957ec3fa79 [HHH-11203] fix some minor test issues 2016-10-25 19:27:17 +01:00
Vlad Mihalcea 8bd6cf6f6b HHH-11174 - Document that XML file mappings can reside outside of JAR 2016-10-25 17:41:57 +03:00
Chris Cranford 0e2b2f11e7 HHH-11145 - Fix limit handler to ignore regex search keywords that are quoted. 2016-10-25 09:57:17 -04:00
Nick dd14feac5a HHH-11179 - NullPointerException on lazy load of non-existed entity outside transaction 2016-10-25 15:17:30 +03:00
Vlad Mihalcea 7b263f8697 HHH-10465 - Loss of precision in temporal JavaTypeDescriptor implementations
Fix test to work on UTC-X timezones as well
2016-10-25 14:54:01 +03:00
Andrea Boriero 3e5025ac10 HHH-11177 - Duplicate queries during startup 2016-10-25 10:51:51 +01:00
Andrea Boriero 7f5419ad74 HHH-11166 - JPA & JTA - java.lang.IllegalStateException: Session/EntityManager is closed when EntityManaer is closed with an active Transaction 2016-10-25 11:56:16 +03:00
Chris Cranford 68eb34960b HHH-11107 - Avoid creating a foreign key when a composite-id contains a many-to-one association for the envers schema. 2016-10-24 15:25:07 -04:00
Chris Cranford 501a1f4f9b HHH-11107 - Added test case. 2016-10-24 15:25:07 -04:00
Vlad Mihalcea 50346775b0 HHH-10465 - Loss of precision in temporal JavaTypeDescriptor implementations
Test to validate if the Timestamp time handles fraction of a second
2016-10-24 18:29:23 +03:00
Christian Beikov 877a05213c Fix failing WithClauseTest 2016-10-24 16:14:11 +02:00
Christian Beikov 4ec71e2621 Add documentation about the property 2016-10-21 13:44:08 -05:00
Christian Beikov 556aa265c0 Add property for disabling subquery join rewrites and handle mysql quoted identifiers 2016-10-21 13:44:08 -05:00
Andrea Boriero 9e8fd60e26 HHH-11159 - JPA CriteriaUpdate, NnullLiteral causes IllegalArgumentException: Could not convert java type to Hibernate type 2016-10-20 22:58:31 -07:00
Andrea Boriero 1c1fe2a9af HHH-11159 - Add test for issue 2016-10-20 22:58:30 -07:00
Vlad Mihalcea d02b95a572 HHH-11189 - Remove all links to external blog posts from User Guide 2016-10-21 06:53:54 +03:00
Andrea Boriero b3151de647 HHH-11182 - HQL subquery with constraint property in superclass does not join superclass table 2016-10-20 13:19:53 -07:00
Gail Badner 38379a537a HHH-11182 - Add test for issue 2016-10-20 13:19:53 -07:00
Yordan Gigov 3b196fb2e1 HHH-11171 - Java 8 time types fail Externalization 2016-10-20 16:20:34 +03:00
Vlad Mihalcea 2ecfd488b7 HHH-7010 - Document mapping annotations
List and describe all JPA and Hibernate.annotations
2016-10-20 14:03:54 +03:00
Andrea Boriero 0439e855cc HHH-11184 - SessionFactoryDelegatingImpl.registerNamedSQLQueryDefinition call wrong delegate method 2016-10-20 10:52:28 +01:00
Andrea Boriero 52fcd906cf HHH-11105 - Update Ehcache to 2.10.3 2016-10-20 10:41:09 +01:00
barreiro 5f61ee0b43 HHH-11050 - [bytecode enhancement] Add support for getters/setters through delegation 2016-10-18 12:32:10 -05:00
barreiro 90ffcec3fa HHH-11050 - [bytecode enhancement] Test case 2016-10-18 12:32:10 -05:00
Vlad Mihalcea 2ff3fa16b1 HHH-11175 - Remove the Cartesian Product note from JOINED inheritance 2016-10-13 18:00:13 +03:00
Vlad Mihalcea 95ac619bce HHH-11066 - Documentation regarding the reason @Filter is not supported with @Cache for collections 2016-10-13 14:34:35 +03:00
Vlad Mihalcea fc1a49b13b HHH-5037 - Improve documentation for immutable/read-only entity and immutable collection functionality 2016-10-12 16:38:34 +03:00
Christian Beikov 416fe7e6a8 Fixed HHH-11157 and extended identifier handling 2016-10-11 11:53:10 +03:00
Brian Peterson 5f50e1e919 HHH-10489 : DB2400Dialect could use the same LimitHandler as DB2Dialect
HHH-11150 : DB2 on AS400 (DB2400 Dialect) fails to paginate.

Leveraged code from the DB2 Dialect and placed in DB2400Dialect. This was then tested on an AS400 successfully.
2016-10-11 11:32:34 +03:00
Vlad Mihalcea 0c8261b0ae HHH-9864 - foreign key violation with order_inserts=true and batches with mixed subclass entities 2016-10-10 18:03:30 +03:00
Vlad Mihalcea 814ea97b85 HHH-11127 - Confused batch processing doc example 2016-10-10 12:15:58 +03:00
Sanne Grinovero 4dbef2fdf0 HHH-5152 typo in previous commit related to this issue 2016-10-07 14:38:47 +01:00
Vlad Mihalcea 5ea187f035 HHH-3771 - Best practice for equals implementation 2016-10-06 15:14:09 +03:00
Vlad Mihalcea 0ba1d69d18 HHH-5152 - Update Configuration chapter (chapter 3) to reflect Hibernate Annotations 2016-10-06 14:53:00 +03:00