5156 Commits

Author SHA1 Message Date
Strong Liu
3b85ae8658 HHH-8671 WithClauseTest.testWithClause fails on all QA databases 2013-11-06 10:19:29 +08:00
Brett Meyer
e012809fb2 HHH-6004 improved HashMap performance in StructuredCacheEntry 2013-11-01 04:39:33 -04:00
Steve Ebersole
bdf0186a7f HHH-7539 - Interceptor.afterTransactionCompletion not called when transaction completes via JTA sync 2013-10-31 09:08:42 -05:00
Gail Badner
560b274fb7 HHH-8662 : Deprecate functionality for initialized many-to-many collections of proxies 2013-10-31 12:38:17 +01:00
Brett Meyer
dd44ad459a HHH-7927 Enabling globally_quoted_identifiers breaks schema validation
if TableGenerator is used
2013-10-31 07:01:40 -04:00
Gail Badner
e1eef18d62 HHH-8629 : Integrate LoadPlans into collection initializers 2013-10-31 11:54:55 +01:00
Brett Meyer
0e4c2a9ed5 HHH-8627 corrected stupid test mistake 2013-10-31 06:30:17 -04:00
Brett Meyer
32b93b9788 HHH-6167 correct Ejb3Column.checkPropertyConsistency error message 2013-10-31 05:22:05 -04:00
Brett Meyer
6242632b76 HHH-8627 compile error in test case 2013-10-31 04:45:04 -04:00
Brett Meyer
ca2d0578ff HHH-8627 Support EntityGraphs through JPA Query hints 2013-10-30 12:12:28 -05:00
Steve Ebersole
52d095be97 HHH-8660 - NamedEntityGraphDefinition built too early 2013-10-30 10:45:19 -05:00
Andrew Clemons
4e527d0f3e HHH-8228 - enable foreign keys in HANA dialects by defaulting to 'ON UPDATE CASCADE' 2013-10-30 04:23:50 -04:00
Strong Liu
f52c14a652 Revert "HHH-8285 Moving jpa/internal/metamodel and jpa/graph from hem to core"
This reverts commit 61483966a7ea139aa0989bdde112e57e55e3599f.
2013-10-29 15:53:46 +01:00
Strong Liu
61483966a7 HHH-8285 Moving jpa/internal/metamodel and jpa/graph from hem to core 2013-10-29 07:48:27 -05:00
Steve Ebersole
1658a477fb HHH-8647 - hibernate.cache.use_reference_entries + queries 2013-10-29 04:04:38 -05:00
Brett Meyer
11152ea06f HHH-8528 correct docs and quickstarts to support stopping/restarting a
client bundle
2013-10-28 14:34:49 -04:00
Gunnar Morling
485096a78b HHH-8636 Wrapping all exceptions into PersistenceException in HibernatePersistenceProvider 2013-10-28 12:41:06 -05:00
Brett Meyer
e135566c0e HHH-8646 use ServiceTracker in OsgiServiceUtil 2013-10-28 12:40:45 -04:00
zuchos
2bac8d8cbe HHH-8505: Additional test cases 2013-10-28 15:06:01 +01:00
zuchos
c9d4305bf1 HHH-8505: Fixed todos 2013-10-28 15:05:59 +01:00
zuchos
e971a8e14a HHH-8505: Test that counts the revisions 2013-10-28 15:05:57 +01:00
zuchos
4e93c91050 HHH-8505: Test suplemented with List of user types 2013-10-28 15:05:54 +01:00
zuchos
180639a18b HHH-8505: Test suplemented with user type 2013-10-28 15:05:52 +01:00
zuchos
b11c14f00c HHH-8505: Missing assert statement in test 2013-10-28 15:05:49 +01:00
zuchos
03449c1d37 HHH-8505: Reformating to hibernate code style 2013-10-28 15:05:45 +01:00
zuchos
631616ec74 HHH-8505: Small improvements to tests 2013-10-28 15:05:44 +01:00
zuchos
6bc1d2ef01 HHH-8505: Query test cases & small fixes 2013-10-28 15:05:42 +01:00
zuchos
4e810effe5 HHH-8505: Query tests 2013-10-28 15:05:38 +01:00
zuchos
bf469ca0e4 HHH-8505: More advanced tests 2013-10-28 15:05:36 +01:00
zuchos
7c492ddbc3 HHH-8505: Advanced test - OneToOne & ManyToOne 2013-10-28 15:05:34 +01:00
zuchos
0aefe3a55b HHH-8505: boolean added to test 2013-10-28 15:05:33 +01:00
zuchos
7dd862eeb5 HHH-8505: Better test for proxy generator 2013-10-28 15:05:31 +01:00
zuchos
f70189f416 HHH-8505: Auditing of dynamic components 2013-10-28 15:05:28 +01:00
Brett Meyer
fcaf413acc HHH-8643 test case 2013-10-28 07:09:49 -04:00
Steve Ebersole
77825fefd6 HHH-2907 - ability to apply 'generation strategy' to generated properties 2013-10-25 13:18:33 -05:00
Brett Meyer
19057a4685 HHH-8617 correcting test failure 2013-10-23 13:03:36 -04:00
Brett Meyer
203140a197 HHH-8617 Revert "HHH-8517 strip time from Date descriptors"
This reverts commit 9dba10cf9e06f581828d40003953ab54761926a3.
2013-10-23 12:58:25 -04:00
Brett Meyer
8e556f0029 HHH-8579 corrected test case 2013-10-22 22:29:45 -04:00
Brett Meyer
1c1dd913dd HHH-8633 register synch in OsgiJtaPlatform 2013-10-22 22:12:13 -04:00
Brett Meyer
0dfbad406b HHH-8579 force english locale for query alias generation 2013-10-22 16:54:19 -04:00
Steve Ebersole
859eaaa1c5 HHH-8619 - Account for "shadow" services as part of ServiceRegistry impls 2013-10-17 15:19:35 -05:00
Steve Ebersole
c88494698e HHH-8625 - Wrong warning about deprecated persistence provider 2013-10-17 15:19:35 -05:00
Scott Marlow
381198c206 HHH-8477 use unwrapped query 2013-10-17 09:21:00 -04:00
Brett Meyer
a1e3849e5d HHH-8573 refactored test case 2013-10-16 17:21:00 -04:00
Vasily Kochnev
af03365c86 HHH-8573: Persister is taken according to the actual type of the replaced object 2013-10-16 16:51:10 -04:00
Vasily Kochnev
3a75f9fb4e HHH-8573: Test case illustrating creation of a superclass instance when
subclass instance needed
2013-10-16 16:51:03 -04:00
Steve Ebersole
202e46eef2 HHH-8621 - NPE in BasicConnectionCreator 2013-10-16 15:13:23 -05:00
Brett Meyer
1cb6be9d10 HHH-8612 correct FumTest's use of Date in a composite PK
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
2013-10-16 14:35:43 -04:00
Steve Ebersole
11ce89e0ff HHH-8607 - Start Topical Guide - Service Registries 2013-10-15 16:00:32 -05:00
Steve Ebersole
67ee00a422 HHH-8607 - Start Topical Guide - Service Registries 2013-10-15 15:54:54 -05:00