Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2009-12-15This commit was manufactured by cvs2svn to create tag 'v200912150000'.v200912150000nhauge2442-385529/+0
2009-12-15fix for bug 297866 - completion assistance for OrderColumn namekmoore2-2/+6
2009-12-15removed some commented out System.err statements, the tests pass in the build...kmoore1-12/+3
2009-12-14increment version numberkmoore1-1/+1
2009-12-11changing this again so as not to force the upgrade to a more recent targetkmoore1-1/+1
2009-12-11changed junit version to 3.8.0, thought it needed to be 4.7.0 in this casekmoore1-1/+1
2009-12-10uncommenting some of the JpaModelTests to see if they are fixed in the build ...kmoore1-30/+60
2009-12-10297272 - fixed duplicate listener issue when closing and reopening a project....kmoore1-103/+57
2009-12-10262859 - not properly updating our model when a file is out of synckmoore3-4/+10
2009-12-10switching to the open ended unit version "3.8.0" to allow running with Junit3...kmoore6-11/+12
2009-12-10cleaning up resource preferences, jdt preferences, manifest, and classpath fi...kmoore18-13/+47
2009-12-10292773 - patch from Danny Ju - fixes illegal state exception when generating ...kmoore1-0/+1
2009-12-08fix some logged test exceptionsbvosburgh3-2/+20
2009-12-08minor tweaksbvosburgh5-23/+29
2009-12-04296924 - importing a project from an archive file, wasn't creating the JPA pr...kmoore1-17/+21
2009-12-03295613 - Persistence.xml > Customization Tab - Add Descriptor Customizer rec...tle6-9/+44
2009-12-03295750 - Persistence.xml > Properties Tab - Add property receive errortle1-3/+7
2009-12-02refactor JavaResourcePersistentType for 2.0bvosburgh8-47/+75
2009-12-02294771 - sort user added associations in entity gen wizard - contributed patch.nhauge1-0/+22
2009-12-02fix JpaProject config type for pre-2.0 JpaProjectbvosburgh7-12/+34
2009-12-02[296664] metamodel generation overwrites non-Dali generated filesbvosburgh11-101/+159
2009-12-02hack around problems deleting test projectbvosburgh1-1/+18
2009-12-02remove unneeded castbvosburgh1-5/+0
2009-12-02remove dangling System.out.println(...)bvosburgh1-1/+0
2009-12-01296615 - add query-redirector and cache-interceptor resource model tolerancekmoore15-89/+2396
2009-12-01279803 - add validation warning for OrderColumn and OrderBy both usedkmoore9-17/+81
2009-12-01incorrect syntax in plugin.xml - was causing eclipselink 1.2 platform to appe...kmoore1-2/+2
2009-12-01bug 295881 - Eclipselink 1.2 platform supportkmoore33-291/+4447
2009-12-01fixed failing OrderColumn resource model testskmoore1-5/+16
2009-12-01[293976] various metamodel generation problemsbvosburgh143-2857/+4108
2009-12-01fix commentsbvosburgh8-12/+12
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle52-70/+1851
2009-12-01Added comment.tle1-1/+8
2009-11-30258515 - OrderColumn support in both orm and javakmoore68-643/+2625
2009-11-25broke a test with last changekmoore1-0/+2
2009-11-25removed calls to getOrmXmlResource().save() as these were just for debug purp...kmoore7-14/+0
2009-11-25deleted Generic2_0OrmContextModelTestCase as it is now unnecessarykmoore12-67/+26
2009-11-25refactored XmlOrderable resource model further for easier support of orderBy ...kmoore12-598/+420
2009-11-24adding provisional api statement to new 2.0 xml resource model classeskmoore36-24/+234
2009-11-24added order column translatorkmoore2-11/+16
2009-11-24updated xml resource model to support order column more easilykmoore13-284/+328
2009-11-24renamed some 2_0 xml resource model classes to fit the existing patternkmoore25-154/+155
2009-11-24added NONE enum element to LockModeType_2_0kmoore4-21/+55
2009-11-23295511 - add EL 2.0 osgi bundle provider.nhauge1-0/+15
2009-11-23removed some now unnecessary codekmoore1-8/+0
2009-11-23refactored AbstractJavaBaseColumn to store the resource column annotation so ...kmoore13-174/+147
2009-11-23294518 - changed Create orm.xml text in new project creation to be more consi...nhauge1-1/+1
2009-11-20removed unnecessary NON-NLS commentkmoore2-2/+2
2009-11-20295730 - orm.xml file creation default is now falsekmoore3-13/+37
2009-11-19258515 - OrderColumn annotation resource model supportkmoore18-26/+760

Back to the top