Commit Graph

2281 Commits

Author SHA1 Message Date
Steve Ebersole 568a16eefa HHH-9113 - Support for building with Java 8 JDK 2014-05-07 11:27:53 -05:00
Steve Ebersole 9514c56c6d HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-04-24 21:30:12 -05:00
Steve Ebersole 7e5b0c4aa5 HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-04-24 15:35:26 -05:00
Steve Ebersole bd7605da01 HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-04-24 15:31:55 -05:00
Steve Ebersole 104eea1beb HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-04-24 15:29:27 -05:00
Brett Meyer 7e7a7b2f95 Revert "HHH-3730 Compare both ids in isModified instead of an object and an id"
This reverts commit d3a3a6804f.
2014-04-21 09:45:39 -04:00
Guillaume Smet d3a3a6804f HHH-3730 Compare both ids in isModified instead of an object and an id 2014-04-21 08:47:58 -04:00
msulima 3b18c275ea HHH-9136 - DatabaseMetadata: NPE hides exception in finally block
- Protection against NPE in finally block
- Little formatting fixes
2014-04-21 08:45:43 -04:00
Gail Badner 9bd6917d0d HHH-7490 : Misc bugfixes and added @FailureExpectedWithNewMetamodel to failing tests 2014-04-11 17:54:52 -07:00
Steve Ebersole 651b23b173 HHH-8980 - Instance of super-class not found because of joined subclass reference is an inner join 2014-04-08 16:40:17 -05:00
Brett Meyer 42217d78bc HHH-9107 @FailureExpectedWithNewMetamodel 2014-04-08 17:04:08 -04:00
Brett Meyer 8c94c30eb7 HHH-9107 throw WrongClassException if attempting to load incorrect
subclass from 2lc
2014-04-08 11:19:37 -04:00
Gail Badner 0118376f8e HHH-9106 : Multiple detached representations of the same entity cannot be merged 2014-04-07 16:26:47 -07:00
Brett Meyer 3ed2d7a35c HHH-9104 corrected BasicHibernateAnnotationsTest.testFilterOnCollection
test data cleanup
2014-04-07 14:18:59 -04:00
Steve Ebersole c98c4869a8 Applying advice from Peter in regards to http://forums.gradle.org/gradle/topics/gradle_hangs_indefinitely_in_testclasses_ci 2014-04-04 17:22:13 -05:00
Steve Ebersole 137c2daf81 HHH-9100 - Improve CAST function support 2014-04-04 16:00:45 -05:00
Steve Ebersole 1dd12ec9e9 FailureExpectedWithNewMetamodel cleanup 2014-04-03 22:14:38 -05:00
Steve Ebersole 8ed0bbcd52 FailureExpectedWithNewMetamodel cleanup 2014-04-03 21:37:27 -05:00
Steve Ebersole 2a0b9825f1 FailureExpectedWithNewMetamodel cleanup 2014-04-03 20:56:46 -05:00
Steve Ebersole d8e4f9e8f8 HHH-8956 - TLC for annotation pre-processor + document AccessType as topical guide 2014-04-03 16:14:58 -05:00
Steve Ebersole 6ffbf8f3f3 HHH-9100 - Improve CAST function support 2014-04-03 13:02:30 -05:00
Steve Ebersole efa5dc2f6c HHH-4700 - ClassCastException with parameter in CaseNode.getFirstThenNode() 2014-04-03 08:35:44 -05:00
Steve Ebersole 608e5080e8 HHH-8956 - TLC for annotation pre-processor + document AccessType as topical guide 2014-04-02 13:53:46 -05:00
Steve Ebersole 545516328a HHH-9055 - Binding support for IdClass and MapsId needs a complete review 2014-03-28 16:56:55 -05:00
Brett Meyer 3cd4ae6c2a HHH-9094 update hibernate-infinispan for metamodel 2014-03-28 15:09:15 -04:00
Steve Ebersole c171d79ecf FailureExpectedWithNewMetamodel cleanup 2014-03-27 07:17:25 -05:00
Steve Ebersole c3e8f4a007 FailureExpectedWithNewMetamodel cleanup 2014-03-27 07:16:25 -05:00
Brett Meyer 11f4aab733 HHH-8966 removed mistakenly committed code 2014-03-26 15:51:23 -04:00
Brett Meyer 0612dc72f7 HHH-8966 do not process attributes for non
@Entity/@MappedSuperclass/@Embeddable classes
2014-03-26 14:17:10 -04:00
Steve Ebersole 8002cf4492 HHH-8923 - Reconsider closing of ServiceRegistry instances 2014-03-26 11:05:19 -05:00
Gail Badner b9066312a6 HHH-7490 - Integrate Envers with Metamodel 2014-03-25 23:03:45 -07:00
Steve Ebersole 674eeec3a9 FailureExpectedWithNewMetamodel cleanup 2014-03-25 23:31:55 -05:00
Steve Ebersole 2b17b95980 FailureExpectedWithNewMetamodel cleanup 2014-03-25 22:08:10 -05:00
Steve Ebersole bab7fc6a47 HHH-9077 - org.hibernate.metamodel.source.spi TLC 2014-03-25 21:09:42 -05:00
Brett Meyer c7a07a170a HHH-7904 corrected CollectionTableNamingStrategyHelper 2014-03-25 16:41:48 -04:00
Brett Meyer c1a5622a7e HHH-9083 throw AnnotationException for out of place @Immutable 2014-03-25 14:33:04 -04:00
Brett Meyer 519acb2749 HHH-6132 @FetchProfiles should throw MappingException when invalid
entity or association used
2014-03-25 14:12:07 -04:00
Brett Meyer b6795294e6 HHH-8962 allow PrimitiveTypeDescriptor to provide the actual Class 2014-03-24 18:11:44 -04:00
Brett Meyer e756bd0e0e HHH-6109 corrected @CollectionId#type handling 2014-03-24 17:18:49 -04:00
Brett Meyer 87d04ef3ed HHH-9078 correct OrderColumn indexes for inverse, extra lazy collections 2014-03-24 13:27:01 -04:00
Steve Ebersole ea2a7d50d1 HHH-9076 - Dynamic model (map mode) support in reflite 2014-03-22 15:20:14 -05:00
Brett Meyer 1c222d1b1e HHH-6438 made Constraint#name an Identifier 2014-03-21 16:12:20 -04:00
Brett Meyer 9504c102cf HHH-8796 corrected MySQL index create/drop, corrected qualifyIndexName()
use
2014-03-21 16:12:20 -04:00
Gail Badner 24ff8d6eae HHH-7490 - Integrate Envers with Metamodel 2014-03-21 12:44:06 -07:00
Steve Ebersole 6f342358db HHH-7971 - Enabling ENABLE_LAZY_LOAD_NO_TRANS results in trying to remove elements in collections 2014-03-21 13:16:07 -05:00
Alexander-Dukhno 30205607ef HHH-7971 create regression test case for lazy loading with property ENABLE_LAZY_LOAD_NO_TRANS = true 2014-03-21 13:13:46 -05:00
Guillaume Smet cee8d5d376 HHH-9072 Fix name property of LoadEventListener.RELOAD
(cherry picked from commit a86acaf010)
2014-03-21 10:47:19 -05:00
Steve Ebersole af557ce9b8 HHH-9071 - Proxy narrowing loses the initialized state of the original proxy
(cherry picked from commit c5bdec20b9)
2014-03-21 10:02:22 -05:00
Guillaume Smet a9d927a1e4 HHH-9071 When an already initialized proxy is narrowed, initialize the new proxy
(cherry picked from commit 2cf52cc7f1)
2014-03-21 10:02:06 -05:00
Steve Ebersole bdb27beb8e HHH-8923 - Reconsider closing of ServiceRegistry instances 2014-03-20 14:47:57 -05:00