Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-03[353149] metadata conversion UIbvosburgh28-1146/+1038
2012-04-02minor tweakbvosburgh1-4/+3
2012-04-02add support for JpaProjectsModelbvosburgh2-34/+97
2012-04-02Bug 347969 - Default discriminator value not displayed correctlykmoore1-73/+23
2012-03-28Bug 374424 - exceptions replacing orm.xml file from history or overwriting vi...kmoore1-1/+1
2012-03-23improve interface commentbvosburgh1-0/+6
2012-03-21Bug 374658 - In Package Explorer CCE converting java queries/generators/conve...kmoore1-4/+24
2012-03-15Add mapping file name/location selection to Dynamic Entity Gen plus a couple ...nhauge1-4/+4
2012-03-14fix NPE when "Finish" pressed on "Select JPA Project" pagebvosburgh1-0/+5
2012-03-14fix NPE when nothing selected when wizard openedbvosburgh1-50/+27
2012-03-13add JpaProjectsModel public APIbvosburgh1-0/+33
2012-03-08Fix problem with new entityGenPrefManager usage for default package name. Fi...nhauge1-2/+6
2012-03-08372876 - Dynamic Entities from Tables feature.nhauge8-119/+176
2012-03-08cache resource annotation text rangesbvosburgh7-57/+56
2012-03-07Refactored JPQL Identifiers preferences supporttle4-71/+75
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh28-28/+1273
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge3-0/+1579
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-02-29Moved JpaProblemSeveritiesPage to org.eclipse.jpt.jpa.ui.internal.prefstle1-936/+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 packagestle4-81/+298
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-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore2-5/+15
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore2-0/+25
2012-02-27372340 - cannot view project preferences JPA->Errors/Warnings pagetle1-7/+5
2012-02-27Bug 325162 - [Validation] Embeddable class contained within an element collec...kmoore2-0/+8
2012-02-20Refactored preferences support with JpaPreferencesManagertle2-52/+52
2012-02-18reselect attribute after its mapping is changed via the UIbvosburgh4-107/+142
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh85-353/+352
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type 'virtua...kmoore5-12/+12
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore3-4/+4
2012-02-15Rework validation resources etc.uid84281-5/+5
2012-02-15remove JpaFile adapter factory (use JpaPlatformUi instead)uid84282-61/+17
2012-02-15move resource model property tester to core plug-inuid84281-64/+0
2012-02-10fix minor race conditionbvosburgh1-4/+6
2012-02-10rework JpaProjectManagerbvosburgh158-5893/+7044
2012-02-10minor changesbvosburgh1-2/+6
2012-02-09277017 - changed how I fixed this class chooser bugkmoore5-19/+20
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore5-7/+37
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion4-64/+48
2012-01-24349533 - fix cascade options. Patch from Nan.nhauge1-1/+1
2012-01-24368554 - Reverting default for updating persistnece.xml. This is necessary f...nhauge1-1/+1
2012-01-20removed SWTUtil.openDialog(PostExecution), this appears to be unnecessarykmoore7-193/+113
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore3-13/+13
2012-01-20fixed opening the mapping type chooser dialog for e4 - no need to use asyncEx...kmoore1-20/+9
2012-01-19removed reflection used to build resource bundle strings for enum valueskmoore12-63/+140
2012-01-17changed access type to a String in the ORM resource model, preparing to suppo...kmoore1-2/+2
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement AccessHolde...kmoore4-109/+9

Back to the top