Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-28rework JPA project lockingbvosburgh2-4/+19
2009-10-27validation for xml document versionspfullbright2-1/+13
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...kmoore5-50/+50
2009-10-23279098 - Cacheable support on java and orm entities in generic 2.0 platform. ...kmoore7-167/+194
2009-10-21moved cacheable setting, this is support only on entities in the generic orm....kmoore4-193/+7
2009-10-15changed className translator from BooleanTranslator to Translatorkmoore1-1/+1
2009-10-14preliminary maps id context modelpfullbright10-851/+537
2009-10-14more translators fixeskmoore1-1/+6
2009-10-14fixing more translator and resource model bugskmoore1-1/+6
2009-10-14schema and catalog are attributes not elementskmoore2-8/+6
2009-10-14prevent lock-mode from being automatically inserted when a new named query is...kmoore1-7/+3
2009-10-13258490 - basic element collection mapping support for generic 2.0 and eclipse...kmoore1-0/+1
2009-10-13changed enum defaults to nullkmoore1-14/+9
2009-10-13add getTargetClassTextRange() to XmlElementCollectionkmoore1-0/+6
2009-10-12mapsId orm resource modelpfullbright7-118/+117
2009-10-09fixed XmlTransient translator in core and EclipseLink so that it doesn't put ...kmoore1-1/+6
2009-10-02moved version and schema location to root object, added schema location to tr...pfullbright12-387/+569
2009-10-02removed xml root element describer and moved translators to utility packagepfullbright64-79/+102
2009-10-01cleaning up translators and enum defaultskmoore4-62/+34
2009-09-30collapsed eclipselink orm resource models, eclipselink orm file creation wizardspfullbright2-6/+23
2009-09-30setting EMF generated defaults for validationMode and sharedCacheMode to null...kmoore1-14/+6
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright101-5874/+20490
2009-09-18renamed JavaResourcePersistentAttribute.getNullAnnotation() to buildNullAnnot...kmoore1-1/+1
2009-09-17minor clean-upbvosburgh1-3/+4
2009-09-17clean up JPA 2.0 Java annotationsbvosburgh2-17/+7
2009-09-15refactored orm type/attribute mapping providers, removing all new "versions"pfullbright1-0/+36
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore2-34/+42
2009-09-09refactored xml node name interfacespfullbright2-10/+8
2009-09-08refactored xml node name interfacespfullbright2-6/+5
2009-09-08refactored to use a container model object for association overrides and attr...kmoore4-166/+440
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore1-1/+1
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh1-2/+2
2009-09-02resource model for EclipseLink 2.0 orm.xmlkmoore1-1/+1
2009-08-31removed 2.0 artifacts from generated codepfullbright1-6/+0
2009-08-31cleaning up translators for generators and queries in the 2.0 orm.xml. Undoi...kmoore1-1/+5
2009-08-28Tweak of derived id work - fixed java source class scanning and validationpfullbright1-1/+7
2009-08-21Big hunk of derived id prework - small tweaks to followpfullbright3-101/+75
2009-08-21FindBugs: change inner class to staticbvosburgh2-7/+7
2009-08-13added Translator.END_TAG_NO_INDENT to IdClass translatorkmoore1-1/+6
2009-08-04model framework changes necessary to support derived id'spfullbright2-7/+3
2009-07-30association override - switch to use JoinColumnJoiningStrategykmoore2-37/+10
2009-07-23removed unsued importkmoore1-1/+0
2009-07-17package rename to jpa2kmoore2-5/+4
2009-07-16fixed translators, added Translator.END_TAG_NO_INDENTkmoore4-4/+24
2009-07-15switch to Integer.valueOf as suggested by findbugskmoore1-1/+1
2009-07-09fixed translator mistakekmoore1-1/+1
2009-07-08really screwed up the column translators when I refactoredkmoore4-10/+10
2009-07-06added isSpecified to BaseTableAnnotation and NamedColumnAnnotation, this is p...kmoore2-0/+11
2009-06-29281389 - added java resource model support for joinTable on AssociationOverri...kmoore1-0/+27

Back to the top