Commit Graph

950 Commits

Author SHA1 Message Date
Steve Ebersole 2eac7c33ec HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-30 18:47:44 -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
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
Scott Marlow e18d087592 HHH-6897 serialization of the EntityManager should be possible 2011-12-20 12:23:07 -05: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
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
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
Sanne Grinovero ddb3a8cd18 HHH-6858 reuse reference to PersistenceContext 2011-11-30 11:39:54 +08:00
Sanne Grinovero fb0255a87a HHH-6858 non-intrusive performance improvements 2011-11-30 11:39:53 +08:00
Strong Liu 9e45ec3baf HHH-6852 DB2 doesn't support exists in select 2011-11-30 11:00:04 +08:00
Strong Liu d7f3042e5b HHH-6851 DB2 doesn't support NotNullUnique causes org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty fail 2011-11-30 11:00:04 +08:00
Steve Ebersole f690d8e28b HHH-5992 - A query fails to return correct results silently 2011-11-29 11:50:59 -06:00
Steve Ebersole bcc60208e3 HHH-6856 - RowValueConstructorSyntax with In syntax is not working 2011-11-29 10:07:11 -06:00
Strong Liu eca04896c9 HHH-6856 RowValueConstructorSyntax with In syntax is not working 2011-11-29 09:18:17 -06:00
Steve Ebersole 9a7924d9bc HHH-6780 - Wrong Query timeout calculation 2011-11-28 17:39:26 -06:00
Steve Ebersole d00c9c85d8 Merge branch 'HHH-6068' of https://github.com/lukasz-antoniak/hibernate-core into lukasz-antoniak-HHH-6068 2011-11-28 16:17:45 -06:00
Steve Ebersole 78f86319df HHH-6842 - Skip org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest#testManyToOneFromNonPkToNonPk for DB2 2011-11-28 14:44:16 -06:00
Hardy Ferentschik 6e433d5f85 HHH-6849 Fixing assert in SQLServer2005DialectTestCase#testGetLimitString since order of column has changes. Also got rif of additional unnecessary whitespace 2011-11-26 00:55:57 +08:00
Hardy Ferentschik 06952b533e HHH-6849 Append _ROW_NUMBER()_ instead of prepending it 2011-11-26 00:55:57 +08:00
Hardy Ferentschik 20141cae87 HHH-6849 Formatting and adding actual assertions to testOffset(). This is not addressing the SQLServer issue yet. 2011-11-26 00:55:57 +08:00
Strong Liu 8114e9c5ae HHH-6850 no Types.BINARY mapping in DB2 dialect 2011-11-26 00:03:00 +08:00
Sanne Grinovero d382e70b65 formatting: use tabs 2011-11-24 11:23:02 +00:00
Sanne Grinovero f5702548bb HHH-6845 Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers 2011-11-24 11:23:02 +00:00