Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-21convert Filter to PredicateBrian Vosburgh108-612/+612
2013-02-21392701 - [JPA 2.1] Named Stored Procedure Query support - java and orm contex...Nan Li42-69/+4504
2013-02-21Revert "392701 - [JPA 2.1] Named Stored Procedure Query support - java and or...Karen Butzke42-4504/+69
2013-02-21392701 - [JPA 2.1] Named Stored Procedure Query support - java and orm contex...Karen Butzke42-69/+4504
2013-02-21Revert "392701 - [JPA 2.1] Named Stored Procedure Query support - java and or...Karen Butzke42-4504/+69
2013-02-21392701 - [JPA 2.1] Named Stored Procedure Query support - java and orm contex...Karen Butzke42-69/+4504
2013-02-21whoops - fix CCE in Problem Severities PageBrian Vosburgh1-5/+8
2013-02-21fix (other) reference to renamed image file java-class.gifBrian Vosburgh1-1/+1
2013-02-20re-arrange validation message method parms to place args alongside theBrian Vosburgh151-754/+788
2013-02-20convert JAXB to new validation messagesBrian Vosburgh60-783/+761
2013-02-20post rebase changesBrian Vosburgh1-9/+4
2013-02-20rework validation messagesBrian Vosburgh173-3777/+3810
2013-02-19updated orm_2_1.xsd and xml resource model for JPA 2.1 Proposed Final Draft c...v201302192355Karen Butzke10-114/+485
2013-02-19changed some enum defaults to null and removed @generated so we don't regener...Karen Butzke2-16/+8
2013-02-18updated eclipselink-orm.ecore to references classes instead of interfacesKaren Butzke59-1186/+1280
2013-02-18updated orm.ecore to use classes instead of interfaces for 2.1 version suppor...Karen Butzke69-560/+625
2013-02-15Bug 400841 - update jpa 2.1 schemas for namespace changeKaren Butzke15-79/+292
2013-02-15[156134] debug.core should not re-export dependenciesTran Le3-2/+5
2013-02-14removed unnecessary buildJpaConfigDataModel() overrideKaren Butzke1-13/+0
2013-02-14added oxm xml enums to navigatorPaul Fullbright5-11/+83
2013-02-14moved OxmTypeName to top level, fixed empty string bugPaul Fullbright3-51/+72
2013-02-14added xml enums to type mapping mapPaul Fullbright1-1/+9
2013-02-14fixed initialization with non-empty CVMPaul Fullbright1-1/+3
2013-02-14Bug 392702 - [JPA 2.1] Spec based Converter supportKaren Butzke162-1901/+6866
2013-02-13Updated javax.persistence version.v201302131909Tran Le1-3/+3
2013-02-13Fixed packages changed in EclipseLink 2.5Tran Le42-229/+254
2013-02-13386393 - Put temporary fix into Kepler so we don't regress fromKaren Butzke1-2/+5
2013-02-12using helper getJpaPlatform() methodKaren Butzke1-1/+1
2013-02-12390868 - Code assist doesn't work properly for nested joinTran Le37-102/+242
2013-02-12further isolating the JpaStructureNode.dispose() method, would like to eventu...Karen Butzke20-66/+28
2013-02-11message file clean-upBrian Vosburgh35-13/+79
2013-02-11standardize JPA UI message classes etc.Brian Vosburgh260-2169/+2232
2013-02-11standardize EclipseLink JPA UI message classes etc.Brian Vosburgh132-99/+136
2013-02-11standardize EclipseLink jpa validation message class etc.Brian Vosburgh1-56/+57
2013-02-11standardize jpa refactoring message class etc.Brian Vosburgh15-4/+18
2013-02-11standardize EclipseLink jaxb validation message class etc.Brian Vosburgh16-122/+124
2013-02-11standardize jaxb validation message class etc.Brian Vosburgh36-173/+175
2013-02-11merge changesBrian Vosburgh7-310/+11
2013-02-11clean up messages in dbws.eclipselink.core.genBrian Vosburgh7-70/+71
2013-02-11clean up messages in jaxb plug-insBrian Vosburgh59-694/+693
2013-02-11clean up messages in jpa.core, jpa.gen, jpa.ui, jpa.eclipselink.ui,Brian Vosburgh389-3492/+3785
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh437-2295/+2063
2013-02-11change TreeIterable and GraphIterable to take a Transformer that returnsBrian Vosburgh9-38/+92
2013-02-11changed ORM resource model for XmlNamedStoredProcedureQuery to mirror older r...Karen Butzke6-19/+21
2013-02-08xml-enum value testing (and bug fix)Paul Fullbright2-4/+93
2013-02-08fixed getValue testsPaul Fullbright1-2/+2
2013-02-08xml enum supportPaul Fullbright15-79/+752
2013-02-08cleaned up importsPaul Fullbright5-27/+26
2013-02-08added constructorPaul Fullbright1-1/+5
2013-02-08oxm xml-root-element supportPaul Fullbright11-31/+535

Back to the top