Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-07This commit was manufactured by cvs2svn to create tag 'v200808060000'.v200808060000nhauge848-125474/+0
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
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 t...tle1-3/+14
2008-07-22240340 - Target Database property doesn't allow to set a custom platform classtle6-67/+272
2008-07-22230038 - TargetServer property missingtle8-8/+418
2008-07-21[231643] fixed up handling of rootStructureNodesbvosburgh1-18/+26
2008-07-21[232336] changed UI listener wrappers to always forward events asynchronouslybvosburgh10-180/+52
2008-07-21236730 - Update license header.nhauge1-8/+8
2008-07-21235384 - update on classpath changeskmoore1-1/+16
2008-07-21236680 - removed the MessageFormat call, this method is not used anywhere els...kmoore1-3/+1
2008-07-21Bug 239896rsapir1-4/+4
2008-07-21bug 240945rsapir1-4/+4
2008-07-21Bug 240172rsapir1-6/+6
2008-07-21Bug 239788rsapir1-4/+4
2008-07-21231880 - JPA Details does not scroll up when changing selectionskmoore2-2/+2
2008-07-21232881 - check for null attribute name since this is possible in an orm.xml filekmoore1-1/+7
2008-07-09235642 - JPA Content removed right-click open option in the project explorerkmoore1-0/+6
2008-07-09235619 - removing persistence unit from persistence.xml, structure views not ...kmoore2-0/+32
2008-07-09231176 - orm.xml default access combo not updatingkmoore1-1/+1
2008-07-09234431 - table generator - no table options until TableGenerator annotation e...kmoore2-10/+13
2008-07-09234667 - fire change notification with correct property stringkmoore1-1/+1
2008-07-09240080 - NPE when writing named queries to orm.xmlkmoore1-1/+5
2008-07-09234628 - ui not updated if you quickly type in or copy in a TableGenerator an...kmoore1-12/+24

Back to the top