Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-16190321 - attribute/association override name validationkmoore15-16/+449
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore27-452/+618
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore10-13/+334
2010-09-03148262 - added support for primary key join column validation on 1-1 mappings...kmoore5-21/+105
2010-09-02148262 - added Entity level PrimaryKeyJoinColumn validationkmoore3-13/+71
2010-09-01refactored column validationkmoore35-1145/+1646
2010-08-25132216 - type mapping class validation errors and validation preferenceskmoore5-84/+63
2010-08-24132216 - Adding entity class related validation errorskmoore9-6/+314
2010-08-17322544 - java type refactoring - refactor EclipseLink converterskmoore10-60/+134
2010-08-10318028 - move folder refactoring participantkmoore2-1/+23
2010-08-05318028 - move mapping file refactoring participationkmoore2-0/+15
2010-08-04209489 - Move IType refactoring participantkmoore4-0/+42
2010-08-02209489 - rename package and folder refactoring participantskmoore7-1/+143
2010-07-30added ResourceLocator implementationpfullbright1-1/+1
2010-07-27209489 - rename type refactoring participationkmoore4-1/+62
2010-07-20318028 - created rename mapping file refactoring participantkmoore2-2/+21
2010-07-16209489 - delete type/package/folder/mapping file refactoring participationkmoore5-7/+81
2010-06-02315292 - Incorrect join column referenced column name with JOINED inheritan...tle2-2/+2
2010-05-27bug 314172 - removed StackOverflowError in validationpfullbright2-4/+6
2010-05-20313405 - better validation for persistence and orm xml when content is not va...nhauge1-11/+22
2010-05-11312096 - fixed index out of bounds exception adding attributeskmoore1-5/+0
2010-04-27310653 - change member class visibility to protectedkmoore18-25/+25
2010-04-27 fixing warnings - added type argumentskmoore2-6/+6
2010-04-21[308254] fix various exceptions caused by closing persistence.xml or orm.xml ...bvosburgh1-11/+24
2010-04-21minor tweaksbvosburgh2-10/+2
2010-04-19bug 308271 - added autoboxing attribute type comparisonspfullbright1-2/+5
2010-04-16bug 307990 - fixed a few NPE's with xml maps idpfullbright1-1/+2
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore2-64/+77
2010-04-13clean up references to JpaFactory2_0, need to check if it's a 2.0 project bef...kmoore1-4/+0
2010-04-13clean up references to JpaFactory2_0, need to check if it's a 2.0 project bef...kmoore4-37/+63
2010-04-13[305079] canonical metamodel for nested classesbvosburgh2-17/+71
2010-04-12302609 - incorrect validation error if table is specified in embeddable columnkmoore2-4/+4
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore4-14/+36
2010-03-31257755 - fixed default table name for attribute overrides; no need to validat...kmoore4-18/+16
2010-03-31305078 - persistent static inner class leads to incorrect validationkmoore2-23/+7
2010-03-29bug 306777 - support for "mapped by relationship"pfullbright11-134/+624
2010-03-23fixed copyrightspfullbright19-19/+19
2010-03-09validation message consolidationkmoore4-20/+50
2010-03-09303547 - map key attribute overrides supportkmoore4-23/+44
2010-03-03Cascade.DETACH context model supportpfullbright3-72/+142
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore11-157/+204
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore4-107/+0
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore3-22/+34
2010-02-26fixed npe when id class does not resolvepfullbright1-0/+5
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore5-4/+145
2010-02-24fixed mayHaveDefaultJoinColumn, should be false for 1-m mappingskmoore2-11/+0
2010-02-24fixed incorrect error messages in validationkmoore1-2/+2
2010-02-23301437 - refactored 1-m relationship reference joinColumnJoiningStrategy to r...kmoore4-23/+14
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore4-2/+356
2010-02-23removed unnecessary generic typekmoore1-1/+1

Back to the top