Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2012-11-06390873 - AssertionFailedException: Run "Convert to JPA Project..."Tran Le1-4/+29
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke34-45/+6
2012-11-02regenerated emf model codeKaren Butzke4-3/+29
2012-10-31fixed NPE with binary class root structure nodev201210312255Karen Butzke1-1/+3
2012-10-30Fixed renamed test class.v201210302311Tran Le1-1/+1
2012-10-30Properly disposing of WidgetFactory and its wrapped FormToolkit. Deleted Prop...Karen Butzke2-11/+27
2012-10-30minor layout adjustmentKaren Butzke1-4/+14
2012-10-30Added new icons for the upcoming enhancement to JPQL query content assistPascal Filion4-29/+41
2012-10-29Fixed compile error in last commitv201210292233Karen Butzke1-1/+0
2012-10-29updated comments and refactored a littlev201210291941Karen Butzke1-22/+41
2012-10-29389940 - Metamodel generation should use appropriate text file lineTran Le1-4/+10
2012-10-26Forgot to include renaming PersistenceContributor in the last commitKaren Butzke2-3/+3
2012-10-26Fixed persistence.xml editor: tabs update when resource types changes, jpa pr...Karen Butzke61-3514/+4034
2012-10-26cleaning up usages of Sections, using ExpandableComposite.EXPANDED and Expand...Karen Butzke38-277/+493
2012-10-26Use a DisposeListener instead of manually disposingKaren Butzke2-15/+25
2012-10-25fix EclipseLinkJpaPreferencesTests that failed in buildBrian Vosburgh2-0/+58
2012-10-25rename EclipseLinkPreferencePageBrian Vosburgh2-3/+3
2012-10-25rename EclipseLinkMultitenantAnnotation2_3TestsBrian Vosburgh2-5/+6
2012-10-25rename JptJpaEclipseLinkCoreResourceModelTestsBrian Vosburgh2-17/+18
2012-10-19cleaning up leaks in Pane and our custom widgetsv201210221744Karen Butzke7-29/+7
2012-10-18change JpaProject2_0 to not extend MetamodelSynchronizer - that behaviorBrian Vosburgh2-19/+14
2012-10-18add notes explaining why JET Builder is disabledBrian Vosburgh1-0/+46
2012-10-18278049 - Entities from Tables wizard does not indicate that it will adv201210180520Tran Le1-3/+6
2012-10-18278049 - Entities from Tables wizard does not indicate that it will adv201210180130Tran Le1-1/+2
2012-10-17278049 - Entities from Tables wizard does not indicate that it will adv201210172249Tran Le2-15/+57
2012-10-16move JPA UI plug-in ./templates directory to SDK buildBrian Vosburgh1-2/+2
2012-10-16convert chars and strings to hex-encoded Unicode (UTF-8)Brian Vosburgh1-1/+6
2012-10-16turn off JET builderBrian Vosburgh2-34/+46
2012-10-16convert chars and strings to Unicode (UTF-8)Brian Vosburgh1-1/+1
2012-10-16convert template EOLs to UnixBrian Vosburgh3-547/+547
2012-10-14Fixed issue found while running Hermes integration tests: incorrectly resolvi...Pascal Filion1-11/+11
2012-10-13Completed support to support hyperlink in JPQL query text areaPascal Filion3-45/+293
2012-10-12fix plugin.xml references to *PlatformDescription classes I missed whenBrian Vosburgh3-10/+10
2012-10-12fix external strings in doc.user manifestBrian Vosburgh1-5/+4
2012-10-12make property testers consistentBrian Vosburgh2-3/+3
2012-10-12388604 - removed some unnecessary escape characters.Neil Hauge1-2/+2
2012-10-11Added name initialization and moved from update to syncPaul Fullbright1-3/+2
2012-10-11Fix misalignment of text range within a JPQL query and incorrect behavior of ...Pascal Filion23-275/+1602
2012-10-11updated error messages.Rick Sapir179-2125/+2384
2012-10-11rework utility classesBrian Vosburgh937-10351/+10849
2012-10-10Bug 391017 - orm.xml implied attribute validation errors appearing in the wro...Karen Butzke25-133/+244
2012-10-10Removed unused protected methodKaren Butzke1-8/+0
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke24-139/+49
2012-10-08Made minor update to JPQL query hyperlink and turned on some code now that He...Pascal Filion3-46/+49
2012-10-05373582 - XML code completion for class references.Nan Li60-66/+1349
2012-10-04moved getValidationTextRange() to the abstract class since it was the same im...Karen Butzke9-31/+20
2012-10-04cleaned up text ranges for persistence.xml nodes. Wanted the actual file name...Karen Butzke6-8/+25
2012-10-03Fix dor 390561v201210032300Tran Le2-7/+7
2012-10-03347099 - webtools features should consider move to latest version ofv201210031721Tran Le1-1/+1
2012-10-03Fix bug#386416 - query text area in JPA Details View should be largerPascal Filion6-23/+84

Back to the top