Commit Graph

6820 Commits

Author SHA1 Message Date
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
Vlad Mihalcea 85cec6ba33 Fix test that fails due to timezone offsets causing the result set to vary between 1 and 2 2016-02-05 12:33:35 +02:00
cranforc 8ff853e133 HHH-8657 - Case insensitivity on Nationalized column yields incorrect SQL
HHH-8657 - Case insensitivity on Nationalized column yields incorrect
SQL
2016-02-04 15:07:16 +00:00
Andrea Boriero 7dec9f83e2 HHH-7705 - Fix Query.setProperties(Map) silently ignores null values provided in the Map 2016-02-04 14:22:44 +00:00
Andrea Boriero 5711c3ce6c HHH-7705 - Add test for issue 2016-02-04 14:22:44 +00:00
Andrea Boriero 4d3259a201 HHH-10495 - Fix Oracle10gDialect generate nvarchar when using @Nationalized 2016-02-04 14:14:37 +00:00
Andrea Boriero 4207882292 HHH-10495 - Add test for issue 2016-02-04 14:13:49 +00:00
Vlad Mihalcea c1b3b2a43c Add User Guide examples for HQL functions 2016-02-04 13:25:35 +02:00
Vlad Mihalcea 120ac5ed27 Try to fix broken test and change Bootstrap test structure 2016-02-04 11:56:51 +02:00
Vlad Mihalcea 20b446b0ec Unify Batch and HQL test models 2016-02-04 11:36:33 +02:00
Vlad Mihalcea 9b60354e3e Migrate User Guide HQL chapter extras to test folder 2016-02-04 10:57:48 +02:00
Oliver Breidenbach f69c4e7882 HHH-10261 - Fixing bug on creating subgraph on inherited attributes 2016-02-01 15:19:44 +00:00
Oliver Breidenbach 13fa120240 HHH-10261 - Test showing Exception if subgraph is created on an inherited attribute 2016-02-01 15:19:44 +00:00
Vlad Mihalcea 3642bb63cd Migrate User Guide Events chapter extras to test folder 2016-02-01 16:40:44 +02:00
Koen Aers ff3b54a962 HHH-10430: Comment for class is ignored when using subselect in hibernate mapping - Solution 2016-01-29 15:13:49 +00:00
Koen Aers fd21be8705 HHH-10430: Comment for class is ignored when using subselect in hibernate mapping - Test demonstrating the issue 2016-01-29 15:13:49 +00:00
Steve Ebersole c5e6faeb3f HHH-10402 - Hibernate maps enum types as tinyblob even when @Enumeration(EnumType.ORDINAL) is specified 2016-01-28 11:14:46 -06:00
vladmihalcea f3386c37da Migrate User Guide Batching chapter extras to test folder 2016-01-28 16:50:17 +02:00
vladmihalcea 03eb9fd276 Document entity graphs in Fetching chapter 2016-01-28 10:33:50 +02:00
Andrea Boriero 5e5ae9dacb HHH-9286 - Add CustomType implements ProcedureParameterExtractionAware 2016-01-27 17:30:02 +00:00
Andrea Boriero a339ebd8a9 HHH-9286 - Add CustomType implements ProcedureParameterNamedBinder 2016-01-27 16:40:49 +00:00
Andrea Boriero 9567d9af76 HHH-9286 - Modify AbstractParameterRegistrationImpl#prepare(CallableStatement statement, int startIndex) to use ProcedureParameterNamedBinder#nullSafeSet(...) 2016-01-27 16:40:48 +00:00
Andrea Boriero f6c45ad11c HHH-9286 - Add BasicBinder#bind(CallableStatement st, J value, String name, WrapperOptions options) method 2016-01-27 16:40:48 +00:00
Andrea Boriero 22dc33ff79 HHH-9286 - AbstractStandardBasicType implements ProcedureParameterNamedBinder 2016-01-27 16:40:48 +00:00
Andrea Boriero 2a43387081 HHH-9286 - Add ProcedureParameterNamedBinder interface 2016-01-27 16:40:48 +00:00
Andrea Boriero 08b294b49d HHH-9286 - Oracle10gDialect override registerResultSetOutParameter(CallableStatement statement, String name) and getResultSet(CallableStatement statement, String name) 2016-01-27 16:40:06 +00:00
Andrea Boriero 8a34206fe0 HHH-9286 - Oracle10gDialect override Dialect#Oracle10gDialect#getResultSet(CallableStatement statement, int position) 2016-01-27 16:40:06 +00:00
Andrea Boriero 738b501d50 HHH-9286 - Add test for issue 2016-01-27 16:40:06 +00:00
vladmihalcea d30bdcef0d Migrate User Guide Fetching chapter extras to test folder 2016-01-27 16:27:22 +02:00
Andrea Boriero 418b7fe926 HHH-9491 - Remove columnDefinition method ref from {@link javax.persistence.JoinColumn} and {@link javax.persistence.Column} causing Javadoc generation failure 2016-01-27 12:17:27 +00:00
vladmihalcea aeac516eeb Migrate User Guide Locking chapter extras to test folder and old xml mapping to the Legacy appendix 2016-01-27 13:06:14 +02:00
vladmihalcea f8e7799848 Migrate User Guide Transactions chapter extras to test folder 2016-01-27 12:05:58 +02:00
vladmihalcea 6793d0deb9 HHH-10479 Document that hibernate.jdbc.batch_versioned_data default value is true in 5.0 2016-01-27 08:26:23 +02:00
Steve Ebersole 3b4c167482 HHH-8706 - Delay registering of the entity listener class as long as possible 2016-01-26 16:41:53 -06:00
Steve Ebersole 90f4fd9d55 HHH-10345 - HHH-3422 still a problem with oracle 2016-01-26 16:35:04 -06:00
Radim Vansa eeb0324c06 HHH-9839 Use JBoss Logger interface to allow internationalization of error messages 2016-01-26 10:52:46 -06:00
Radim Vansa ff638af2e3 HHH-10450 Refactor the way configuration is read
* infinispan-config.xml or infinispan-config-local.xml keeps defaults for all caches
2016-01-26 10:52:46 -06:00
Radim Vansa 9584a7b060 HHH-10272 Make pending-puts cache template configurable
* also set pending-puts cache to use simple cache
2016-01-26 10:52:46 -06:00
Radim Vansa c2abc5c289 HHH-10449 Upgrade to Infinispan 8.1.0.Final 2016-01-26 10:52:46 -06:00
vladmihalcea cd9ff725ae Migrate Bytecode Enhancement User Guide chapter extras to test folder 2016-01-26 17:01:47 +02:00
vladmihalcea 96c96f2e94 Migrate Persistence Context User Guide chapter code snippets from extras to test folder 2016-01-26 16:09:06 +02:00
vladmihalcea b23784647d Move User Guide Bootstrap chapter code snippets from extras to test folder 2016-01-26 11:13:40 +02:00
Steve Ebersole 4e36781b42 HHH-9491 - Add support to opt columnDefinitions out of globally-quoted-identifiers 2016-01-25 22:16:50 -06:00
Steve Ebersole bb109139e8 HHH-10446 - Comment delimiters not "escaped" within (VAR)CHAR literals within native queries 2016-01-25 20:54:59 -06:00