Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore6-4/+94
2010-03-18rename JDTTools to ASTToolsbvosburgh2-4/+4
2010-02-15added PrimaryKey annotation supportpfullbright3-0/+144
2010-01-23[233567] clean up AnnotationContainer stuffbvosburgh1-35/+36
2010-01-19[233567] rework sync between resource model and ASTbvosburgh22-341/+438
2009-12-21tightening up resource model constructors to take Types or Attributeskmoore9-18/+21
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright1-3/+20
2009-09-09refactored eclipselink java annotation name interface to match up with xmlpfullbright32-113/+113
2009-09-08refactored xml node name interfacespfullbright1-2/+2
2009-08-21Big hunk of derived id prework - small tweaks to followpfullbright5-21/+20
2009-07-21committing the changes from RefactoringPart1.xml scriptkmoore72-487/+487
2009-07-10even more changes to figure out our test failures in the buildkmoore2-512/+0
2009-07-08attempt to get tests to pass in the build, the 2.0 orm tests will now failkmoore2-0/+512
2009-07-06renamed abstract buildAnnotation methodskmoore1-1/+1
2009-07-06renamed some convenience methods on NullAnnotationkmoore4-20/+20
2009-06-15Refactored EclipseLink 1.1 classes into separate packageskmoore1-72/+0
2009-06-12refactored translators for eclipselink 1.0 and 1.1 resource modelskmoore39-2374/+5
2009-06-10moved XmlRootElementContentDescriber to jpt.core, fixed persistence.xml conte...kmoore2-512/+0
2009-06-09refatored orm and eclipselink ecores to remove the attribute mapping interfaceskmoore13-98/+2
2009-06-08refactored queries in the orm resource model into an XmlQueryContainer to red...kmoore2-2/+2
2009-06-08fixed some mistakes in the copy policy ecore and resource model in eclipselin...kmoore3-21/+1
2009-06-05refactoring emf model by removing the interfaces, this will make it easier to...kmoore5-35/+0
2009-04-13default variable 1-1 was throwing an UnsupportedOperationExceptionkmoore2-1/+37
2009-04-13252899 - Add code assist for GeneratedValue(generator) and Convert(value)tle2-0/+8
2009-04-08[197069] support for entities in jars - resource modelbvosburgh84-2884/+5436
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh2-10/+6
2009-02-17making XmlTransientMapping implement XmlAttributeMapping so that we can cast ...kmoore1-5/+7
2009-02-09reworked persistence translatorsbvosburgh14-121/+107
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore5-1/+594
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore2-46/+5
2009-02-02backing out removal of resourceModelProviders extension point, will remove it...kmoore2-1/+28
2009-01-29removal of resourceModelProviders extension pointkmoore2-28/+1
2009-01-24created an XmlTypeMapping interface and changed OrmPersistentType/Mapping to ...kmoore3-3/+3
2009-01-15[197069] support for entities in jars prep - add JpaResourceModelbvosburgh3-51/+49
2009-01-06260006 - basic support for variable-one-to-one mapping and the default mappin...kmoore4-5/+132
2009-01-06259987 - exclude-default-mappings eclipselink-orm.xml resource model support ...kmoore4-4/+16
2009-01-06259987 - exclude-default-mappings eclipselink-orm.xml resource model supportkmoore3-2/+51
2009-01-06259987 - optimistic-locking eclipselink-orm.xml resource model supportkmoore4-0/+77
2009-01-06259987 - copy-policy, instantiation-copy-policy, clone-copy-policy eclipselin...kmoore7-1/+186
2009-01-06259987 - named-stored-procedure-query eclipselink-orm.xml resource model supportkmoore5-0/+165
2009-01-06259987 - fixed translators for property supportkmoore3-5/+2
2009-01-05259987 - added eclipselink-orm.xml resource model support property on entity,...kmoore3-4/+22
2009-01-05259987 - added eclipselink-orm.xml resource model support for access-methods ...kmoore14-17/+317
2008-12-30231533 - class chooser widgetskmoore2-42/+17
2008-12-17[197069] support for entities in jars prep 2bvosburgh1-2/+2
2008-12-12258552 - orm.xml expiry-time-of-day has closing tag, causes xml validation errorkmoore1-1/+1
2008-11-11unreversionpfullbright1-4/+6
2008-11-11quick reversion for patch makingpfullbright1-6/+4
2008-11-11254818 - basic UI for basic-collection, basic-map, and transformation mapping...kmoore7-1/+332
2008-11-11[254485] - Adding stronger linkage between resource model provider and resourcepfullbright1-4/+6

Back to the top