Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2009-10-12mapsId orm resource modelpfullbright12-128/+127
2009-10-12updated to October version of schemaspfullbright2-39/+19
2009-10-09added JPA version change functionalitypfullbright33-569/+1066
2009-10-09added documentation, examplepfullbright1-2/+12
2009-10-09fixed NPE appearing in the log during testskmoore1-1/+1
2009-10-09fixed XmlTransient translator in core and EclipseLink so that it doesn't put ...kmoore3-2/+15
2009-10-09fixed NPE when the attribute name is nullkmoore1-1/+1
2009-10-08258516 - attribute overrides now support dot-notation for nested embeddeds on...kmoore45-384/+1712
2009-10-08log composite exception a bit betterbvosburgh2-10/+11
2009-10-08handle synchronization exceptionsbvosburgh13-29/+221
2009-10-07fixed details page for null type mappings as I did for null attribute mappingskmoore2-6/+15
2009-10-07broke the displaying of attribute mapping composites when fixing the displayi...kmoore1-2/+5
2009-10-07support for metamodel source folderbvosburgh16-182/+199
2009-10-07tweak commentbvosburgh1-6/+9
2009-10-07move some behavior to JpaPlatformRegistrybvosburgh3-35/+38
2009-10-07more utility testsbvosburgh1-0/+18
2009-10-07fix compiler warningsbvosburgh1-3/+4
2009-10-07allow 'null' list entrybvosburgh1-2/+11
2009-10-07add getIterable()bvosburgh2-5/+20
2009-10-06tweaked commentpfullbright1-1/+2
2009-10-06renamed resolveMappedBy to resolveAttributeMapping since it can be reused in ...kmoore17-30/+28
2009-10-06renamed resolveMappedBy to resolveAttributeMapping since it can be reused in ...kmoore7-27/+27
2009-10-06renamed FileUiDefinitions methods to ResourceUiDeifntions to match the interf...kmoore8-23/+23
2009-10-06fixed problem displaying details page for null java attribute mappingskmoore2-4/+11
2009-10-06removed empty linekmoore1-1/+0
2009-10-05added platform filtering by jpa facet versionpfullbright7-45/+88
2009-10-05fixed exception in jpa project properties page - connection profile name shou...pfullbright1-1/+3
2009-10-05Metamodel generation, part 4bvosburgh117-1187/+1874
2009-10-05more utility testsbvosburgh7-136/+802
2009-10-05removed strings that are already in JPA2_0kmoore1-16/+0
2009-10-05fixed details provider for eclipselink orm.xml fileskmoore2-2/+2
2009-10-05changed mapped-by combo to Combo instead of CCombokmoore2-5/+32
2009-10-05258528 - support mappedBy dot-notation for nested embeddedskmoore30-68/+1644
2009-10-02Added EclipseLink 2_0 Connection teststle3-13/+172
2009-10-02there can only be one default schema for a *namespace*, so removing old onespfullbright2-22/+7
2009-10-02fixed schema validation for 2.0 doc typespfullbright1-3/+12
2009-10-02moved version and schema location to root object, added schema location to tr...pfullbright21-433/+631
2009-10-02removed xml root element describer and moved translators to utility packagepfullbright150-790/+444
2009-10-02removed old eclipselink emf modelspfullbright4-180/+0
2009-10-01fixed compiler errors after making populate() a private methodkmoore4-13/+0
2009-10-01fixed problem populating the panel the first time it is createdkmoore2-12/+4
2009-10-01cleaning up listener issues in Pane and JpaDetailsView. Cleaned up dispose()...kmoore7-185/+79
2009-10-01cleaning up translators and enum defaultskmoore4-62/+34
2009-09-30collapsed eclipselink orm resource models, eclipselink orm file creation wizardspfullbright143-17814/+7655
2009-09-30Refactored property migration processtle4-122/+86
2009-09-30setting EMF generated defaults for validationMode and sharedCacheMode to null...kmoore1-14/+6
2009-09-30290585 - 1.0 EclipseLink persistence.xml using 2.0 property stringstle5-158/+319
2009-09-30290592 - CCE with 2.0 persistence.xml in an EclipseLink 2.0 projecttle20-101/+210
2009-09-30Updated array initial sizetle2-4/+5
2009-09-30Fixed type safety warningtle1-1/+1

Back to the top