Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-19This commit was manufactured by cvs2svn to create tag 'v200808190000'.v200808190000nhauge2347-390667/+3
2008-08-19Changed properties file loading ordertle1-1/+1
2008-08-19Fixed org.eclipse.jpt.jpa.jar Java system propertytle1-0/+3
2008-08-18Enabled the EclipseLink teststle1-0/+0
2008-08-15changed our tests so that the test projects can be deleted, and reuse the sam...kmoore14-298/+49
2008-08-15removed initialize method from interface, instead pass the resource model obj...kmoore25-368/+381
2008-08-15change columnResource to resourceColumn, generatorResource to resourceGenerat...kmoore17-338/+335
2008-08-15243559 - create new objects when the resource object has changed for a JavaPe...kmoore6-70/+171
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 GenericJpaP...kmoore11-85/+180
2008-08-13rename exist to existskmoore1-4/+4
2008-08-13added back NONE propertykmoore1-0/+1
2008-08-11added eclipselink orm resource model testspfullbright4-4/+84
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-07dispose artifact edit after usepfullbright1-0/+2
2008-08-07Added check for persistence.jar property before adding tests.tle1-10/+37
2008-08-07Added VM args for persistence.jartle1-1/+5
2008-08-05fixed compilation problem, accidentally checked in code for renamed eclipseli...kmoore2-4/+4
2008-08-05patch for bug 239581 from Kaloyan Raev - remove class name validation since i...kmoore1-8/+0
2008-08-05cache size widget, created advanced section on caching compositekmoore4-10/+209
2008-08-04provisional API change - rename PrimaryKeyJoinColumns to PrimaryKeyJoinColumn...kmoore2-5/+5
2008-08-04provisional API change - renamed JavaJpaContextNode.initializeFromResource me...kmoore54-146/+146
2008-08-04provisional API change - JpaProject.getJavaPersistentTypeResource() rename to...kmoore36-544/+543
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 testskmoore40-111/+3347
2008-07-30Disabled the EclipseLink tests until we can create a JPA project in the build.tle1-0/+0
2008-07-30Included test.xml to build binary.tle1-2/+3
2008-07-29[242321] database case-sensitivitybvosburgh155-5018/+9640
2008-07-29added Entry support to Bagbvosburgh6-52/+360
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 Lo...tle4-4/+108
2008-07-28232403 - EclipseLink persistence.xml editor - edit cache size default does no...tle1-1/+1
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. s...kmoore1-2/+2
2008-07-23236743 - change schema does not update list of tableskmoore7-26/+172

Back to the top