Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-05change the layout, 2 columns instead of 1kmoore1-1/+1
2012-03-02fixed JpaPlatformUi adapter, there were no mapping type choices in the dialogkmoore1-1/+1
2012-03-02XmlDiscriminatorValue context model supportpfullbright10-2/+436
2012-03-01added commentspfullbright7-7/+84
2012-03-01XmlDiscriminatorNode context model supportpfullbright8-2/+633
2012-03-01removed dead codepfullbright1-2/+0
2012-03-01[372431] rework "combination" annotationsbvosburgh28-726/+878
2012-03-01tweaked final cursor position for content assistpfullbright1-1/+3
2012-03-01fix compiler warningsbvosburgh3-13/+11
2012-03-01clean up commentbvosburgh1-5/+3
2012-03-01minor method parameter renamekmoore1-3/+3
2012-03-01a little more work on the embedded-id class validation to make it work proper...kmoore1-80/+112
2012-03-01add toString(...)bvosburgh1-1/+6
2012-02-29XmlDiscriminatorNode, XmlDiscriminatorValue, XmlJoinNode/s annotation supportpfullbright19-1/+1575
2012-02-29Moved JpaProblemSeveritiesPage to org.eclipse.jpt.jpa.ui.internal.prefstle2-937/+0
2012-02-29Merged with bug 369944 - dynamic persistence - added validation for attribute...tle1-3/+8
2012-02-29351497 - JPA Entities from Tables shouldn't allow default packagestle10-100/+424
2012-02-29Moved JptPreferencesPage to org.eclipse.jpt.jpa.ui.internal.prefstle1-1/+1
2012-02-29Moved JpaProblemSeveritiesPage to org.eclipse.jpt.jpa.ui.internal.prefstle1-0/+931
2012-02-29Moved JpaValidationPreferencesManager to org.eclipse.jpt.jpa.core.prefstle5-5/+6
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore4-175/+101
2012-02-29bug 369944 dynamic persistence - put attributeType at the top of the EL XmlAt...kmoore14-1192/+37
2012-02-29cleaned up embedded-id validation, use existing JavaResourceType.hasHashCodeM...kmoore1-26/+27
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore58-1355/+2753
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore11-13/+423
2012-02-28370895 - Static weaving results in infinite builder loop when enabledtle2-2/+12
2012-02-28368393 - fix enablement of converter Add button. Patch from Nan.nhauge1-6/+19
2012-02-27Clean up code handling generators in virtual attributesbvosburgh7-58/+84
2012-02-27305591- mappedBy choices should not include transients.nhauge12-18/+77
2012-02-27372340 - cannot view project preferences JPA->Errors/Warnings pagetle1-7/+5
2012-02-27remove Tools.valueIsEqualToOneOf(...)bvosburgh2-18/+16
2012-02-27Bug 325162 - [Validation] Embeddable class contained within an element collec...kmoore7-1/+258
2012-02-24XmlCDATA annotation supportpfullbright12-11/+338
2012-02-24366903 - fix leak in facet data model provider.nhauge1-2/+14
2012-02-24Bug 371295 - ClassCastException: GenericOrmVirtualAssociationOverride cannot ...kmoore1-4/+4
2012-02-24XmlPath supportpfullbright16-201/+952
2012-02-24XmlMixed should be allowed with XmlElementRefpfullbright1-1/+2
2012-02-24fixed validation when using "##default" stringspfullbright2-3/+13
2012-02-24fixed retrieval of XmlID mappings when inheritedpfullbright1-26/+30
2012-02-24fixed failing testpfullbright1-1/+1
2012-02-24fixed eclipselink XmlInverseReference validationpfullbright1-2/+9
2012-02-24fixed eclipselink XmlID attribute type validationpfullbright2-9/+45
2012-02-24fixed eclipselink JAXBElement usagepfullbright10-19/+189
2012-02-24added valueIsEqualToOneOf(Object, Object ... )pfullbright1-0/+9
2012-02-24added concatenate(String ... )pfullbright1-0/+14
2012-02-24changed superclasses and interfaces to use erasures rather than just fq names...pfullbright1-3/+3
2012-02-24added comment to update text.xmlkmoore1-0/+1
2012-02-22Added checks for a null/empty type namepfilion4-22/+42
2012-02-22Added support for dynamic entitiespfilion19-21/+997
2012-02-22canonical metamodel generation for map-key-class was not using the fully qual...kmoore1-2/+2

Back to the top