Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-04This commit was manufactured by cvs2svn to create tag 'v200912070000'.v200912070000nhauge190-79164/+0
2009-12-02hack around problems deleting test projectbvosburgh1-1/+18
2009-12-01fixed failing OrderColumn resource model testskmoore1-5/+16
2009-12-01[293976] various metamodel generation problemsbvosburgh33-393/+407
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle3-13/+447
2009-11-30258515 - OrderColumn support in both orm and javakmoore4-127/+127
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-20removed unnecessary NON-NLS commentkmoore2-2/+2
2009-11-20295730 - orm.xml file creation default is now falsekmoore2-11/+35
2009-11-19258515 - OrderColumn annotation resource model supportkmoore2-0/+243
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore4-55/+55
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle4-55/+97
2009-11-10294770 - removed the validation mode property, only support elementkmoore1-64/+0
2009-11-05294377 - a less destructive fix for default cacheable. still get defaults in...kmoore2-53/+53
2009-10-28279098 - first pass at Cacheable support for EclipseLink 2.0 entitieskmoore2-95/+99
2009-10-28rework JPA project lockingbvosburgh4-21/+139
2009-10-27changed the emf resource model for orphan-removal to use BooleanObject instea...kmoore2-16/+16
2009-10-26279098 - default Cacheable support for generic 2.0kmoore2-18/+152
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle4-33/+424
2009-10-23279098 - Cacheable support on java and orm entities in generic 2.0 platform. ...kmoore2-0/+130
2009-10-22258517 - extend association overrides to use dot notation for nested embeddedskmoore5-98/+63
2009-10-22broke the tests with my change from a string version to using the JPTCorePlug...kmoore1-1/+1
2009-10-21added java resource model support for the 2.0 Cacheable annotationkmoore2-0/+107
2009-10-21cleaned up facet version strings to use JptCorePlugin insteadkmoore6-16/+20
2009-10-21moved the abstract test case since java and orm are both extending itkmoore13-2/+13
2009-10-14preliminary maps id context modelpfullbright4-22/+374
2009-10-13258490 - basic element collection mapping support for generic 2.0 and eclipse...kmoore6-0/+947
2009-10-12mapsId java resource modelpfullbright2-0/+86
2009-10-09added JPA version change functionalitypfullbright6-20/+20
2009-10-08258516 - attribute overrides now support dot-notation for nested embeddeds on...kmoore9-123/+1330
2009-10-07move some behavior to JpaPlatformRegistrybvosburgh1-1/+1
2009-10-06renamed resolveMappedBy to resolveAttributeMapping since it can be reused in ...kmoore12-17/+15
2009-10-05Metamodel generation, part 4bvosburgh7-154/+150
2009-10-05258528 - support mappedBy dot-notation for nested embeddedskmoore15-26/+1349
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright21-212/+121
2009-09-29Commented out Generic2_0OptionsTests until we can build a 2.0 resource for Pe...tle1-1/+2
2009-09-28289149 - tweak to stop testDebug from failing.nhauge1-11/+13
2009-09-28Fixed issues when property definition and element are present in persistence.xmltle1-8/+11
2009-09-24280150 - [JPA 2.0] Validation Mode elementtle1-4/+4
2009-09-22280150 - [JPA 2.0] Validation Mode elementtle1-2/+63
2009-09-18289149 - Commenting out testEditFacetSettingsFile since it is somehow unable ...nhauge1-3/+3
2009-09-17clean up JPA 2.0 Java annotationsbvosburgh5-27/+34
2009-09-16mapping provider -> mapping definitionpfullbright1-17/+17
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore4-0/+2725
2009-09-11minor clean-upbvosburgh1-5/+5
2009-09-10refactored TypeMapping.overridableAttributes() and overridableAssociations to...kmoore4-33/+40
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore4-169/+204
2009-09-08refactored to use a container model object for association overrides and attr...kmoore10-543/+669

Back to the top