Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-08-21removed extra ListChangeListener in AddRemoveListPanekmoore2-61/+87
2008-08-20Refactored the method for appending a classpath entry to the project classpathtle1-24/+18
2008-08-20corrected commentbvosburgh1-10/+10
2008-08-20Version number updates for 2.1M1. Missed this file the first time somehow.nhauge1-2/+2
2008-08-20242594 - Ability to add DB driver library to project build path on project ↵tle6-5/+153
creation
2008-08-19Added API to get DB driver name.tle2-0/+8
2008-08-19Version number updates for 2.1M1.nhauge8-13/+13
2008-08-15removed initialize method from interface, instead pass the resource model ↵kmoore25-368/+381
object in via the constructor
2008-08-15change columnResource to resourceColumn, generatorResource to ↵kmoore17-338/+335
resourceGenerator, etc
2008-08-15243559 - create new objects when the resource object has changed for a ↵kmoore2-59/+84
JavaPersistentAttribute
2008-08-15adding comments to update methodskmoore51-32/+289
2008-08-15244268 - close the InputStream in the finally blockkmoore1-1/+13
2008-08-15made EclipseLinkProperties final and removed initialize methodkmoore1-5/+1
2008-08-14renamed EclipseLinkPlatform to EclipseLinkJpaPlatformkmoore1-1/+1
2008-08-13removed JpaFactory.hasRelevantContent(), replaced with support in ↵kmoore9-81/+176
GenericJpaPlatform. Add support for eclipselink-orm content type
2008-08-13added back NONE propertykmoore1-0/+1
2008-08-11base support for eclipselink-orm.xml filespfullbright157-13/+47594
2008-08-11moved to new content describerpfullbright1-4/+8
2008-08-11exposed methodpfullbright1-1/+1
2008-08-07moved empty tag boolean translator to common packagepfullbright7-1/+7
2008-08-07removed quotes from JPA platform namepfullbright1-1/+1
2008-08-07moved version to be first attributepfullbright1-1/+1
2008-08-07removed classpath updatingpfullbright1-2/+3
2008-08-05patch for bug 239581 from Kaloyan Raev - remove class name validation since ↵kmoore1-8/+0
it is now validated by super class
2008-08-05cache size widget, created advanced section on caching compositekmoore4-10/+209
2008-08-04provisional API change - rename PrimaryKeyJoinColumns to ↵kmoore2-5/+5
PrimaryKeyJoinColumnsAnnotation
2008-08-04provisional API change - renamed JavaJpaContextNode.initializeFromResource ↵kmoore54-146/+146
methods to initialize
2008-08-04provisional API change - JpaProject.getJavaPersistentTypeResource() rename ↵kmoore5-15/+14
to getJavaResourcePersistentType()
2008-08-04cleaned up implementorskmoore2-3/+4
2008-08-04renamed java resource model updateFromJava method to just updatekmoore65-103/+103
2008-08-04more java Caching context and resource model support and testskmoore26-101/+1826
2008-07-29[242321] database case-sensitivitybvosburgh119-4071/+6409
2008-07-29added Entry support to Bagbvosburgh3-50/+245
2008-07-28NLS tweaksbvosburgh3-8/+10
2008-07-28fixed typobvosburgh1-2/+2
2008-07-28230036 - EclipseLink persistence.xml Log File property is missing from the ↵tle4-4/+108
Logging tab
2008-07-28232403 - EclipseLink persistence.xml editor - edit cache size default does ↵tle1-1/+1
not update editor
2008-07-28Updated doc/help files. based on current 2.0.1. maint + intrnal fixesrsapir106-653/+661
2008-07-25partial support for EclipseLink platform java entity cachingkmoore39-31/+2240
2008-07-25removed some constructors that aren't usedkmoore10-166/+26
2008-07-25updated class commentkmoore1-2/+3
2008-07-25change JpaComposite and JpaPageComposite so they are no longer generic typeskmoore52-106/+100
2008-07-25I have been informed by James that the cache size default is 100, not 1000. ↵kmoore1-2/+2
supposedly it was 1000 in TL essentials, but is not in EclipseLink
2008-07-23236743 - change schema does not update list of tableskmoore7-26/+172
2008-07-22241615 - Extraneous "source" bundlestle1-0/+1
2008-07-22fixes for bugs 228781, 228783 - validation in mapping file wizardpfullbright1-2/+2
2008-07-22240605 - EclipseLink persistence.xml Target Database property values not up ↵tle1-3/+14
to date with latest EclipseLink spec.
2008-07-22240340 - Target Database property doesn't allow to set a custom platform classtle5-52/+206
2008-07-22230038 - TargetServer property missingtle7-7/+336
2008-07-21[231643] fixed up handling of rootStructureNodesbvosburgh1-18/+26

Back to the top