Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
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-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 JpaPreferencesManagertle16-527/+615
2012-02-18reselect attribute after its mapping is changed via the UIbvosburgh5-108/+144
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh168-644/+643
2012-02-18minor clean-upbvosburgh1-10/+2
2012-02-18fix compiler warningbvosburgh1-2/+2
2012-02-17added content proposal category enablementpfullbright1-10/+21
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.uid84289-142/+174
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
2012-02-14removed unused method, legacy from before ReadOnlyPersistentAttribute existedkmoore1-6/+1
2012-02-14tweak commentbvosburgh1-5/+0
2012-02-13Keep the file in sync with Hermes, new validation rules were addedpfilion1-2/+4
2012-02-10fix minor race conditionbvosburgh1-4/+6
2012-02-10rework JpaProjectManagerbvosburgh298-9415/+11932
2012-02-10minor changesbvosburgh16-38/+106
2012-02-10clear database at "about to close" event, not "closed" eventbvosburgh1-13/+15
2012-02-10[356996] fix plug-in lazy initializationbvosburgh1-80/+60
2012-02-10tweak annotation adaptersbvosburgh1-2/+2
2012-02-10tweak non-UI plug-in classpathsbvosburgh4-6/+16
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore43-600/+635
2012-02-09Bug 370877 - missing java eclipselink customizer validationkmoore1-32/+30
2012-02-09277017 - changed how I fixed this class chooser bugkmoore10-38/+34
2012-02-07315949 - Support Static Weaving through Dali Eclipse Plug-intle2-21/+3
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore43-84/+389
2012-02-02Bug 370342 - partial package in the package element should not be supported i...kmoore2-11/+61
2012-01-27Fixed various issuespfilion3-23/+45
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion46-955/+348
2012-01-26Moved helper.dispose() to the right placepfilion2-18/+23
2012-01-26315949 - Support Static Weaving through Dali Eclipse Plug-intle12-385/+301
2012-01-26Initial check-in.tle2-0/+344
2012-01-24349533 - fix cascade options. Patch from Nan.nhauge2-3/+7
2012-01-24365011 - correct invalid validation for id class where transients are involve...nhauge1-1/+10

Back to the top