Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2009-10-28rework JPA project lockingbvosburgh50-1476/+3350
2009-10-28tweak method namebvosburgh3-7/+7
2009-10-28rework "reference" classesbvosburgh19-498/+2045
2009-10-27validation for xml document versionspfullbright8-8/+101
2009-10-27285895 - Add JDT style problem preferences. Properties for the UI.nhauge1-0/+125
2009-10-27285895 - Add JDT style problem preferences. Properties for the UI.nhauge1-0/+0
2009-10-27285895 - Add JDT style problem preferences. Properties for the UI.nhauge1-0/+116
2009-10-27changed emf resource model to have an XmlOrphanRemovable2_0 interfacekmoore11-201/+279
2009-10-27changed the emf resource model for orphan-removal to use BooleanObject instea...kmoore20-98/+108
2009-10-27don't calculate default cacheable during initialization since it references t...kmoore2-4/+0
2009-10-26279098 - default Cacheable support for generic 2.0kmoore7-46/+215
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle65-150/+2901
2009-10-26fixed Entity.getParentEntity() implementation to return null instead of this ...kmoore5-8/+12
2009-10-23279098 - Cacheable support on java and orm entities in generic 2.0 platform. ...kmoore40-251/+1093
2009-10-23fix NPE setting metamodel source folder to nullkmoore1-1/+6
2009-10-22258517 - some refactoring of the virtual association and attribute overrideskmoore19-108/+214
2009-10-22258517 - extend association overrides to use dot notation for nested embeddedskmoore35-376/+505
2009-10-22fixed metamodel generation for eclipselink 2.0 projectskmoore2-1/+38
2009-10-22broke the tests with my change from a string version to using the JPTCorePlug...kmoore1-1/+1
2009-10-21added java resource model support for the 2.0 Cacheable annotationkmoore8-0/+392
2009-10-21moved cacheable setting, this is support only on entities in the generic orm....kmoore12-221/+275
2009-10-21cleaned up facet version strings to use JptCorePlugin insteadkmoore7-19/+24
2009-10-21290596 - added derived Id support to EclipseLink 2.0kmoore18-12/+1787
2009-10-21moved the abstract test case since java and orm are both extending itkmoore13-2/+13
2009-10-20Revert changes from 269057. Performance issues could not be resolved.nhauge1-30/+7
2009-10-20more refactoring to clean up java attribute overrides with dot-notation. The...kmoore13-33/+54
2009-10-19more refactoring to clean up java attribute overrides with dot-notationkmoore9-23/+30
2009-10-19attempting to fix failing tests in buildkmoore1-11/+3
2009-10-15test failure tweakpfullbright1-1/+3
2009-10-15refactoring attribute/association overrideskmoore11-36/+37
2009-10-15changed className translator from BooleanTranslator to Translatorkmoore1-1/+1
2009-10-15258533 - [JPA 2.0] Orphan-Removal supporttle22-23/+653
2009-10-14preliminary maps id context modelpfullbright37-965/+1551
2009-10-14more translators fixeskmoore1-1/+6
2009-10-14fixed NPE if the orm attribute mapping name has not yet been setkmoore2-0/+6
2009-10-14fixed NPE setting join column names in the UI if relationship mapping does no...kmoore2-2/+8
2009-10-14fixing more translator and resource model bugskmoore3-17/+11
2009-10-14more translators fixeskmoore3-13/+13
2009-10-14schema and catalog are attributes not elementskmoore2-8/+6
2009-10-14prevent lock-mode from being automatically inserted when a new named query is...kmoore1-7/+3
2009-10-14fixed translators so that end tag is not inserted causing schema errorskmoore3-3/+18
2009-10-13258490 - basic element collection mapping support for generic 2.0 and eclipse...kmoore58-36/+2880
2009-10-13fixed problem in eclipselink 2.0 orm.xml files, the ui was not displaying acc...kmoore3-2/+195
2009-10-13fixed npe in file creation when no project is preselectedpfullbright4-1/+14
2009-10-13changed enum defaults to nullkmoore1-14/+9
2009-10-13add getTargetClassTextRange() to XmlElementCollectionkmoore1-0/+6
2009-10-13fixed the eclipselink_orm.ecore to make XmlElementCollection implement XmlAtt...kmoore5-29/+257
2009-10-13290021 - [JPA 2.0] Shared-Cache-Mode element supporttle21-71/+616
2009-10-13Changed comment.tle1-1/+1
2009-10-12mapsId java resource modelpfullbright9-13/+448

Back to the top