Age | Commit message (Expand) | Author | Files | Lines |
2008-10-08 | This commit was manufactured by cvs2svn to create tag 'v200810080000'.v200810080000 | nhauge | 432 | -33367/+0 |
2008-10-08 | removed unused imports | kmoore | 10 | -15/+2 |
2008-10-08 | 'Read-only' instead of 'Read only' | kmoore | 1 | -1/+1 |
2008-10-08 | change labels to 'Connect' instead of 'Reconnect' | kmoore | 3 | -7/+7 |
2008-10-08 | 245283 - correcting capitalization and other layout issues | kmoore | 3 | -26/+25 |
2008-10-08 | 245283 - correcting capitalization issues | kmoore | 14 | -136/+152 |
2008-10-08 | 245283 - correcting capitalization and other layout issues | kmoore | 3 | -11/+16 |
2008-10-08 | cleaning up layout issues | kmoore | 1 | -2/+2 |
2008-10-07 | 240038 - EclipseLink ReadOnly annotation support on Entity and MappedSuperclass | kmoore | 19 | -0/+523 |
2008-10-07 | Update version number. | nhauge | 2 | -2/+2 |
2008-10-07 | added ReadOnly and Customizer annotation resource model support | kmoore | 9 | -0/+474 |
2008-10-07 | added Mutable annotation support to EclipseLink basic, version and id mappings | kmoore | 23 | -13/+1277 |
2008-10-07 | removed unused imports | kmoore | 2 | -7/+0 |
2008-10-07 | added methods typeIsSerializable() and typeIsDateOrCalendar() | kmoore | 2 | -1/+71 |
2008-10-06 | changed some EclispeLinkJpaFactory methods to use JavaAttributeMapping, was w... | kmoore | 8 | -15/+14 |
2008-10-06 | cleaned up validation of the specifiedConverter | kmoore | 6 | -40/+12 |
2008-10-03 | changed 'iterators' declaration from Collection to LinkedList | bvosburgh | 1 | -4/+3 |
2008-10-03 | improved exception message | bvosburgh | 1 | -1/+2 |
2008-10-02 | cleaned up imports using DaliEMFFormatter | pfullbright | 368 | -538/+174 |
2008-10-02 | added stub eclipselink orm context model | pfullbright | 5 | -15/+114 |
2008-10-02 | changed package name, elorm -> orm | pfullbright | 153 | -2400/+2213 |
2008-10-02 | Refactored to allow for EclipseLink orm context model | pfullbright | 95 | -379/+427 |
2008-10-02 | Added file path choosing to mapping file wizard | pfullbright | 2 | -1/+2 |
2008-10-02 | Added eclipselink mapping file wizard | pfullbright | 12 | -14/+256 |
2008-10-02 | 249501 - added validation for the converterClass, verify it implements org.ec... | kmoore | 6 | -6/+118 |
2008-10-02 | bug 249173 - support converters on java entity, mapped superclass, and embedd... | kmoore | 31 | -90/+1518 |
2008-10-02 | build JoinFetchable and PrivateOwnable in the JpaFactory | kmoore | 4 | -6/+60 |
2008-10-02 | fixed npes when conversionValue didn't have a datavalue or objectValue set | kmoore | 1 | -2/+12 |
2008-10-02 | cleaned up layout issues | kmoore | 1 | -2/+2 |
2008-10-02 | cleaned up layout issues with Pascal's help | kmoore | 2 | -19/+23 |
2008-10-02 | change to Member instead of Attribute so these annotations can be supported o... | kmoore | 3 | -22/+18 |
2008-10-02 | created TypeStringExpressionConverter to be used when a either a simple type ... | kmoore | 6 | -26/+149 |
2008-10-01 | added all the context model tests to the build, trying to see if these pass o... | kmoore | 1 | -5/+3 |
2008-10-01 | added all the resource model tests to the build, trying to see if these pass ... | kmoore | 4 | -13/+9 |
2008-09-30 | reducing code duplication with PrivateOwnedComposite and has-a relationship f... | kmoore | 12 | -161/+281 |
2008-09-29 | added java annotation support for JoinFetch to 1-1, 1-m, m-1, m-m mappings | kmoore | 23 | -16/+1654 |
2008-09-29 | added //$NON-NLS-1$ tags | kmoore | 39 | -97/+127 |
2008-09-29 | [248031] API enhancements for OEPE | bvosburgh | 20 | -171/+353 |
2008-09-29 | moved more to the error log, so this won't fail in the build | kmoore | 1 | -12/+18 |
2008-09-29 | toString() considered helpful | bvosburgh | 22 | -48/+122 |
2008-09-29 | added privateOwned support to eclipselink 1-1 and 1-m mappings | kmoore | 15 | -1/+853 |
2008-09-29 | renamed method | kmoore | 1 | -2/+2 |
2008-09-29 | fixed spelling of property string | kmoore | 3 | -11/+11 |
2008-09-26 | added java resource model for JoinFetch and PrivateOwned | kmoore | 11 | -1/+594 |
2008-09-26 | fixed comments | kmoore | 1 | -3/+3 |
2008-09-26 | made field private | kmoore | 1 | -1/+1 |
2008-09-26 | objectTypeConverter defaultObjectValue support | kmoore | 6 | -6/+150 |
2008-09-26 | fix so edit does not give error for duplicate dataValue of *this* dataValue | kmoore | 1 | -2/+5 |
2008-09-26 | added object type converter conversionValues support | kmoore | 21 | -12/+1286 |
2008-09-26 | fixed javadoc method name | kmoore | 3 | -3/+3 |