6763 Commits

Author SHA1 Message Date
Steve Ebersole
020ca4aa39 HHH-7405 - BatchBuilder service does not properly define JMX MBean 2016-02-23 07:09:17 -06:00
Vlad Mihalcea
8eae88d6a4 Update custom CRUD in the User Guide Native chapter 2016-02-23 13:14:39 +02:00
Steve Ebersole
a5cbe326d6 HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass 2016-02-22 16:36:05 -06:00
Karel Maesen
8d2de0beaa HHH-7132 - Oracle Spatial Dialect locates ConnectionFinder using Registry 2016-02-20 17:58:41 +01:00
Andrea Boriero
be425d2308 HHH-10544 - Fix MySQL failing tests 2016-02-18 15:53:41 +00:00
Vlad Mihalcea
6b79bde099 Add support for matrix testing for User Guide examples 2016-02-18 11:16:46 +02:00
Guillaume Smet
d0a036c536 HHH-10538 Fix the javadoc of TableInformation.getIndex(Identifier indexName) 2016-02-17 15:36:01 +01:00
Vlad Mihalcea
af083e92ce Update stored procedures User Guide chapter 2016-02-16 17:58:33 +02:00
Steve Ebersole
0fccf6b7bd HHH-10528 - use_nationalized_character_data global property is ignored 2016-02-16 09:35:54 -06:00
Andrea Boriero
409c5424a0 HHH-10529 - Fix SQLServer2008Dialect generate incorrect length of nvarchar 2016-02-15 14:45:53 +00:00
Andrea Boriero
d4772107f0 HHH-10529 - Add test for issue 2016-02-15 14:45:25 +00:00
Andrea Boriero
31cda52178 Fix Documentation typos 2016-02-13 18:46:50 +00:00
Cash Costello
85e9f8b206 added missing back quote 2016-02-12 17:35:23 +02:00
Cash Costello
5e6d751bbf fixed formatting - was mix of spaces and tabs 2016-02-12 17:30:15 +02:00
Andrea Boriero
e09a9f9aca HHH-10521 - Fix Java 6 not compliant tests 2016-02-12 14:42:51 +00:00
Steve Ebersole
81b1baa8c4 HHH-10520 - Update doc publishing 2016-02-11 15:59:13 -06:00
Steve Ebersole
b4165d9530 HHH-10512 - Fix symlink handling for documentation tasks 2016-02-11 13:40:10 -06:00
Steve Ebersole
20daa2db61 5.1.0 release (prep) 2016-02-10 12:15:08 -06:00
Steve Ebersole
a909e76951 5.1.0 release (prep) 5.1.0 2016-02-10 11:20:33 -06:00
Radim Vansa
aaf13cd123 HHH-9993 IsolationDelegate: add method to execute code without obtaining a connection 2016-02-10 10:57:53 -06:00
Vlad Mihalcea
2167b442a4 Migrate User Guide Native chapter extras to test folder up to stored procedures 2016-02-10 18:07:48 +02:00
Gail Badner
b5a86ea45c HHH-5855 : checkstyle corrections 2016-02-10 00:10:52 -08:00
Gail Badner
efa72a8333 HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection 2016-02-09 23:33:50 -08:00
Steve Ebersole
6d08b3526c 5.1 migration guide 2016-02-09 22:44:05 -06:00
Steve Ebersole
177bbfe5e3 HHH-10345 - HHH-3422 still a problem with oracle 2016-02-09 22:35:12 -06:00
Steve Ebersole
13bbddfd30 HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database 2016-02-09 16:08:59 -06:00
Andrea Boriero
19d86c3d65 HHH-10484 - MySQLDialect override Dialect#isJdbcLogWarningsEnabledByDefault() to return false 2016-02-09 21:33:54 +00:00
Andrea Boriero
624ddc620b HHH-10484 - Add Dialect#isJdbcLogWarningsEnabledByDefault() method, the return value is true 2016-02-09 21:33:54 +00:00
Andrea Boriero
1a1523db44 HHH-10484 - Add hibernate.jdbc.log.warnings configuration property 2016-02-09 21:33:54 +00:00
Steve Ebersole
e01e9b52fb HHH-3555 - more checkstyle cleanup 2016-02-09 15:21:06 -06:00
Gail Badner
b1fef6c70b HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean 2016-02-09 12:52:02 -08:00
Steve Ebersole
c783aab919 HHH-3555 - Extend the Envers query system with the ability to traverse associations 2016-02-09 14:31:23 -06:00
Felix Feisst
83f060bea7 HHH-3555 - Extendend Envers Criteria API to express relation traversion
(traverseRelation) with different Join Types. Implementation is done for
inner joins and will be extended to support further join types in future
commits.
2016-02-09 14:15:17 -06:00
Steve Ebersole
0a2a709f9e HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Steve Ebersole
17de173cb5 HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Andrea Boriero
eea9a943b3 HHH-10507 - Hibernate core test removing usage of Java 8 methods 2016-02-09 17:00:27 +00:00
Andrea Boriero
57b32543ed HHH-7973 - Fix String literals in an HQL query can get mangled 2016-02-09 15:27:54 +00:00
Andrea Boriero
9c75e79bc9 HHH-7973 - Add test for issue 2016-02-09 15:27:29 +00:00
Vlad Mihalcea
500d74c35d Corrections to the Criteria chapter and add a multi-from example 2016-02-09 10:13:00 +02:00
Gail Badner
1e470f9e4d HHH-10474 : Skip SchemaUpdateFormatterTest.testSetFormat unless H2Dialect 2016-02-08 23:40:18 -08:00
Martin Simka
9b80aa1d6e [HHH-10473] skip NationalizedLobFieldTest on databases that don't support nclob 2016-02-08 22:50:56 -08:00
Martin Simka
af7a9a69a8 [HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax 2016-02-08 22:12:15 -08:00
Steve Ebersole
62276504f7 fixed bad test code 2016-02-08 16:21:10 -06:00
Steve Ebersole
f4b5f2c649 HHH-16 - Explicit joins on unrelated classes
HHH-7321 - HQL: Combining a CROSS JOIN with a LEFT JOIN which requires a  WITH clause triggers an exception.
2016-02-08 15:53:52 -06:00
Vlad Mihalcea
5eb4f1c834 Migrate User Guide Criteria chapter extras to test folder 2016-02-08 17:37:01 +02:00
Oliver Breidenbach
008c2dc409 HHH-9375 - bugfix suggestion 2016-02-08 11:17:11 +00:00
Oliver Breidenbach
d610e53a80 HHH-9375 - Testcase: EntityGraph and isMember functions generates illegal sql 2016-02-08 11:16:53 +00:00
Maxime Falaize
b8a3774cb4 HHH-9411 : Fix downcast of treat statement. 2016-02-06 16:12:28 +02:00
Andrea Boriero
4fb11c9919 HHH-9635 - Fix SQLServer2005Dialect (and above) does not support read past locking 2016-02-05 15:07:07 +00:00
Andrea Boriero
034afb96bf HHH-9635 - Add test for issue 2016-02-05 15:00:36 +00:00