edalquist
e01ea2ecf8
HHH-2879 Apply hibernate code templates and formatting
2012-01-12 16:15:35 -06:00
edalquist
f74c5a7fa5
HHH-2879 Apply hibernate code templates and formatting
2012-01-12 16:15:19 -06:00
edalquist
8de0f76df1
HHH-2879 Cache naturalId -> entityId sql on init
2012-01-12 16:15:03 -06:00
edalquist
eecee618c6
HHH-2879 Add ResolveNaturalId event, listener and entity persister api
...
HHH-2879 Adds ResolveNaturalIdEvent with listener and default impl
HHH-2879 Adds API to EntityPersister to get an entity's ID based on its natural-id
HHH-2879 Add unit test for initial verification of loading an entity by natural-id
2012-01-12 16:14:28 -06:00
edalquist
8796fe5ed6
HHH-2879 Remove use of generics due to proxy issues
2012-01-12 16:13:45 -06:00
edalquist
2d03ca322d
HHH-2879 Make IdentifierLoadAccess the primary API
...
HHH-2879 Update all load and get APIs to use byId and IdentifierLoadAccess
2012-01-12 16:13:22 -06:00
edalquist
60b6c7f5eb
HHH-2879 Add LoadAccess interfaces to Session API
...
HHH-2879 Add naive implementation of IdentifierLoadAccess
HHH-2879 Add placeholder implementation of NaturalIdLoadAccess
2012-01-12 16:11:50 -06:00
Strong Liu
bd552fe909
code format and correct javadoc
2012-01-11 17:46:18 +08:00
Steve Ebersole
a41efe37d5
HHH-5275 - Criteria.setLockMode does not work correctly
2012-01-09 17:53:24 -06:00
Steve Ebersole
e69104cd23
HHH-5275 - Criteria.setLockMode does not work correctly
2012-01-09 17:06:22 -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
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
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
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
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