4210 Commits

Author SHA1 Message Date
Guenther Demetz
572e78dce4 HHH-7237 - Inline natural-id synchronization doesn't consider reattached objects 2012-04-23 21:51:17 -05:00
Steve Ebersole
d1a7495218 HHH-7235 - Support null NaturalId values in loadEntityIdByNaturalId query 2012-04-23 14:26:45 -05:00
Steve Ebersole
37b645999c HHH-7225 - NullPointerException after persisting null entity value as natural-Id 2012-04-23 13:27:14 -05:00
Steve Ebersole
60e92614be HHH-6405 - setFetchMode ignored in certain cases when using criteria queries 2012-04-23 12:05:56 -05:00
David Mansfield
f12f2324c6 HHH-6405 setFetchMode ignored for some association types when using criteria queries
Re-unifie the two methods getJoinType in the CriteriaJoinWalker, using if/else to delegate to the correct super.getJoinType(...) method as appropriate.  This allows the proper handling for setFetchMode specified in the criteria translator to be applied correctly.
2012-04-23 11:04:39 -05:00
David Mansfield
ed0a9fbc00 HHH-6405 test case for setFetchMode ignored using criteria queries 2012-04-23 11:04:39 -05:00
Strong Liu
b78fb983f8 use junit defined in libraries 2012-04-23 21:35:58 +08:00
Lukasz Antoniak
6a7b70d4cc HHH-7187 - Fixing tests on Sybase 2012-04-22 12:50:23 +02:00
Lukasz Antoniak
cfa729d8b3 HHH-6790 - Sequence per entity for enhanced SequenceStyleGenerator 2012-04-21 12:32:42 +02:00
Gail Badner
fc068be040 HHH-7265 : Test case to repro ConcurrentModificationException 2012-04-20 17:55:27 -07:00
Steve Ebersole
3cd58b6e79 HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing 2012-04-20 18:59:06 -05:00
Steve Ebersole
70847a2331 HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing 2012-04-20 17:08:53 -05:00
Hardy Ferentschik
6cd7857daa Fixing typo 2012-04-20 17:48:09 +02:00
Hardy Ferentschik
f08cbec42b Fixing typo 'grad;ew' instead of 'gradle' 2012-04-20 17:47:19 +02:00
Hardy Ferentschik
1335924dda Adding Quickstart to readme 2012-04-20 17:46:07 +02:00
Hardy Ferentschik
9a709fdfa0 Some updates of text and links 2012-04-20 17:38:07 +02:00
Lukasz Antoniak
95ec3457af HHH-7187 - Renaming and documenting enhanced revision entity 2012-04-19 23:49:41 +02:00
Lukasz Antoniak
c41fee2a07 HHH-7187 - Moving AbstractEntityTest 2012-04-19 20:15:46 +08:00
Lukasz Antoniak
c7aa99d0d3 HHH-7187 - New Envers base test classes 2012-04-19 20:15:46 +08:00
Lukasz Antoniak
7e6815c80c HHH-7187 - Enable USE_NEW_ID_GENERATOR_MAPPINGS 2012-04-19 20:15:45 +08:00
Lukasz Antoniak
c76810ac47 HHH-7187 - Manual flush mode and @PrimaryKeyJoinColumn tests 2012-04-19 20:15:45 +08:00
Lukasz Antoniak
b8e356f966 HHH-7187 - Fixing tests on PostgreSQL 2012-04-19 20:15:44 +08:00
Lukasz Antoniak
68dda2c242 HHH-7187 - H2 manual flush tests fix 2012-04-19 20:15:44 +08:00
Lukasz Antoniak
c4822556c1 HHH-7187 - Enhanced default revision entity 2012-04-19 20:15:44 +08:00
Lukasz Antoniak
775b6da1db HHH-7187 - Fixing tests on Oracle 2012-04-19 20:15:43 +08:00
Emmanuel Bernard
75d684149d Fix style and add credit where it is due 2012-04-18 18:11:47 +02:00
Guenther Demetz
7abdf80ebe Natural-id : NullPointerException after persisting null String value, if using @NaturalIdCache 2012-04-18 12:15:23 +08:00
Bryan Varner
88e231f50b Sanity check (to return NONE) prevents null pointer exception on the switch() statment. 2012-04-18 10:55:21 +08:00
Steve Ebersole
a33943694c HHH-7088 - Implement secondary table support in new metamodel code 2012-04-17 17:31:38 -05:00
Steve Ebersole
72e5cf42cf HHH-7088 - Implement secondary table support in new metamodel code 2012-04-17 17:20:09 -05:00
Galder Zamarreño
55de90ec42 HHH-7256 Use minimalPuts in Infinispan
putFromLoad now checks for minimalPuts to verify whether the entry
is already present in the cache. By doing this, Hibernate stats
appear more precise since putForExternalReads that are no-op because
the cache already contains the entry are not counted as puts. This
avoids confusion amongst users. This should be reverted to checking
PFER's return value when https://issues.jboss.org/browse/ISPN-1986
has been implemented.
2012-04-17 19:50:37 +02:00
Strong Liu
a67c1afe10 HHH-7253 NPE thrown by NaturalIdResolutionCache 2012-04-17 11:18:36 +08:00
Steve Ebersole
d3a7e989f3 HHH-7240 - Develop identifier handling in new metamodel 2012-04-16 13:55:02 -05:00
Steve Ebersole
5946391477 HHH-7240 - Develop identifier handling in new metamodel 2012-04-13 16:34:11 -05:00
Steve Ebersole
a39b1a3a92 HHH-7242 - referenced attributes (property-ref) need to be resolved into relational Value references 2012-04-13 16:22:55 -05:00
Strong Liu
5671de517d HHH-5043 Incorrect handling of hibernate.default_schema in SchemaUpdate 2012-04-14 00:32:56 +08:00
Galder Zamarreño
a334b9f0af HHH-7238 Remove unneeded cache listeners 2012-04-13 18:09:51 +02:00
Steve Ebersole
686cdbb2c8 HHH-7242 - referenced attributes (property-ref) need to be resolved into relational Value references 2012-04-12 17:34:04 -05:00
John Verhaeg
6dceff93a6 HHH-6504: Added basic metamodel support for maps (and corrected a few implementation issues with list support). Still need to address remaining types of map key specifications (other than <map-key>). 2012-04-12 11:09:13 -05:00
Steve Ebersole
5b2cfd3c7c HHH-7240 - Develop identifier handling in new metamodel 2012-04-11 15:59:11 -05:00
Steve Ebersole
2760c25a2c HHH-7240 - Develop identifier handling in new metamodel 2012-04-11 13:12:31 -05:00
Strong Liu
5714a59e5e doc typo 2012-04-11 17:08:47 +08:00
Steve Ebersole
4f72149eca HHH-7240 - Develop identifier handling in new metamodel 2012-04-10 23:53:03 -05:00
John Verhaeg
d8f9372fbf HHH-6502: Added support for lists to persister that deals with new metamodel. 2012-04-10 14:59:57 -05:00
Andre Azevedo
7ed63c282a Translating and correcting wrong white-spaces at the end of the string. 2012-04-10 16:50:38 +08:00
Strong Liu
9e53118c4e HHH-2697 - Can't use := for variable assignment within a SQL-Statement 2012-04-10 15:49:19 +08:00
Strong Liu
2e5d707307 update postgresql testing profile 2012-04-10 11:15:08 +08:00
John Verhaeg
1ced2784d5 HHH-6502: Added support for lists to new metamodel up to Binder processing. Still need to modify persisters. 2012-04-09 12:37:25 -05:00
Strong Liu
5068b8e808 HHH-7195 Table does not handle quoted catalog 2012-04-09 19:27:09 +08:00
Strong Liu
3f6e6339d9 HHH-7068 - Cursor state not valid error from AS400 2012-04-09 18:58:35 +08:00