Commit Graph

3526 Commits

Author SHA1 Message Date
Galder Zamarreño cc9fbf42a9 HHH-6955 Upgrade to Infinispan 5.1.0.CR3
* Switch to autoCommit=false so that unnecessary transactions
are not created.
* Mark timestamps cache explicitly non-transactional.
* Move away from using caches as a way to send evict all
notifications. Instead, use custom commands provided by Infinispan.
* Get rid of the JDBC transaction test because it does not make
sense configuring JDBC transactions with Infinispan 2LC.
2012-01-10 13:55:30 +01:00
Steve Ebersole a41efe37d5 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-09 17:53:24 -06:00
Steve Ebersole 35ce5bfef7 HHH-5024 - MetadataContext#registerAttribute does not recognize inherited fields 2012-01-09 17:53:11 -06:00
Steve Ebersole e69104cd23 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-09 17:06:22 -06:00
Steve Ebersole cc15ba3f58 HHH-5024 - MetadataContext#registerAttribute does not recognize inherited fields 2012-01-09 16:02:57 -06:00
lukasz-antoniak 0efd1dd886 Merge pull request #244 from lukasz-antoniak/HHH-4439
HHH-4439 - Override auditing behavior of properties defined in @MappedSuperclass
2012-01-09 12:43:45 -08:00
Lukasz Antoniak 53b32e9e8d HHH-4439 - Javadoc change 2012-01-09 21:18:57 +01:00
Steve Ebersole e0f7d8fb17 HHH-6933 - Developer's guide has strange markup in Chapter 1 2012-01-09 11:10:59 -06:00
Steve Ebersole 8d6a07f611 HHH-6887 - Improve SQLStateConverter to take sql state type from the database metadata into account 2012-01-06 16:50:43 -06:00
Steve Ebersole 9ca985ccd1 HHH-6940 - Ability (easier) to run bits of code in a timeout protected way 2012-01-06 08:21:04 -06:00
Lukasz Antoniak 05df3d8638 HHH-4439 - Test and Javadoc change 2012-01-06 15:20:27 +01:00
Lukasz Antoniak 1293253412 HHH-4439 - Javadoc change 2012-01-06 14:37:24 +01:00
Lukasz Antoniak 0a08780e13 HHH-4439 - Deprecate Audited.auditParents 2012-01-06 14:14:07 +01:00
Steve Ebersole 86f3f3c347 HHH-6940 - Ability (easier) to run bits of code in a timeout protected way 2012-01-05 16:38:19 -06:00
Steve Ebersole f8b5190a19 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-05 16:03:11 -06:00
Steve Ebersole 343269b00d HHH-5124 - Removing an entity and persisting it again fails 2012-01-05 16:03:11 -06:00
Adam Warski ab09c575e6 Merge pull request #242 from javaprog/HHH-5891
HHH-5891: Added ordering clause to query generated by getRevisions()
2012-01-05 08:15:07 -08:00
Steve Ebersole 2795994b22 HHH-6937 - Process database profiles just once per build 2012-01-05 09:58:42 -06:00
Steve Ebersole 959e048fd0 HHH-6937 - Process database profiles just once per build 2012-01-04 13:43:46 -06:00
Scott Marlow 76a3ad2021 HHH-6936 EntityManagerImpl.close() and EntityManagerImpl.isOpen() should check if the session factory is closed 2012-01-04 13:59:18 -05:00
Scott Marlow 5e3775afe8 HHH-6897 fix for 'registry contains more than one (2) entity manager factories: EMF_BaseEntityManagerFunctionalTestCase' failure 2012-01-04 13:59:17 -05:00
Michael Rudolf 875a4b29dd HHH-5891: Added ordering clause to query generated by getRevisions() to fulfill guarantee given in JavaDoc. 2012-01-04 17:25:58 +01:00
Steve Ebersole 40c61775df HHH-6931 - Provide local database hook 2012-01-03 21:35:54 -06:00
Steve Ebersole 5540700f71 HHH-6931 - Provide local database hook 2012-01-03 21:34:05 -06:00
Steve Ebersole f0d004d1c9 HHH-6931 - Provide local database hook 2012-01-03 21:32:08 -06:00
Steve Ebersole 9ed04d3b84 HHH-6931 - Provide local database hook 2012-01-03 21:12:33 -06:00
Steve Ebersole 9d9d1f11e3 HHH-6931 - Provide local database hook 2012-01-03 21:10:54 -06:00
Steve Ebersole 76ac264c6a HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-03 20:43:50 -06:00
Steve Ebersole ab94a18c33 HHH-6931 - Provide local database hook 2012-01-03 20:43:15 -06:00
Steve Ebersole ccc087b975 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-01 18:52:17 -06:00
Steve Ebersole ea5cf961e1 HHH-6902 - Create typed query in EntityManager throws NullPointerException when filters are present 2011-12-30 22:12:23 -06:00
Steve Ebersole 69f0d092a8 HHH-6854 - testSubsequentPooledLoOptimizerUsage doesn't actually test the PooledLo optimizer 2011-12-30 21:37:50 -06:00
Steve Ebersole d60c168944 HHH-6840 - Add to_char function to HSQLDialect 2011-12-30 21:25:02 -06:00
Steve Ebersole b2f24c6987 HHH-6855 - SequenceStyleGenerator should force use of TableStructure when the optimizer is PooledLo 2011-12-30 21:05:03 -06:00
Steve Ebersole 5071a82458 HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-30 18:48:33 -06:00
Steve Ebersole 2eac7c33ec HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-30 18:47:44 -06:00
Steve Ebersole f6dec69c8c HHH-6909 - "Getting Started Guide" example code cannot be run successfully 2011-12-30 12:15:23 -06:00
Steve Ebersole 8d9f772a90 HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-29 11:03:38 -06:00
Steve Ebersole 00d7baedfa HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-29 10:01:41 -06:00
Steve Ebersole 244623cce9 HHH-6822 - Split notions of (1) "naming" a SessionFactory and (2) specifying a JNDI name to which to bind it 2011-12-29 10:01:41 -06:00
Scott Marlow 3d517d78f9 HHH-6897 test changes to ensure that HHH-6897 doesn't regress 2011-12-28 21:02:41 -05:00
Steve Ebersole 2ddaeedd1e HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-28 12:04:31 -06:00
Steve Ebersole 1e591f09ac HHH-6920 - HQL insert queries and identifier handling 2011-12-27 23:19:04 -06:00
Strong Liu d4e8e9973f HHH-6921 com.fasterxml:classmate dependency should not be exported to published pom 2011-12-28 13:11:18 +08:00
Steve Ebersole d327449d54 HHH-2763 - Allow initialization during flush 2011-12-27 13:53:50 -06:00
Steve Ebersole ef79491a8f HHH-6916 - Improper handling of primitive arrays in AbstractQueryImpl.registerParameterBinding 2011-12-26 11:10:42 -06:00
Steve Ebersole 097e157329 HHH-6916 - Not proper array-handling in AbstractQueryImpl.registerParameterBinding 2011-12-25 20:46:35 -06:00
Lukasz Antoniak a49e02b239 HHH-4439 - Patch and test 2011-12-25 18:42:08 +01:00
Scott Marlow e18d087592 HHH-6897 serialization of the EntityManager should be possible 2011-12-20 12:23:07 -05:00
Steve Ebersole d02864bac6 HHH-6903 - add building of hem and manual docs 2011-12-16 09:13:45 -06:00