Andrea Boriero
f3dafb3205
HHH-11473 - Refactor MySQLDialect
...
- move storage engine resolving into constructor
2017-02-27 16:29:02 +02:00
Chris Cranford
39c04f14ae
HHH-11455 - Test case.
2017-02-26 23:41:33 -05:00
Andrea Boriero
5e29497d60
HHH-11473 - Fix tests leaving a dirty database
2017-02-25 18:29:38 +00:00
Andrea Boriero
bc3032785e
HHH-11473 - Fix MySQLStorageEngineTest
2017-02-23 20:18:13 +00:00
Sanne Grinovero
7c90905d73
HHH-11518 Log4DelegatingLogger slows down testsuite execution by formatting messages too eagerly
2017-02-23 18:11:09 +00:00
Radim Vansa
3d712b0a6e
HHH-11381 In nonstrict mode, putFromLoad after evict can behave incorrectly
...
* piggybacking minor improvements for size command, too
2017-02-23 12:11:33 +01:00
Radim Vansa
f574325c04
Run CorrectnessTestCase in nonstrict mode
...
* the test was not running in nonstrict-read-write mode but in read-write mode instead
* for collections, we have to fallback to read-write mode
* there are expected failures in nonstrict mode, as the test does not allow stale reads
(adding a switch to handle these is TODO)
2017-02-23 12:11:33 +01:00
Radim Vansa
69ba7a50ce
HHH-11373 Silence lock acquisition failures on remote nodes
2017-02-23 12:11:33 +01:00
Radim Vansa
1ba6e00e00
HHH-11372 Do not send RemoveExpiredCommands in repl/dist caches
2017-02-23 12:11:33 +01:00
Andrea Boriero
c6b6d9d242
HHH-11473 - Fix MariaDB dialect
2017-02-21 13:25:09 +00:00
Andrea Boriero
9cb171bfeb
HHH-11473 - Fix checkstyle errors
2017-02-21 10:37:16 +00:00
Vlad Mihalcea
2980dc4e84
HHH-11473 - Refactor MySQL Dialects
...
- Add a mention of MySQL5SpatialDialect as well in the User Guide
2017-02-21 08:14:50 +02:00
Vlad Mihalcea
c0e59563dc
HHH-11473 - Refactor MySQL Dialects
...
- MySQL56SpatialDialect can default to InnoDB by default
2017-02-21 08:09:07 +02:00
Vlad Mihalcea
91d1f38d95
HHH-11473 - Refactor MySQL Dialects
...
- Simplify InnoDB deprecated Dialects by just overriding the default storage engine method
2017-02-21 07:58:48 +02:00
Chris Cranford
652aa43427
HHH-11503 - Fix SQL Server 2012 offset/fetch parameter binding.
2017-02-20 11:13:00 -05:00
Vlad Mihalcea
2b79644b63
HHH-11473 - Refactor MySQL Dialects
2017-02-20 15:35:16 +02:00
Andrea Boriero
d82b3369ff
5.2.8
2017-02-17 11:45:22 +00:00
Andrea Boriero
5d5b4e9776
5.2.8
2017-02-17 10:38:16 +00:00
Gail Badner
55f7f71e04
HHH-10989 - Always resolve CollectionType on load so that unfetched collections have a reference stored in StatefulPersistentContext
...
HHH-10989 : Shorten test table names
2017-02-16 19:42:44 +00:00
barreiro
077ebbc04f
HHH-10989 - Always resolve CollectionType on load so that unfetched collections have a reference stored in StatefulPersistentContext
2017-02-16 19:42:44 +00:00
Chris Cranford
2e2b457d18
HHH-11416 - Test for unrelated property joins for JOINED-based Inheritance entity mappings.
2017-02-16 16:25:14 +00:00
Christian Beikov
3d6f8eb0ff
HHH-11437 - Entity joins are not polymorphic
2017-02-16 16:21:43 +00:00
Christian Beikov
1e8077f0e9
HHH-11437 - Test for issue
2017-02-16 16:20:25 +00:00
Vlad Mihalcea
d7eb9f5fba
HHH-11457 - Add MariaDB specific Dialects
...
- mention the new MariaDB dialects in the User Guide
2017-02-16 12:58:19 +02:00
Vlad Mihalcea
f5606b1f4b
HHH-11491 - Add documentation to non-temporary tables bulk-id strategies
2017-02-16 12:49:03 +02:00
Vlad Mihalcea
2a42d83692
HHH-11485 - Document that the @Filter annotation only applies to query
2017-02-15 16:57:28 +02:00
Andrea Boriero
882d923586
HHH-11457 - Change matrix mariadb config to use MariaDB53Dialect
2017-02-15 12:36:24 +00:00
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