Strong Liu
|
9a462a7b31
|
HHH-7380 - union subclass support
|
2012-12-14 22:58:37 +08:00 |
Strong Liu
|
1e1d373c08
|
HHH-7852 list does not have index type bound; causes NPE
|
2012-12-11 22:18:32 +08:00 |
Strong Liu
|
9b314b5a39
|
HHH-7852 list does not have index type bound; causes NPE
|
2012-12-11 21:16:38 +08:00 |
Strong Liu
|
d1ba07080c
|
HHH-7851 - basic collection is not indexable yet (annotaiton side)
|
2012-12-11 17:16:18 +08:00 |
Strong Liu
|
1b2469325d
|
HHH-7380 - union subclass support
|
2012-12-07 15:59:05 +08:00 |
brmeyer
|
addadfccd4
|
HHH-7803 Automatically index @Target classes
|
2012-12-05 20:18:50 -05:00 |
Gail Badner
|
f87596ac26
|
HHH-7846 : Add messages and throw NotYetImplementedException to help categorize test failures
|
2012-12-05 16:50:09 -08:00 |
brmeyer
|
1ca4be92da
|
HHH-7701 Entity's access type is overriden if an attribute's class has
@AccessType
|
2012-12-04 16:36:33 -05:00 |
brmeyer
|
4af03102e4
|
HHH-7762 Discriminators broken on abstract superclass with no
@DiscriminatorValue
|
2012-12-04 11:47:21 -05:00 |
brmeyer
|
51e7504a50
|
HHH-7436 Add support for many-to-many associations to new metamodel
|
2012-12-03 18:32:24 -05:00 |
Gail Badner
|
8b706fb3d6
|
HHH-7843 : Add support for one-to-one to new metamodel
|
2012-11-30 16:12:14 -08:00 |
Gail Badner
|
910ba3b814
|
HHH-7843 : Add support for one-to-one to new metamodel
|
2012-11-30 14:40:44 -08:00 |
brmeyer
|
a54f750152
|
HHH-7837 Support Hibernate's @Cascade annotation in metamodel
|
2012-11-29 16:28:20 -05:00 |
brmeyer
|
727e51c0e5
|
HHH-7436 Initial many-to-many annotation support
|
2012-11-29 16:28:19 -05:00 |
Brett Meyer
|
a36af1471e
|
HHH-6551 HBM XML does not process subclasses within <subclass> tags
|
2012-11-28 16:12:17 -05:00 |
Strong Liu
|
c35fc39a71
|
HHH-7832 - map entity mode support, not finished yet
|
2012-11-28 20:59:06 +08:00 |
Strong Liu
|
01bab54f46
|
HHH-7832 - map entity mode support, not finished yet
|
2012-11-28 20:11:53 +08:00 |
Strong Liu
|
7c48f03874
|
HHH-7831 - no-proxy attribute should be lazy instead of throwing exception
|
2012-11-28 18:17:45 +08:00 |
Strong Liu
|
9b3e6a3714
|
HHH-7380 - union subclass support
|
2012-11-28 18:12:57 +08:00 |
Strong Liu
|
73f9df1bb5
|
HHH-7736 - simple improvement and test fixing
|
2012-11-26 16:44:49 +08:00 |
Lukasz Antoniak
|
46a34a4cf4
|
HHH-7612 - Fix and test
|
2012-11-24 19:07:53 +01:00 |
Brett Meyer
|
b77d5aece2
|
HHH-6396 Remove org.hibernate.annotations.Entity
|
2012-11-20 23:01:24 -05:00 |
Gail Badner
|
d779125ea5
|
HHH-7803 Refactored the attribute type discovery and moved into ReflectHelper
|
2012-11-20 11:56:53 -08:00 |
Brett Meyer
|
037f081793
|
HHH-7702 Add support for collections of (aggregated) composite elements
|
2012-11-19 19:22:33 -05:00 |
Brett Meyer
|
1c992b1faf
|
HHH-7803 Refactored the attribute type discovery and moved into
ReflectHelper
|
2012-11-19 18:00:47 -05:00 |
Brett Meyer
|
8acfa1c37f
|
HHH-7702 Add support for collections of (aggregated) composite elements
|
2012-11-19 16:44:27 -05:00 |
Brett Meyer
|
b0db6e345e
|
HHH-7798 Corrected now-passing tests
|
2012-11-19 14:28:49 -05:00 |
Brett Meyer
|
84656aa572
|
HHH-7798 Implement sources for array attributes
|
2012-11-19 13:49:42 -05:00 |
Brett Meyer
|
95512c749b
|
HHH-7798 Moved determineDeclaredType to AttributeBuilder
|
2012-11-19 12:34:54 -05:00 |
Gail Badner
|
58f67d59bd
|
HHH-7808 : Some exceptions returned by LocalBindingContext.makeMappingException() are not thrown
|
2012-11-16 18:02:50 -08:00 |
Gail Badner
|
f75c7eff59
|
HHH-7436 : Add support for many-to-many associations to new metamodel
HHH-7436 : Add support for many-to-many associations to new metamodel
HHH-7436 : Add support for many-to-many associations to new metamodel
|
2012-11-16 14:54:03 -08:00 |
Strong Liu
|
61039c62d8
|
hibernate-infinispan module testsuite code format only
|
2012-11-16 18:48:56 +08:00 |
Strong Liu
|
b859388f57
|
fixing test failures after merge
|
2012-11-16 18:45:59 +08:00 |
Strong Liu
|
09e5bfe4d5
|
fix test failures after merge
|
2012-11-16 14:00:41 +08:00 |
Brett Meyer
|
bc71c7a762
|
Post-merge: handled failing tests
|
2012-11-15 15:59:11 -05:00 |
Brett Meyer
|
18e44d1739
|
Merge branch master into metamodel
|
2012-11-15 15:01:13 -05:00 |
Strong Liu
|
e998269402
|
HHH-7736 partial joined subclass support
|
2012-11-15 19:54:51 +08:00 |
brmeyer
|
4359b9971b
|
HHH-7798 Implement sources for array attributes
|
2012-11-14 21:15:01 -05:00 |
brmeyer
|
140c41af96
|
HHH-7702 Add support for collections of (aggregated) composite elements
|
2012-11-14 21:07:28 -05:00 |
brmeyer
|
4c4f52489e
|
HHH-7798 Implement sources for array attributes
|
2012-11-14 15:56:56 -05:00 |
Steve Ebersole
|
b0fa122cfc
|
HHH-7802 - Create a CONTRIBUTING.md file
|
2012-11-14 13:57:48 -06:00 |
brmeyer
|
233c602bd9
|
HHH-7702 Add support for collections of (aggregated) composite elements
|
2012-11-14 14:44:15 -05:00 |
Steve Ebersole
|
b012e983a6
|
HHH-7802 - Create a CONTRIBUTING.md file
|
2012-11-14 13:42:15 -06:00 |
brmeyer
|
36120a0a84
|
HHH-7702 Add support for collections of (aggregated) composite elements
|
2012-11-14 14:24:14 -05:00 |
brmeyer
|
32746ff07e
|
HHH-7785 Reverting a few more Dialect supportsNotNullUnique changes
|
2012-11-14 11:01:51 -05:00 |
Lukasz Antoniak
|
5b004e4cbd
|
HHH-7780 - Proper enumeration named/ordinal discovery
|
2012-11-14 16:15:43 +01:00 |
brmeyer
|
e19513c4ea
|
HHH-7798 Partially implemented array attribute binding.
|
2012-11-13 18:20:31 -05:00 |
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 |