8089 Commits

Author SHA1 Message Date
Christian Beikov
aeb3aee626 HHH-11180 - JPA @ForeignKey still not consistently applied from annotation binding
- Fix ForeignKey support for PrimaryKeyJoinColumn / PrimaryKeyJoinColumns
- Fix ForeignKey support for JoinColumn / JoinColumns
- Fix ForeignKey support for JoinTable when applying value NO_CONSTRAINT.
- Fix ForeignKey support for MapKeyJoinColumn / MapKeyJoinColumns
- Fix ForeignKey support for AssociationOverride / AssociationOverrides
2017-02-15 14:08:09 +02:00
Vlad Mihalcea
15b0a683f2 HHH-11457 - Add MariaDB specific Dialects
- remove duplicated mariadb library entry
2017-02-15 13:41:34 +02:00
Vlad Mihalcea
7c06d003dc HHH-11457 - Add MariaDB specific Dialects 2017-02-15 12:08:34 +02:00
barreiro
35211ee5f3 HHH-11426 - NullPointerException in getPersistenceUnitUtil().getIdentifier() on detached enhanced entity 2017-02-15 09:08:12 +00:00
Sanne Grinovero
f2728836af HHH-11489 Improve the documentation about upgrading WidFly with latest Hibernate ORM modules 2017-02-14 17:39:09 +00:00
Fábio Ueno
54503bf7f4 HHH-11186 - Add examples for all Hibernate annotations
- CascadeType.REFRESH and CascadeType.REPLICATE
2017-02-14 15:04:19 +02:00
Benoit Lateltin
3c2939f0e5 HHH-11484 - Fix LocaleTypeDescriptor to handle Locale.ROOT 2017-02-13 17:00:41 +02:00
Vlad Mihalcea
3adb0d76be HHH-10256 - ClassCastException in ResultSetReturnImpl.java:75 2017-02-13 16:48:43 +02:00
Galder Zamarreño
8b2a852a92 HHH-11445 - Improve Infinispan second-level cache documentation
-  Also add a replicated cache example for entity/collection to make it easy for users to switch to that. Since eviction is not recommended for replicate entity caches, it helps to provide a sample configuration.
2017-02-13 15:35:53 +02:00
Fábio Ueno
260b21bd63 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @Cascade
2017-02-13 15:24:56 +02:00
Mark Rotteveel
828fb09eb8 HHH-11482 Update example and documentation to clarify SUBSTRING is 1-based 2017-02-13 10:34:28 +02:00
Vlad Mihalcea
8775007e7c Add tests to replicate that a @Filter does not apply to direct entity fetching 2017-02-13 09:36:48 +02:00
Karel Maesen
13945e7544 HHH-7132 - Fixed build failure 2017-02-12 12:50:58 +01:00
Karel Maesen
b9ddc063cd HHH-7132 - New Oracle Spatial Dialect that is non-OGC compliant 2017-02-11 18:08:56 +01:00
Chris Cranford
550c2e38ff HHH-11237 - Fix isModified so that a null equates empty components when using select-before-update. 2017-02-09 13:21:28 -05:00
Chris Cranford
667136c473 HHH-11237 - Added test case. 2017-02-09 13:21:28 -05:00
Chris Cranford
995e5d68ce HHH-11477 - Marked Envers tests to be skipped on PostgreSQL until this is resolved. 2017-02-09 12:39:45 -05:00
bananan
3de0cce47c HHH-11468 - add Javadoc with java.time.* classes mentioned in Create/UpdateTimestamp 2017-02-09 17:24:56 +02:00
Craig Andrews
5553b9df27 HHH-10938 - Fix memory leak when bootstrapping EntityManagerFactory 2017-02-09 11:48:25 +02:00
Henri Tremblay
66cf8cb632 HHH-11471 - Add a createCache method 2017-02-09 10:26:38 +02:00
Christian Beikov
57f156769b Checkstyle fix 2017-02-09 08:13:11 +01:00
Chris Cranford
82cf0c1caa HHH-11475 - Deprecate ModificationStore 2017-02-08 11:46:42 -05:00
Andrea Boriero
8461913c5c HHH-11410 - Fix pgsql failing test 2017-02-08 16:41:25 +00:00
Christian Beikov
753858ce73 Introduced table group joins 2017-02-08 17:23:08 +02:00
Chris Cranford
c87194c3fe HHH-11410 - Fixed ManyToMany with an active Filter to apply the condition on the join. 2017-02-08 13:53:00 +00:00
Chris Cranford
10fe238688 HHH-11410 - Added test case. 2017-02-08 13:53:00 +00:00
Mark Rotteveel
3c26ae7302 HHH-11467 Replace incorrect use of StringHelper.WHITESPACE with single space.
This prevents an issue with Firebird where formfeed (\f or 0x0c) is not considered valid whitespace in a query.
2017-02-07 16:48:10 +01:00
Chris Cranford
457a181347 HHH-8768 - Add support for OFFSET/FETCH syntax for SQL Server 2012 LimitHandler/pagination. 2017-02-07 14:10:36 +02:00
Chris Cranford
68e1dfffd2 HHH-11412 - EntityManager/Session setProperty should permit custom properties 2017-02-07 13:47:54 +02:00
Chris Cranford
6b2176ab83 HHH-11461: Remove reference to the EnversSchemaGenerator tool in documentation. 2017-02-07 00:15:22 -05:00
Ivan Straka
e46956b0f1 HHH-11456 - SequenceHiLoGeneratorTest fails due to wrong select string on SQL Server 2017-02-06 17:58:47 +02:00
Timofey Gorshkov
f82dd465b1 HHH-11458 - Optimize the SQL formatter call when iterating through multiple targets 2017-02-06 17:42:41 +02:00
Vlad Mihalcea
efc041c9e6 HHH-11453 - Documentation: explain/state find() and Query on a single entity can behave differently 2017-02-06 11:42:27 +02:00
BOOTMGR
a38ea758e3 HHH-11455 - Do not use schema name when underlying database doesn't support It
Use JDBC Environment to get the qualified name of the table, instead of directly appending schema name when it is defined explicitly.
2017-02-05 00:24:07 +05:30
Vlad Mihalcea
517fc4c242 HHH-11448 - Fix tests failing on PostgreSQL 2017-02-02 17:22:49 +02:00
Vlad Mihalcea
a4125ad28e HHH-11442 - Update documentation for HHH-10858 2017-02-02 14:25:44 +02:00
Vlad Mihalcea
ce95ffe441 HHH-9460 - Removing non-optional bidirectional @OneToOne association with cascade
Add entity name so that the underlying table uses it instead of the nested class name
2017-02-02 13:06:30 +02:00
Andrea Boriero
19e9bfe303 HHH-11262 - Fix checkstyle errors 2017-02-02 09:19:41 +00:00
Vlad Mihalcea
f2f6a08853 HHH-9460 - Removing non-optional bidirectional @OneToOne association with cascade 2017-02-02 10:57:23 +02:00
Vlad Mihalcea
20500f17ae HHH-11438 - Inconsistencies in the documentation for bytecode enhancement 2017-02-02 09:34:06 +02:00
Brett Meyer
cf1f10336e HHH-11439 added javax.interceptor to OSGi feature dependencies 2017-02-01 19:56:13 -05:00
Sanne Grinovero
5e206666f0 HHH-11439 Switch from Geronimo JTA to Narayana JTA 2017-02-01 19:56:05 -05:00
Chris Cranford
3f1111ee5c HHH-10537 - Fixed conflict while merging changes from HHH-10557. 2017-02-01 12:51:06 -05:00
Christian Beikov
5d9414257f Fix for HHH-10537 2017-02-01 12:31:09 -05:00
Christian Beikov
72382b1e08 Test for HHH-10537 2017-02-01 12:31:09 -05:00
Chris Cranford
fa3171530c HHH-10577 - Added additional test cases for VALUE() 2017-02-01 11:01:04 -05:00
Christian Beikov
18e8be0037 Fixed HHH-10577 2017-02-01 11:01:03 -05:00
Christian Beikov
f9fce8c657 Test for HHH-10577 2017-02-01 11:01:03 -05:00
Evandro Pires da Silva
d48f393420 HHH-11262 - Bulk Operations attempt to create temporary tables, but user does not have permission to create table 2017-02-01 13:14:31 +02:00
Andrea Boriero
8f6e4d5675 HHH-11434 - prevent failures in some tests from freezing the whole test suite 2017-02-01 09:31:44 +00:00