Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-19tweaked Java code-completionbvosburgh1-1/+1
2008-02-18Moved some classes to a new package, one to an old onepfullbright15-20/+20
2008-02-15xml attribute mapping morphingkmoore9-184/+2194
2008-02-13Fixed and unit tested PersistentUnit.persistentType(String). It was only loo...kmoore1-1/+0
2008-02-13Fixed and unit tested PersistentUnit.persistentType(String). It was only loo...kmoore1-1/+59
2008-02-12tested secondary table default pkJoinColumnskmoore1-1/+23
2008-02-12*** empty log message ***kmoore1-5/+0
2008-02-12fixed orderBy problems, created 3 booleans to hold statekmoore4-106/+109
2008-02-12create an attributeOverride specific owner. fixed and tested exceptions edit...kmoore1-0/+32
2008-02-12created an association override specifc owner. fixed problems adding joinCol...kmoore1-0/+240
2008-02-11adding a new secondaryTable was deleting the pkJoinColumns from the existing ...kmoore1-0/+33
2008-02-08fixed problems changing mapping types, including invalid thread access except...kmoore2-8/+0
2008-02-07get the default schema from the project when there is no orm.xml filekmoore2-3/+19
2008-02-07Preliminary tests release for 2.0tle2-9/+9
2008-02-06fixed orderByPk and added testskmoore2-16/+83
2008-02-06added size api to the context model, added a new remove method for collection...kmoore32-456/+738
2008-02-06quick fixing some tests i broke with earlier join column default changes. ne...kmoore1-3/+3
2008-02-05added java join column defaultskmoore2-0/+542
2008-02-04changed "classRefs()" to "specifiedClassRefs()"pfullbright12-45/+45
2008-02-04added java join table default name calculation and testskmoore1-56/+88
2008-02-04added a check to make sure the OrderBy annotation is removedkmoore1-0/+4
2008-02-04cleaning up type mapping morphing tests, several mistakeskmoore3-25/+59
2008-02-03Removed Extension plugin tests.v200802030000tle2-147/+147
2008-02-03Merged jpt_2_0_exp branch into Head.v20080202_Mergedtle137-474/+46896
2007-12-13Unfortunately removing another model test as it is unreliable in the current ...nhauge1-42/+42
2007-12-06Unfortunately removing 2 model tests as they are unreliable in the current bu...nhauge1-51/+55
2007-12-04cleaned up test suitesbvosburgh3-4/+4
2007-11-30[211532] create persistence.xml and orm.xml in jobs to fix(?) deadlockbvosburgh1-9/+15
2007-11-14[209785] move intermittent test failure to System.errbvosburgh1-3/+9
2007-11-08removing importskmoore2-10/+1
2007-10-25[201159] model reworkbvosburgh5-103/+246
2007-10-18[201159] model reworkbvosburgh5-53/+62
2007-10-18converted StringBuffer to StringBuilder, etc.bvosburgh3-28/+28
2007-10-10[201159] model reworkbvosburgh9-202/+136
2007-09-17reverting strange commit from other branchpfullbright2-0/+7
2007-09-17Messy error-frought code checkpointpfullbright2-7/+0
2007-09-10202809 - cleaning up compiler warningskmoore2-3/+4
2007-08-27191282 - fixed NPE problem when incorrectly renaming typekmoore1-8/+3
2007-08-22renamed test resource projectkmoore3-12/+16
2007-08-21Organized imports.tle1-2/+1
2007-08-17removing all calls to JDTTools.resolve(). instead taking advantage of the ne...kmoore1-79/+0
2007-08-16Changed testAllJpaPlatformIds() count to be greater or equal to 2.tle1-1/+1
2007-08-10[198934] resolve Constant Expressionsbvosburgh2-38/+253
2007-08-09added check to make sure ExtensionTestProject is in your workspacekmoore1-1/+0
2007-08-09added check to make sure ExtensionTestProject is in your workspacekmoore2-0/+24
2007-08-06new JpaPlatform tests. Created 'all' and 'most' tests to deal with the jpa.j...kmoore11-24/+267
2007-08-03fixed some testspfullbright5-29/+49
2007-07-31readded testspfullbright1-1/+1
2007-07-30added workspace cleanup functionality from wst testspfullbright2-8/+137
2007-07-30added project unique naming functionpfullbright1-4/+9

Back to the top