1496 Commits

Author SHA1 Message Date
Hardy Ferentschik
f40dba0870 HHH-7037 javadoc 2012-03-05 17:06:50 +01:00
Hardy Ferentschik
430d25d9b9 HHH-7037 Some cleanup of old tests 2012-03-05 17:06:50 +01:00
Hardy Ferentschik
41aa7dd6e8 HHH-7037 Deleting unused code 2012-03-05 17:06:49 +01:00
Steve Ebersole
497f700c16 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-03 16:51:58 -06:00
Steve Ebersole
ba6ad4d072 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-02 17:09:43 -06:00
Laird Nelson
a3b02e404d Fixed bug https://hibernate.onjira.com/browse/HHH-6883. 2012-03-02 14:06:51 -06:00
Steve Ebersole
d7d9f0dfb2 HHH-4417 - Add annotation support for UserCollectionType 2012-03-02 13:17:14 -06:00
Steve Ebersole
0732db14b8 HHH-7097 - Entity load event doesn't result in naturalId->pk caching 2012-03-02 12:47:01 -06:00
John Verhaeg
8fcf6a171e Just correcting some formatting issues 2012-03-02 10:41:17 -06:00
John Verhaeg
8f010234db Just correcting some formatting issues 2012-03-02 10:26:39 -06:00
Steve Ebersole
a889b6cca1 HHH-7097 - Entity load event doesn't result in naturalId->pk caching 2012-03-01 13:22:09 -06:00
John Verhaeg
47c5e4c535 Just correcting some formatting issues 2012-03-01 11:58:58 -06:00
Steve Ebersole
7678917313 Merge branch 'HHH-7097' of https://github.com/edalquist/hibernate-core 2012-03-01 10:45:15 -06:00
Steve Ebersole
9bbcf5a6d0 HHH-7095 - Handle RegionFactory.buildNaturalIdRegion throwing UnsupportedOperationException 2012-03-01 10:40:59 -06:00
Steve Ebersole
93b0955641 Merge branch 'HHH-7095' of https://github.com/edalquist/hibernate-core 2012-03-01 10:34:38 -06:00
Steve Ebersole
9768dacb6f Merge branch 'HHH-7094' of https://github.com/edalquist/hibernate-core 2012-03-01 10:30:10 -06:00
Steve Ebersole
9f4fd48603 HHH-7085 - Entities marked as @Immutable that have a @NaturalId fail to be inserted with NPE 2012-03-01 10:01:23 -06:00
Eric Dalquist
f1a54aeadf HHH-7085 Use the in-flight state for naturalId caching
Pass the current state Object[] from the event into the SPC to use
for naturalId caching
2012-03-01 10:01:22 -06:00
Eric Dalquist
b5ba7bef42 HHH-7085 Add delete to immutable test 2012-03-01 10:01:22 -06:00
Eric Dalquist
571266aa3d HHH-7085 Add unit test that demonstrates error
Add unit test for @Immutable entity that has an @NaturalId
2012-03-01 10:01:21 -06:00
John Verhaeg
ec2450bf21 HHH-7136: Moved Binder and associated HibernateTypeHelper class to parent package. Also removed several leftover System.out.println statements from previous local debugging. 2012-03-01 09:57:32 -06:00
John Verhaeg
85e2d48431 HHH-7048: Finished changes to ensure resolution of all entities and types during binding. Refactored quite a bit of code while I did this, addressing some TODOs such as using consistent method names and cleaning up redundant and duplicate code. Still have some cleanup to do regarding the break out of the HibernateTypeHelper class. Also removed some large blocks of unused code, so this may need to be added back in if it's to be used in the future. 2012-03-01 09:28:50 -06:00
Steve Ebersole
d66d335f29 HHH-7023 - Deprecate HQL-specific (JDBC-style) positional parameters 2012-02-29 18:00:15 -06:00
Steve Ebersole
982aad716f HHH-7129 - Throw exception when metadata attempts to spread @NaturalId across an entity hierarchy 2012-02-29 15:32:54 -06:00
Gail Badner
c98806d454 HHH-7125 : Missing break after ONE_TO_ONE/MANY_TO_ONE and ONE_TO_MANY/MANY_TO_MANY cases in ConfiguredClass.createMappedAttribute() 2012-02-29 01:04:14 -08:00
Gail Badner
86daf7f28f HHH-7120 : Test case for binding PluralAttributeBinding for sets of basic elements with property-ref 2012-02-28 15:09:43 -08:00
Gail Badner
136540b4c4 HHH-6503 HHH-6525 : Integrate basic non-indexed collectiosn into persisters 2012-02-27 22:01:35 -08:00
Gail Badner
5c59a8c93e HHH-7100 : ColumnAttributeSourceImpl.isNullable() returns true for collection key and basic element columns 2012-02-27 15:02:13 -08:00
Gail Badner
09002e9872 HHH-6525 : Integrate Set-style plural attributes into persisters 2012-02-27 12:50:54 -08:00
Gail Badner
bd0fcdd2f7 HHH-6525 : Integrate Set-style plural attributes into persisters 2012-02-27 12:36:38 -08:00
Strong Liu
1278d12000 minor change and reformat partial code 2012-02-26 23:37:33 +08:00
Gail Badner
c4d48cfcb6 HHH-6525 : Integrate Set-style plural attributes into persisters 2012-02-24 20:10:39 -08:00
Gail Badner
12b0e98ee0 HHH-7052 : Bind PluralAttributeBinding for sets of basic elements 2012-02-24 20:09:27 -08:00
Gail Badner
da484df5da HHH-7052 : Bind PluralAttributeBinding for sets of basic elements 2012-02-24 19:36:38 -08:00
Gail Badner
bdced91a06 HHH-7052 : Bind PluralAttributeBinding for sets of basic elements 2012-02-24 19:35:37 -08:00
Lukasz Antoniak
4e2d7d123d HHH-7117 - Fix and test 2012-02-24 21:35:17 +01:00
Gail Badner
d9d8ab67ff HHH-7118 : Extract code to create Caching holder into org.hibernate.metamodel.internal.source.hbm.Helper.createCachingHolder() 2012-02-24 12:11:49 -08:00
Gail Badner
5ca5b2287f HHH-7052 : Bind PluralAttributeBinding 2012-02-23 01:16:58 -08:00
Strong Liu
84f3821c03 HHH-7102 Misleading error message is shown when no RegionFactory is manually set 2012-02-23 16:55:02 +08:00
Gail Badner
3f62381d94 HHH-7052 : Bind PluralAttributeKeyBinding 2012-02-22 00:59:49 -08:00
Gail Badner
edf4b377ba HHH-7052 : Bind PluralAttributeKeyBinding 2012-02-21 20:27:54 -08:00
Gail Badner
f839cd22ef HHH-7052 : Bind PluralAttributeKeyBinding 2012-02-21 20:27:54 -08:00
Steve Ebersole
8afab9f255 HHH-7088 - Implement secondary table support in new metamodel code 2012-02-21 19:55:53 -06:00
Steve Ebersole
f76524786c HHH-7088 - Implement secondary table support in new metamodel code 2012-02-21 15:02:01 -06:00
Steve Ebersole
b6902ad211 HHH-7098 - Have JandexHelper handle "undefined" values as null 2012-02-21 11:21:45 -06:00
Eric Dalquist
c0b66d5298 HHH-7097 Cache naturalId mapping on load event 2012-02-21 11:15:21 -06:00
Eric Dalquist
e18cba8761 HHH-7095 Handle UnsupportedOperationException from RegionFactory.buildNaturalIdRegion
Disable 2L naturalId caching if an UnsupportedOperationException is thrown
2012-02-21 10:49:11 -06:00
Eric Dalquist
ec86bf9d1f HHH-7094 Call autoFlushIfRequired before naturalId query execution 2012-02-21 10:40:59 -06:00
Gail Badner
315b06ebda HHH-7088 - Fix NPE in TableSourceImpl constructor 2012-02-20 17:02:54 -08:00
Steve Ebersole
3eccabb79a HHH-7088 - Implement secondary table support in new metamodel code 2012-02-20 18:01:50 -06:00