Age | Commit message (Expand) | Author | Files | Lines |
2008-09-11 | This commit was manufactured by cvs2svn to create tag 'v200809110000'.v200809110000 | nhauge | 1188 | -200386/+0 |
2008-09-11 | 239163- refactoring existing converters(lob, enumerated, temporal) in order t... | kmoore | 72 | -1393/+3277 |
2008-09-10 | added helper method getAttributeTextRange(String) to reduce code duplication | kmoore | 16 | -72/+24 |
2008-09-10 | workaround for DTP bug 246270 - build the connection profile (thus loading DT... | kmoore | 1 | -2/+8 |
2008-09-09 | fixed some compiler warnings | bvosburgh | 17 | -81/+71 |
2008-09-09 | fixed some compiler warnings | bvosburgh | 5 | -25/+27 |
2008-09-09 | reviewed new CachingTransformationPVMs - minor tweaks, comments | bvosburgh | 4 | -46/+88 |
2008-09-09 | fixed some compiler warnings | bvosburgh | 6 | -15/+16 |
2008-09-09 | added some tests for #valuesAreEqual(...) | bvosburgh | 1 | -1/+36 |
2008-09-09 | fixed typo | bvosburgh | 1 | -1/+1 |
2008-09-09 | Log exception when couldnd find SessionCustomizer class. | tle | 1 | -1/+4 |
2008-09-09 | 231528 - EclilpseLink Support Multiple Session Customizers | tle | 10 | -162/+482 |
2008-09-05 | renaming java context model methods get*Resource() to getResource*(), other s... | kmoore | 66 | -526/+514 |
2008-09-04 | 246257 - Removed broken link. | nhauge | 1 | -1/+1 |
2008-09-03 | [243150] - Add JPA project and Entity wizards actions to JEE perspective toolbar | pfullbright | 1 | -3/+9 |
2008-09-03 | eclipselink java resource model support for @ObjectTypeConverter and @Convers... | kmoore | 9 | -0/+1299 |
2008-09-03 | eclipselink java resource model support for @Convert, @Converter, @TypeConver... | kmoore | 15 | -0/+1570 |
2008-09-03 | eclipselink java resource model support for @ReadTransformer @WriteTransformer | kmoore | 12 | -1/+1037 |
2008-09-02 | 225332 - Exception thrown when JRE System Library on build path doesn't exist... | kmoore | 1 | -1/+4 |
2008-09-02 | use JPA static strings, hardcoded strings left in a few places | kmoore | 16 | -21/+62 |
2008-09-02 | cleaning up comment | kmoore | 1 | -1/+1 |
2008-09-02 | fixed comment | kmoore | 2 | -2/+2 |
2008-09-02 | java resource model support for @Mutable | kmoore | 6 | -0/+298 |
2008-09-02 | [232225] - renaming DTP connection now renames JPT connection, invalid connec... | pfullbright | 7 | -20/+56 |
2008-09-02 | java resource model support for @Transformation | kmoore | 7 | -1/+496 |
2008-08-29 | 245682 - add Translator.END_TAG_NO_INDENT so that persistence.xml is formatte... | kmoore | 2 | -3/+3 |
2008-08-29 | 243909 - Fixed typo and copy/paste error. | nhauge | 1 | -2/+2 |
2008-08-29 | [241001] code-assist exception | bvosburgh | 1 | -5/+10 |
2008-08-28 | 243909 - Fixed typo and copy/paste error. | nhauge | 1 | -3/+3 |
2008-08-28 | 234483 - EclipseLink DDL Gen should override various persistence.xml properties | tle | 1 | -3/+21 |
2008-08-27 | fixed a comment | kmoore | 2 | -2/+2 |
2008-08-27 | bug 239137 - adding caching support to EclispeLinkMappedSuperclass | kmoore | 9 | -4/+238 |
2008-08-27 | EclipseLink Java cache expiry support | kmoore | 25 | -85/+1255 |
2008-08-27 | new DateTimeModelAdapter, added addDateTime methods to Pane and WidgetFactory | kmoore | 5 | -2/+463 |
2008-08-27 | added property_files to the build.properties | kmoore | 1 | -1/+2 |
2008-08-27 | 235128 - Eclipselink DDLGen plugin needs a qualifier | tle | 2 | -4/+29 |
2008-08-26 | switched to use Integer.valueOf(int) instead of new Integer(int) | kmoore | 1 | -6/+6 |
2008-08-25 | commenting setVirtual | kmoore | 1 | -1/+7 |
2008-08-25 | removed unnecessary parentheses | bvosburgh | 1 | -1/+1 |
2008-08-25 | Renamed AbstractPane to Pane, changed how enablement is managed, renamed buil... | kmoore | 215 | -3602/+2948 |
2008-08-25 | NLS comment | bvosburgh | 1 | -1/+1 |
2008-08-22 | cleaning up, reordering code | kmoore | 1 | -31/+26 |
2008-08-22 | created CachingTransformationPropertyValueModel to cache the transformed valu... | kmoore | 8 | -251/+935 |
2008-08-22 | 244780 - update version number for 2.0M1. | nhauge | 1 | -1/+1 |
2008-08-21 | Eclispe -> Eclipse | pfullbright | 2 | -3/+3 |
2008-08-21 | cleaning up code so this class is more understandable | kmoore | 1 | -14/+15 |
2008-08-21 | very minor change to reduce code duplication | kmoore | 1 | -2/+2 |
2008-08-21 | 244780 - update version number for 2.0M1. Decided that provisional API chang... | nhauge | 11 | -11/+11 |
2008-08-21 | removed extra ListChangeListener in AddRemoveListPane | kmoore | 2 | -61/+87 |
2008-08-20 | Refactored the method for appending a classpath entry to the project classpath | tle | 1 | -24/+18 |