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
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