Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-23231539 - "Null" table and join column messagestle4-6/+8
2008-09-23Added access rule for WSTtle1-0/+1
2008-09-23Removed unused importtle1-1/+0
2008-09-22added support for eclipselink Converter, TypeConverter, StructConverter, part...kmoore26-52/+1901
2008-09-22cleaning up ClassChooserPane, adding hyperlink labelkmoore7-112/+91
2008-09-22fixing some javadocskmoore1-2/+2
2008-09-22removing deprecated Eclipse-LazyStart and replacing it with BundleActivationP...kmoore6-8/+5
2008-09-19reducing codekmoore1-70/+10
2008-09-19moved creation of converters to JpaFactorykmoore16-16/+159
2008-09-19support for Convert annotation on id, basic, version in eclipselinkkmoore14-0/+1315
2008-09-18removed a spacekmoore1-1/+1
2008-09-16228090 - EclipseLink persistence.xml Logger could have 'Browse...' buttontle3-16/+133
2008-09-12moved defaultConverter to constructor, it can be final, since it won't change...kmoore3-6/+6
2008-09-12[242321] database case-sensitivitybvosburgh163-5613/+7872
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order t...kmoore65-1095/+2951
2008-09-10added helper method getAttributeTextRange(String) to reduce code duplicationkmoore16-72/+24
2008-09-10workaround for DTP bug 246270 - build the connection profile (thus loading DT...kmoore1-2/+8
2008-09-09fixed some compiler warningsbvosburgh17-81/+71
2008-09-09fixed some compiler warningsbvosburgh5-25/+27
2008-09-09reviewed new CachingTransformationPVMs - minor tweaks, commentsbvosburgh2-41/+80
2008-09-09fixed some compiler warningsbvosburgh5-15/+15
2008-09-09fixed typobvosburgh1-1/+1
2008-09-09Log exception when couldn’d find SessionCustomizer class.tle1-1/+4
2008-09-09231528 - EclilpseLink Support Multiple Session Customizerstle8-150/+352
2008-09-05renaming java context model methods get*Resource() to getResource*(), other s...kmoore66-526/+514
2008-09-04246257 - Removed broken link.nhauge1-1/+1
2008-09-03[243150] - Add JPA project and Entity wizards actions to JEE perspective toolbarpfullbright1-3/+9
2008-09-03eclipselink java resource model support for @ObjectTypeConverter and @Convers...kmoore6-0/+710
2008-09-03eclipselink java resource model support for @Convert, @Converter, @TypeConver...kmoore10-0/+937
2008-09-03eclipselink java resource model support for @ReadTransformer @WriteTransformerkmoore9-1/+637
2008-09-02225332 - Exception thrown when JRE System Library on build path doesn't exist...kmoore1-1/+4
2008-09-02use JPA static strings, hardcoded strings left in a few placeskmoore16-21/+62
2008-09-02cleaning up commentkmoore1-1/+1
2008-09-02fixed commentkmoore2-2/+2
2008-09-02java resource model support for @Mutablekmoore4-0/+185
2008-09-02[232225] - renaming DTP connection now renames JPT connection, invalid connec...pfullbright7-20/+56
2008-09-02java resource model support for @Transformationkmoore5-0/+334
2008-08-29245682 - add Translator.END_TAG_NO_INDENT so that persistence.xml is formatte...kmoore2-3/+3
2008-08-29243909 - Fixed typo and copy/paste error.nhauge1-2/+2
2008-08-29[241001] code-assist exceptionbvosburgh1-5/+10
2008-08-28243909 - Fixed typo and copy/paste error.nhauge1-3/+3
2008-08-28234483 - EclipseLink DDL Gen should override various persistence.xml propertiestle1-3/+21
2008-08-27fixed a commentkmoore2-2/+2
2008-08-27bug 239137 - adding caching support to EclispeLinkMappedSuperclasskmoore9-4/+238
2008-08-27EclipseLink Java cache expiry supportkmoore22-44/+992
2008-08-27new DateTimeModelAdapter, added addDateTime methods to Pane and WidgetFactorykmoore5-2/+463
2008-08-27added property_files to the build.propertieskmoore1-1/+2
2008-08-27235128 - Eclipselink DDLGen plugin needs a qualifiertle2-4/+29
2008-08-25commenting setVirtualkmoore1-1/+7
2008-08-25removed unnecessary parenthesesbvosburgh1-1/+1

Back to the top