Commit Graph

3705 Commits

Author SHA1 Message Date
Hardy Ferentschik 3aaed02a2e HHH-7037 pushing attribute nature into MappedAttribute and creating empty source impls for *toMany sources 2012-03-05 17:06:50 +01:00
Hardy Ferentschik 1657f9f605 HHH-7037 formatting, javadocs 2012-03-05 17:06:50 +01:00
Hardy Ferentschik 211d72b0c1 HHH-7037 formatting 2012-03-05 17:06:50 +01:00
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
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
John Verhaeg 47c5e4c535 Just correcting some formatting issues 2012-03-01 11:58:58 -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
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
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
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
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
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
Steve Ebersole 9c0d625235 HHH-7075 - Use the term 'composition' and 'composite' to refer to components/embeddables 2012-02-17 10:38:20 -06:00
Steve Ebersole 71539da942 HHH-7076 - Split 'type resolution' back out into separate class 2012-02-17 08:53:50 -06:00
Gail Badner 4923ba3553 HHH-7050 : Add TableSpecification.getLogicalName() 2012-02-16 23:13:06 -08:00
Gail Badner 2115f1f79c HHH-7050 : back out of changes 2012-02-16 16:33:43 -08:00
Steve Ebersole f5679281e0 HHH-7076 - Split 'type resolution' back out into separate class 2012-02-16 17:41:30 -06:00
Steve Ebersole 9adb996520 HHH-7075 - Use the term 'composition' to refer to components/embeddables 2012-02-16 10:46:52 -06:00
Gail Badner afac5ceeba HHH-7069 : Move default column name generation from annotations source to binder 2012-02-15 02:58:14 -08:00
Steve Ebersole 1a7483ccd9 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-14 09:30:02 -06:00
Steve Ebersole 9aeb72fded HHH-7065 - Clean up Binder 2012-02-14 09:28:10 -06:00
Gail Badner 2d5ae1aecc HHH-7063 : Many-to-one attribute type not resolved 2012-02-14 01:01:41 -08:00
Strong Liu 8ee2bfce64 fixing org.hibernate.test.discriminator.SimpleInheritanceTest test failure 2012-02-14 06:52:52 +08:00
Gail Badner c0c89697bd HHH-7050 : Add TableSpecification.getLogicalName() 2012-02-13 16:29:59 -08:00
Strong Liu 07bfbbfa1e fixing org.hibernate.metamodel.internal.source.annotations.xml.OrmXmlParserTests#testSimpleOrmVersion1 test failure 2012-02-14 05:54:00 +08:00
Steve Ebersole 0e746d2723 HHH-7058 - Remove concept of org.hibernate.metamodel.spi.relational.Tuple 2012-02-13 13:06:34 -06:00
John Verhaeg a2480c6f08 HHH-7048: Removed XXXResolver classes that are no longer referenced 2012-02-13 12:17:17 -06:00
John Verhaeg 3e96b29a3a HHH-7048: Moved logic in resolvers to Binder and changed Binder.processMappings to receive all entity hierarchies at once to enable one-pass resolution of all entities and attributes. 2012-02-13 11:58:45 -06:00
Steve Ebersole 50166f79bc HHH-7057 - Create Fetchable/Cascadeable split in o.h.metamodel.spi.source 2012-02-12 18:41:13 -06:00
Steve Ebersole 6803e63460 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-12 18:39:07 -06:00
Steve Ebersole 01eec1fbd2 HHH-7049 - Add tests of org.hibernate.metamodel.internal.source stuff 2012-02-10 17:56:46 -06:00