Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-13copy only *specified* join table when converting an orm.xml attributeBrian Vosburgh1-1/+1
2013-06-13rework conversion of (attribute and association) overrides,Brian Vosburgh108-733/+677
2013-06-12[398218] rework changing orm.xml mappingBrian Vosburgh3-7/+24
2013-06-10add AbstractJpaProject.projectResourceLocatorBrian Vosburgh1-14/+16
2013-06-10clean up some class commentsBrian Vosburgh1-1/+1
2013-06-10add AccessType.toString()Brian Vosburgh1-5/+10
2013-05-31409337 - Fix invalid validation message for PK join columnsv201305312216Neil Hauge2-5/+5
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 Fullbright4-0/+258
2013-05-16[398218] fix problems with asynchronous events on UI thread; leavev201305171828Brian Vosburgh1-1/+2
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-13Changed to correct predicate (bug 407630)Paul Fullbright1-2/+2
2013-05-09407467 - fix order column ordering.Nan Li1-0/+3
2013-05-07added converter icon, reverted null type mapping iconPaul Fullbright1-3/+3
2013-05-01397391 - fix NPE: 1-m/m-m switch joining strategy from JoinTable tov201305020316Nan Li1-1/+1
2013-04-30[406731] fix NPE in metamodel generation when target type is nullBrian Vosburgh10-92/+113
2013-04-30rework model containersBrian Vosburgh41-1602/+1392
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-24[406352] fix deadlock in JpaProjectPropertiesPage - changeBrian Vosburgh3-60/+60
2013-04-23rename EclipseLink2_3PersistenceUnitMetadataComposite toBrian Vosburgh1-1/+1
2013-04-16[293835] add EclipseLink validation severity preferences page andBrian Vosburgh5-139/+36
2013-04-16move JpaVersionIsCompatibleWith to JpaModelBrian Vosburgh2-0/+21
2013-04-16403131 - Complete removal of ORM XML creation from project creation.Nan Li3-34/+5
2013-04-08[405200] new public query-related interfaces are misplacedBrian Vosburgh16-27/+76
2013-04-08oxm xml file wizardPaul Fullbright1-100/+2
2013-03-26rename SourceAccess2_0Annotation toBrian Vosburgh2-6/+5
2013-03-26rename SourceAssociationOverride2_0Annotation toBrian Vosburgh2-13/+13
2013-03-26rename SourceCacheable2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceCollectionTable2_0Annotation toBrian Vosburgh2-6/+6
2013-03-26rename SourceElementCollection2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceGeneratedAnnotation toBrian Vosburgh2-6/+5
2013-03-26rename SourceMapKeyClass2_0Annotation toBrian Vosburgh2-6/+5
2013-03-26rename SourceMapKeyColumn2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceMapKeyEnumerated2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceMapKeyJoinColumn2_0Annotation toBrian Vosburgh2-13/+13
2013-03-26rename SourceMapKeyTemporal2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceMapsId2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceNamedQuery2_0Annotation toBrian Vosburgh2-8/+7
2013-03-26rename SourceOrderColumn2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceSequenceGenerator2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename SourceStaticMetamodelAnnotation toBrian Vosburgh2-7/+6
2013-03-26rename BinaryAssociationOverride2_0Annotation toBrian Vosburgh2-8/+7
2013-03-26rename BinaryCacheable2_0Annotation toBrian Vosburgh2-5/+5
2013-03-26rename BinaryCollectionTable2_0Annotation toBrian Vosburgh2-6/+5
2013-03-26rename BinaryElementCollection2_0Annotation toBrian Vosburgh2-5/+5

Back to the top