Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-24updated xml resource model to support order column more easilykmoore9-243/+286
2009-11-24renamed some 2_0 xml resource model classes to fit the existing patternkmoore15-122/+122
2009-11-24added NONE enum element to LockModeType_2_0kmoore2-14/+46
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-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-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 directorybvosburgh5-110/+219
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
2009-11-03Added menu item to upgrade document version of legacy xml documentspfullbright15-67/+219
2009-11-03clean up JPA project locking workbvosburgh1-35/+88
2009-10-30285895 - Add JDT style problem preferences. Adds ignore check and UI for proj...nhauge2-7/+29
2009-10-30Added ability to remove a preference.nhauge1-0/+10
2009-10-29tweak for UI.nhauge1-4/+4
2009-10-28285895 - Add JDT style problem preferences. Base utility. Still need to add ...nhauge2-8/+116
2009-10-28279098 - first pass at Cacheable support for EclipseLink 2.0 entitieskmoore19-101/+178
2009-10-28rework JPA project lockingbvosburgh17-1234/+1257
2009-10-28rework "reference" classesbvosburgh1-6/+6
2009-10-27validation for xml document versionspfullbright6-8/+79
2009-10-27changed emf resource model to have an XmlOrphanRemovable2_0 interfacekmoore8-184/+261
2009-10-27changed the emf resource model for orphan-removal to use BooleanObject instea...kmoore11-58/+68
2009-10-27don't calculate default cacheable during initialization since it references t...kmoore2-4/+0
2009-10-26279098 - default Cacheable support for generic 2.0kmoore5-28/+63
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle28-28/+692
2009-10-26fixed Entity.getParentEntity() implementation to return null instead of this ...kmoore4-7/+10
2009-10-23279098 - Cacheable support on java and orm entities in generic 2.0 platform. ...kmoore23-169/+742
2009-10-23fix NPE setting metamodel source folder to nullkmoore1-1/+6
2009-10-22258517 - some refactoring of the virtual association and attribute overrideskmoore19-108/+214
2009-10-22258517 - extend association overrides to use dot notation for nested embeddedskmoore29-274/+442
2009-10-21added java resource model support for the 2.0 Cacheable annotationkmoore6-0/+285

Back to the top