Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Updated doc files. Reference bug #412790, 412791, and 412792 Rick Sapir6-591/+601
2013-07-03[397108] fix NPE in JAXB JavaElementAdapterFactoryBrian Vosburgh1-1/+1
2013-07-02[411815] fix NPE in JavaElementAdapterFactoryBrian Vosburgh1-3/+15
2013-06-06410003 - alter build.properties to pick up about.html.v201306061405R3_3_0Neil Hauge1-0/+2
2013-06-05410003 - Fix bad non standard about.html file. This file cannot beNeil Hauge1-41/+32
2013-05-31409337 - Fix invalid validation message for PK join columnsv201305312216Neil Hauge2-5/+5
2013-05-31394616 - Fix classloader issue caused by m2e bug by setting TCCLNeil Hauge1-2/+17
2013-05-31405320 - Temporary fix for intermittent failure on JPA project creationNeil Hauge1-1/+10
2013-05-24Changed default table validator to check for db table existence (Bugv201305242055Paul Fullbright1-5/+22
2013-05-23406238 - Add new JPA preset configurations to allow default Add to EARv201305240436Paul Fullbright8-13/+330
2013-05-23408905 - Remove what's new content from user doc.Neil Hauge9-269/+0
2013-05-16[398218] fix problems with asynchronous events on UI thread; leavev201305171828Brian Vosburgh14-207/+235
2013-05-16404941, 305593 - improve sync class list for persistence.xmlv201305161638Nan Li1-2/+23
2013-05-15Fixed NPE's in RuntimeChangeListener (Bug 406458)Paul Fullbright1-21/+15
2013-05-15Correctly build Access value field (bug 390124)Paul Fullbright1-1/+1
2013-05-14[407652] Generate entities from tables wizard does not generatev201305142138Tran Le1-1/+7
2013-05-14[407930] Add Hermes JPQL parser source to SDK's buildv201305142100Tran Le2-7/+7
2013-05-13Changed to correct predicate (bug 407630)Paul Fullbright1-2/+2
2013-05-09407467 - fix order column ordering.Nan Li1-0/+3
2013-05-08Change terrible entity generation error message to a more generalizedv201305082238Neil Hauge1-2/+2
2013-05-07added converter icon, reverted null type mapping iconPaul Fullbright8-11/+12
2013-05-07visibility of JPA creation toolbar (Bug 397765)Paul Fullbright1-2/+30
2013-05-01397391 - fix NPE: 1-m/m-m switch joining strategy from JoinTable tov201305020316Nan Li1-1/+1
2013-04-30Updated javax.persistence versionv201304302343Tran Le1-1/+1
2013-04-30[405758] Make Persistent Wizard: Schema field does not populate properlyTran Le1-9/+13
2013-04-30[406731] fix NPE in metamodel generation when target type is nullBrian Vosburgh16-157/+153
2013-04-30rework model containersBrian Vosburgh49-2014/+1639
2013-04-30get rid of AbstractJpaModel.EMPTY_STRING_ARRAY - no longer needed nowBrian Vosburgh2-11/+4
2013-04-26[380021] fix entity default primary key join column validation (patchNan Li3-4/+44
2013-04-25[406353] fix deadlock with JDTBrian Vosburgh1-5/+7
2013-04-25added emf models to exported packages, added emf models and xp schemasPaul Fullbright3-9/+26
2013-04-25Revert "Updated javax.persistence-api version"v201304250237Tran Le1-2/+2
2013-04-24[406352] fix deadlock in JpaProjectPropertiesPage - changeBrian Vosburgh4-64/+64
2013-04-23Updated javax.persistence-api versionv201304232328Tran Le1-2/+2
2013-04-23columnResults -> columnsPaul Fullbright6-44/+43
2013-04-23use correct enum value of CACHE_ID, not CACHE_KEYPaul Fullbright4-14/+12
2013-04-23rename DynamicDefaultTableGenerationWizardPage toBrian Vosburgh2-6/+5
2013-04-23rename DynamicTableGenPanel toBrian Vosburgh3-6/+6
2013-04-23rename DynamicTablesAndColumnsCustomizationWizardPage toBrian Vosburgh2-13/+12
2013-04-23rename GenerateDynamicEntitiesFromSchemaWizard toBrian Vosburgh3-7/+6
2013-04-23rename PromptEclipseLinkProjectWizardPage toBrian Vosburgh2-7/+4
2013-04-23rename DynamicEntityClassWizardPage toBrian Vosburgh2-4/+4
2013-04-23rename DynamicEntityFieldsWizardPage toBrian Vosburgh2-5/+5
2013-04-23rename DynamicEntityFieldTableSection toBrian Vosburgh2-6/+6
2013-04-23rename EmbeddedEclipseLinkMappingFileWizard toBrian Vosburgh3-8/+8
2013-04-23rename SelectEclipseLinkMappingFileDialog toBrian Vosburgh4-9/+9
2013-04-23move EclipseLinkPreferencePage from .internal.weave to .internal.prefsBrian Vosburgh3-6/+4
2013-04-23fix o.e.jpt.jpa.eclipselink.ui MANIFEST - removeBrian Vosburgh1-1/+0
2013-04-23rename EclipseLinkLogging2_0Composite toBrian Vosburgh3-4/+4
2013-04-23rename EclipseLinkLogging2_4Composite toBrian Vosburgh2-4/+4

Back to the top