4500 Commits

Author SHA1 Message Date
brmeyer
59d8fdbd28 HHH-7798 Initial structure for array attributes 2012-11-13 18:20:29 -05:00
brmeyer
a1ba4dbdb7 HHH-7702 Add support for collections of (aggregated) composite elements 2012-11-13 18:20:28 -05:00
brmeyer
a4112b9206 HHH-7702 Add support for collections of (aggregated) composite elements 2012-11-13 18:20:27 -05:00
Steve Ebersole
8b53e4630a HHH-7776 - Consolidate to/from string handling for types in StringRepresentableType 2012-11-13 16:36:49 -06:00
Steve Ebersole
1b68eb1411 HHH-7791 - Define population precedence for BasicTypeRegsitry 2012-11-13 13:29:37 -06:00
Steve Ebersole
2daa74faa0 HHH-7787 - Expose BasicTypeRegistry as part of MetadataBuilder or MetadataSources 2012-11-13 12:30:22 -06:00
Steve Ebersole
1f824b0496 HHH-7795 - Clean up JdbcTypeJavaClassMappings 2012-11-13 10:27:04 -06:00
Steve Ebersole
101b0fa212 HHH-7794 - Introduce JdbcTypeCodeNameMap 2012-11-13 10:27:04 -06:00
Strong Liu
af5208c1cf HHH-7459 correct code format 2012-11-13 11:23:11 +08:00
Steve Ebersole
3353926fa4 HHH-7776 - Consolidate to/from string handling for types in StringRepresentableType 2012-11-12 13:19:38 -06:00
Steve Ebersole
cca8cb14dc HHH-7776 - Consolidate to/from string handling for types in StringRepresentableType 2012-11-12 11:53:46 -06:00
brmeyer
1a3f997276 HHH-7759 named queries not read by hbm source 2012-11-08 16:10:42 -05:00
brmeyer
8ef1721d7c HHH-7759 named queries not read by hbm source 2012-11-08 14:36:09 -05:00
Gail Badner
fc66ca54c3 HHH-7702 : Add support for collections of (aggregated) composite elements 2012-11-08 00:03:00 -08:00
Gail Badner
84f65d4b41 HHH-7702 : Add support for collections of (aggregated) composite elements 2012-11-07 21:40:49 -08:00
brmeyer
f1f4414266 HHH-7015 Remove PostgreSQLDialect 2012-11-07 20:42:04 -05:00
brmeyer
210fbd3fc8 HHH-3280 Remove OracleDialect and Oracle9Dialect 2012-11-07 20:13:33 -05:00
brmeyer
f0514cbcd8 HHH-7666 Replace unit tests' use of configuration() 2012-11-07 19:33:00 -05:00
brmeyer
30ac6cf21a HHH-7678 Allow @Embeddable classes to be left out of mapping. 2012-11-07 19:20:50 -05:00
brmeyer
4a92016f0c HHH-6356 Add PluralAttributeBinding.isInsertable() and isUpdatable() 2012-11-06 16:38:00 -05:00
brmeyer
af66aec4a1 HHH-7761 @IdClass not working on mapped superclasses 2012-11-06 14:26:46 -05:00
brmeyer
49468d964d HHH-7760 Support multiple @Column annotations on an @Id 2012-11-06 11:30:33 -05:00
brmeyer
8f93b41da7 HHH-7756 Disconnect between annotation and hbm entity names 2012-11-05 17:31:11 -05:00
brmeyer
3db62f5e76 HHH-7755 Support Map/Set/List/Bag in component attribute source 2012-11-05 15:31:28 -05:00
John Verhaeg
4c22d9347f HHH-7742: Modified o.h.metamodel.internal.source.hbm.Helper.interpretCascadeStyles() to split the string on both commas and spaces. Might be more to the original intention to split on a pattern of a comma followed by any amount of spaces. 2012-10-30 17:30:43 -05:00
brmeyer
4dfbe673c1 HHH-7744 Corrected previous fix and updated numerous, affected tests 2012-10-30 17:33:25 -04:00
brmeyer
d271ad7e6a HHH-7744 @DiscriminatorColumn's default discriminatorType ignored 2012-10-30 16:51:49 -04:00
brmeyer
367d331fd7 HHH-7743 @TableGenerator attributes handled using incorrect types 2012-10-30 16:50:10 -04:00
brmeyer
805ff1c2b5 HHH-7741 MetadataSources failing if package-info.java doesn't exist 2012-10-30 16:32:36 -04:00
brmeyer
b6e7d2fc41 HHH-7740 Support CompositeCustomType in metamodel 2012-10-30 15:46:12 -04:00
brmeyer
0a639fd712 HHH-7738 Allow @Inheritance on subclasses 2012-10-30 15:28:42 -04:00
brmeyer
70221d8ac2 HHH-7739 Correct "appliesTo" value handeling on @Table/@Index processing 2012-10-30 15:24:31 -04:00
Strong Liu
1a5bdd9adb HHH-7736 - join subclass support 2012-10-30 18:22:54 +08:00
brmeyer
89fdf465aa HHH-7666 Replace unit tests' use of configuration() 2012-10-25 15:21:20 -04:00
brmeyer
38b5367f54 HHH-7718 Support "import" in HBM mappings 2012-10-25 15:11:47 -04:00
Strong Liu
9fbfcdcabf HHH-7712 remove deprecated code 2012-10-24 15:22:56 +08:00
brmeyer
5501336c28 HHH-7695: @NotNull ignored on @Embeddable static classes
https://hibernate.onjira.com/browse/HHH-7695
2012-10-23 11:25:22 -04:00
Strong Liu
cc1ce680a4 HHH-7709 - change org.hibernate.type.ForeignKeyDirection to enum 2012-10-23 16:45:30 +08:00
Strong Liu
46a0cbe7fa HHH-6109 format code 2012-10-22 17:53:00 +08:00
Strong Liu
1b62f92c07 HHH-6109 bind sql result mapping and named query 2012-10-22 17:52:19 +08:00
Strong Liu
58e68ee58e HHH-7706 reorg the imports to see how many @FailureExpectedWithMetamodel left 2012-10-22 17:11:11 +08:00
Strong Liu
064c355cd0 HHH-7706 some minor issues in the metamodel branch 2012-10-22 17:06:14 +08:00
Strong Liu
d2a76dbe1a HHH-7459 test fixed 2012-10-21 01:19:53 +08:00
Strong Liu
210a7f2707 HHH-7459 inverse attribute resolution w/ mappedBy enabled ( the Annotation case ), since from Annotation perspective, we don't have the inversed key, so, have to do the mappedBy attribute look up 2012-10-21 01:07:16 +08:00
Strong Liu
98603cce86 HHH-7459 inverse attribute resolution w/ mappedBy enabled ( the Annotation case ), since from Annotation perspective, we don't have the inversed key, so, have to do the mappedBy attribute look up 2012-10-21 01:04:37 +08:00
Strong Liu
845c757e07 HHH-7459 lazyness is not processed correctly 2012-10-21 01:01:10 +08:00
Strong Liu
5cd3f85ac5 HHH-7459 remove unused class 2012-10-21 00:56:18 +08:00
Strong Liu
2fdf563999 HHH-7459 remove FailureExpectedWithNewMetamodel from fixed tests 2012-10-21 00:55:27 +08:00
brmeyer
22b0203ea7 HHH-7703: @TypeDefs processed, but not used
https://hibernate.onjira.com/browse/HHH-7703
2012-10-19 13:40:37 -04:00
brmeyer
567df233cc HHH-7703: @TypeDefs processed, but not used
https://hibernate.onjira.com/browse/HHH-7703
2012-10-19 12:17:35 -04:00