Commit Graph

3735 Commits

Author SHA1 Message Date
John Verhaeg 4eb057f4de HHH-7224: Added metamodel support for Orderable and Sortable sources 2012-05-08 11:23:14 -05:00
John Verhaeg ce2f359d05 HHH-6504: Added support for index attribute for maps. 2012-04-24 13:35:36 -05: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
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
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
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
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
Karel Maesen edcc34a291 HHH-6507 Adds TypeContributingIntegrator. 2012-04-05 08:51:16 -05:00
Gail Badner 1d5392d3d6 HHH-6556 : Bind unsaved value for identifier/version property 2012-04-03 12:19:33 -07:00
John Verhaeg b636beccc0 HHH-6552: Modified HibernateMappingProcessor.processImports() to auto-add imports when applicable for all entity elements 2012-03-28 14:54:33 -05:00
John Verhaeg 714588342d HHH-7142: Added logic in Binder to force binding of unbound referenced attributes 2012-03-22 10:59:08 -05:00
Gail Badner a50a5ccfb8 HHH-7124 : Update many-to-one foreign key in test 2012-03-20 13:40:06 -07:00
Gail Badner 35081296d3 HHH-7124 : Bind many-to-one foreign key 2012-03-20 13:13:16 -07:00
John Verhaeg ebbaf80b5f HHH-7188: Changed Binder to push/pop context in appropriate places for root and sub entities 2012-03-19 15:17:51 -05:00
Gail Badner f42efc1598 HHH-7183 : Bind HibernateTypeDescriptor fields once 2012-03-16 17:23:21 -07:00
Gail Badner 0b3baf5812 HHH-7142 : Add test case for many-to-one on property-ref 2012-03-14 18:01:51 -07:00
Steve Ebersole fa2de2351a HHH-7164 - Finish out SessionFactoryBuilder api 2012-03-09 18:00:43 -06:00
Gail Badner a2e844c381 HHH-7163 : Refactor code for binding PluralAttributeBinding 2012-03-09 11:47:57 -08:00
Gail Badner 6bab3a3141 HHH-7123 HHH-7124 : Many-to-one attribute domain and relational models 2012-03-07 21:26:52 -08:00
Gail Badner 0eebaf4fe1 HHH-7123 HHH-7124 : Many-to-one attribute domain and relational models 2012-03-07 13:38:41 -08:00
Hardy Ferentschik 3e22da0552 HHH-7037 adding custom sql for collections 2012-03-07 16:33:22 +01:00
Hardy Ferentschik 0eb42b3891 HHH-7037 adding caching and custom persisters 2012-03-07 15:31:57 +01:00
Hardy Ferentschik f31dd33b5f HHH-7037 creating a new util package 2012-03-07 15:29:20 +01:00
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