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 |
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 |