Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-27This commit was manufactured by cvs2svn to create tag 'v201202270000'.v201202270000nhauge2911-453454/+0
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
2012-02-21Refactored preferences support with JaxbPreferencesManagertle1-1/+2
2012-02-21simplified canonical metamodel type name since we now have the fullyQualified...kmoore1-6/+1
2012-02-21simplified canonical metamodel type name since we now have the fullyQualified...kmoore1-10/+2
2012-02-21cleaned up targetEmbeddable so that it works more like targetEntitykmoore6-25/+11
2012-02-20Refactored preferences support with JpaPreferencesManagertle5-6/+6
2012-02-20Refactored preferences support with JpaPreferencesManagertle16-527/+615
2012-02-20Refactored preferences support with JaxbPreferencesManagertle4-215/+299
2012-02-18reselect attribute after its mapping is changed via the UIbvosburgh6-108/+170
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh279-1318/+1309
2012-02-18minor clean-upbvosburgh1-10/+2
2012-02-18fix compiler warningbvosburgh1-2/+2
2012-02-17added content proposal category enablementpfullbright2-11/+33
2012-02-17Update UI strings for Static Weaving.nhauge1-4/+4
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type 'virtua...kmoore53-1705/+2184
2012-02-17set the name on a new persistent type sooner so that the UI structure view wi...kmoore1-4/+5
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type 'virtua...kmoore15-193/+158
2012-02-17bug 369964 - dynamic persistence supportkmoore55-640/+2030
2012-02-16bug 369964 - dynamic persistence support - handle a null JavaResourceAttribut...kmoore1-0/+4
2012-02-16restore dropped IFile adapter: JpaXmlResourcebvosburgh1-0/+2
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore55-282/+95
2012-02-15Rework validation resources etc.uid842816-366/+374
2012-02-15remove JpaFile adapter factory (use JpaPlatformUi instead)uid84282-61/+17
2012-02-15move resource model property tester to core plug-inuid84282-26/+4
2012-02-15minor changesuid84281-9/+9
2012-02-15add workspace to JPA project manageruid84282-13/+14
2012-02-15we have fully qualified class name API now, let's use it herekmoore3-11/+5

Back to the top