Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-12-04296924 - importing a project from an archive file, wasn't creating the JPA ↵kmoore1-17/+21
project
2009-12-03295613 - Persistence.xml > Customization Tab - Add Descriptor Customizer ↵tle6-9/+44
receive Error
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 ↵kmoore1-2/+2
appear for jpa facet 2.0 project creation
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 ↵kmoore7-14/+0
purposes
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
on element collection mappings
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
that all column implementations are more alike now
2009-11-23294518 - changed Create orm.xml text in new project creation to be more ↵nhauge1-1/+1
consistent with other menu items.
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
2009-11-19258515 - changed Ordering composite strings in an effort to add order column ↵kmoore3-104/+46
support for jpa 2.0 projects
2009-11-19295634 - JptUtilityTests sets empty extraVMArgstle1-1/+0
2009-11-19Force build when applying changes.nhauge1-2/+7
2009-11-19Force build when applying changes.nhauge1-0/+68
2009-11-18refactored orphan-removal a little further to remove the 2_0 context model ↵kmoore21-676/+94
objects
2009-11-18renamed OrderColumnCorrectionType to OrderCorrectionTypekmoore7-68/+68
2009-11-18minor reversionpfullbright1-13/+1
2009-11-18updated eclipselink orm 2.0 schema. changes were to order-column ↵kmoore12-145/+147
correction-type and to unique-constraint
2009-11-18rebuild the entity mappings object when the resource type changes, did this ↵kmoore1-3/+10
for persistence.xml last week
2009-11-17294798 - removed extra comma on joinColumns generation - patch from daniel ↵kmoore1-1/+6
nawrocki
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ↵kmoore24-668/+469
calculating the default cacheable setting
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle56-788/+1066
2009-11-16Added comment.tle3-5/+28
2009-11-16288027 - add product customization preference logic to filter out synonyms ↵nhauge1-2/+31
where adopter specifically wish to exclude them from Dali functionality. This filtering code ended up here since it was the only way to universally exclude synonyms from Dali.

Back to the top