Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-14This commit was manufactured by cvs2svn to create tag 'v200912140001'.v200912140001nhauge1336-185220/+0
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-10cleaning up resource preferences, jdt preferences, manifest, and classpath fi...kmoore1-1/+1
2009-12-08fix some logged test exceptionsbvosburgh2-2/+19
2009-12-08minor tweaksbvosburgh1-6/+11
2009-12-04296924 - importing a project from an archive file, wasn't creating the JPA pr...kmoore1-17/+21
2009-12-02refactor JavaResourcePersistentType for 2.0bvosburgh8-47/+75
2009-12-02fix JpaProject config type for pre-2.0 JpaProjectbvosburgh4-8/+20
2009-12-02[296664] metamodel generation overwrites non-Dali generated filesbvosburgh11-101/+159
2009-12-01279803 - add validation warning for OrderColumn and OrderBy both usedkmoore6-5/+67
2009-12-01[293976] various metamodel generation problemsbvosburgh77-2277/+3523
2009-12-01fix commentsbvosburgh7-11/+11
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle30-27/+1033
2009-12-01Added comment.tle1-1/+8
2009-11-30258515 - OrderColumn support in both orm and javakmoore38-386/+1540
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 classeskmoore30-24/+198
2009-11-24updated xml resource model to support order column more easilykmoore11-255/+297
2009-11-24renamed some 2_0 xml resource model classes to fit the existing patternkmoore17-131/+132
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-20295730 - orm.xml file creation default is now falsekmoore1-2/+2
2009-11-19258515 - OrderColumn annotation resource model supportkmoore16-26/+517
2009-11-18refactored orphan-removal a little further to remove the 2_0 context model ob...kmoore6-97/+31
2009-11-18minor reversionpfullbright1-13/+1
2009-11-18updated eclipselink orm 2.0 schema. changes were to order-column correction-t...kmoore2-3/+1
2009-11-18rebuild the entity mappings object when the resource type changes, did this f...kmoore1-3/+10
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore6-194/+133
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle31-394/+692
2009-11-16Added comment.tle1-1/+8
2009-11-13attempt to better address configurations for JPA project wizardpfullbright2-5/+27
2009-11-11294899 - refactoring in an effort to support default Cacheable againkmoore6-5/+267
2009-11-11[294513] fix metamodel generation for ORM transient mappingsbvosburgh3-0/+27
2009-11-11fix some compiler warningsbvosburgh1-6/+6
2009-11-11[293723] fix metamodel generation problem with Map attributesbvosburgh9-62/+90
2009-11-10294770 - removed the validation mode property, only support elementkmoore5-116/+36
2009-11-10return a null resourceType if version or content type is null. this can happ...kmoore2-1/+5
2009-11-09Minor refactoring.nhauge1-11/+12
2009-11-09rebuild the Persistence object when the resource type changeskmoore1-9/+6
2009-11-07[293722] fix handling of deleted source directorybvosburgh6-110/+220
2009-11-05294377 - a less destructive fix for default cacheable. still get defaults in...kmoore4-6/+4
2009-11-05294377 - commenting out default cacheable calculations for nowkmoore2-2/+2
2009-11-05added project rebuildpfullbright1-2/+11
2009-11-04better exception handlingpfullbright2-4/+17
2009-11-04Changed exception messagepfullbright1-1/+1
2009-11-04294141 - fix for illegal attribute mapping problem in the orm.xml when the ja...kmoore5-1/+117
2009-11-04cleaned up illegal argument exception string copy/paste errorkmoore1-1/+1

Back to the top