Commit Graph

3494 Commits

Author SHA1 Message Date
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
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
Strong Liu a0b2a4b3c9 HHH-6900 upgrade to org.javassist:javassist:3.15.0-GA 2011-12-16 00:56:28 +08:00
Steve Ebersole 97bde41ce7 release 4.0.0.Final 2011-12-14 23:21:35 -06:00
Steve Ebersole 1a2da08aa3 release 4.0.0.Final 2011-12-14 23:18:36 -06:00
Steve Ebersole e5f4585521 HHH-5937 - @Enumerated(EnumType.STRING) not taken into account in an @Embeddable included in another @Embeddable 2011-12-14 13:13:33 -06:00
Strong Liu 3ef2a2ab81 add mysql55, postgresql91 2011-12-09 23:26:31 +08:00
Galder Zamarreño 6491724972 HHH-6729 Upgraded to Infinispan 5.1.0.CR1
* Made the configuration file explicitly define optimistic as locking
mode.
* Make sure a transaction manager that hooks to Hibernate's TM
is configured.
2011-12-08 16:16:44 +01:00
Gail Badner af3767b82a HHH-6872 : Test failures with hibernate.jdbc.batch_versioned_data=true 2011-12-02 02:19:58 -08:00
Hardy Ferentschik 0af7d0645d HHH-6866 Reverting to the char(1) mapping for Types.CHAR 2011-12-01 15:01:27 +01:00
Hardy Ferentschik b0573072e6 HHH-6866 Changing the column type definitions for Types.CHAR and Types.BINARY to align with the DB2 type specs 2011-12-01 15:01:27 +01:00
Hardy Ferentschik c4b4eddeda HHH-6866 Javadoc changes 2011-12-01 15:01:27 +01:00
Hardy Ferentschik 65b3e768fa HHH-6866 Removing commented out code and formatting. No functional changes. 2011-12-01 15:01:27 +01:00
Strong Liu 2e0e130cbe HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 19:45:15 +08:00
Strong Liu 3c3a74e010 HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 17:34:42 +08:00
Strong Liu f9e947035e HHH-6867 test data overflow causes org.hibernate.test.cut.CompositeUserTypeTest.testCustomColumnReadAndWrite fails on DB2 2011-12-01 17:05:07 +08:00
Strong Liu 7fca6f7567 HHH-6870 sysdate function in oracle dialect is a non argu and no parentheses function 2011-12-01 15:48:24 +08:00
Strong Liu b302f74d6d prep for next 4.0.0.CR release development 2011-12-01 14:15:17 +08:00
Strong Liu 7bdb5a449d prep 4.0.0.CR7 2011-12-01 13:35:49 +08:00
Sanne Grinovero 588a9d69e8 HHH-6868 Lazily initialize HashMap in LockOptions 2011-11-30 22:01:22 +00:00
Sanne Grinovero eb23512fc5 HHH-6862 More iteration improvements 2011-11-30 22:01:22 +00:00
Sanne Grinovero a6b761e209 HHH-6862 Some additional small performance improvements 2011-11-30 22:01:04 +00:00
Steve Ebersole eb59e81bb9 HHH-6865 - PessimisticLockException should be thrown when pessimistic read and write locking strategies fail 2011-11-30 12:20:11 -06:00
Strong Liu 3577cbde08 HHH-6856 - RowValueConstructorSyntax with In syntax is not working 2011-12-01 01:03:51 +08:00
Strong Liu a522f049e0 HHH-6780 HHH-6068 2011-11-30 14:57:55 +08:00
Strong Liu 221d5f9ef6 HHH-6862 reduce the reference to IdentityMap 2011-11-30 14:26:38 +08:00
Sanne Grinovero a947a2fc8d HHH-6863 make access to serviceBindingList threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero d158047287 HHH-6863 make serviceBindingMap threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero 7781cb0aa9 HHH-6862 final polish 2011-11-30 11:39:55 +08:00
Sanne Grinovero d12396ee37 HHH-6862 Reuse cached entryArray of IdentityMap in StatefulPersistenceContext as much as possible 2011-11-30 11:39:54 +08:00
Sanne Grinovero ad3afa4b7d HHH-6862 Switch to use Iterable from Iterator in IdentityMap helpers 2011-11-30 11:39:54 +08:00
Sanne Grinovero aa4954be8b HHH-6862 Improve API of IdentityMap helpers to match actual use cases 2011-11-30 11:39:54 +08:00
Sanne Grinovero 67d1c70335 HHH-6862 Use generic Maps for more StatefulPersistenceContext fields 2011-11-30 11:39:54 +08:00
Sanne Grinovero f98e15e15f HHH-6862 Use generic Map for StatefulPersistenceContext.entityEntries 2011-11-30 11:39:54 +08:00