Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-13bug 373430 - element collection with primitive target class and map keyKaren Butzke2-2/+77
class has incorrect errors
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright14-306/+275
2012-04-05capture sync and update stack traces for debuggingbvosburgh1-10/+3
2012-04-04tweak commentsbvosburgh1-2/+3
2012-04-02Added preference metadata tests.tle6-0/+344
2012-03-08cache resource annotation text rangesbvosburgh16-360/+359
2012-03-07tweak testbvosburgh1-5/+5
2012-03-07tweak testbvosburgh1-7/+19
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh2-0/+639
2012-02-24added comment to update text.xmlkmoore1-0/+1
2012-02-20Refactored preferences support with JpaPreferencesManagertle2-3/+5
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type ↵kmoore30-1202/+1411
'virtuals' to 'defaults' - removed OrmPersistentType.addSpecifiedAttribute only used by tests
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type ↵kmoore3-11/+11
'virtuals' to 'defaults'
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ↵kmoore8-23/+23
effort to support EclipseLink dynamic persistence - bug 369964
2012-02-10rework JpaProjectManagerbvosburgh6-170/+207
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore1-4/+10
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement ↵kmoore8-46/+46
AccessHolder, thus unifying all places that use access type so that extension is simpler
2011-11-30364996 - Fix tests for queries on mappedsuperclass.nhauge1-2/+3
2011-10-06360002 - NPE when you add a JPA annotation to a class constructorkmoore1-0/+35
2011-09-27cleaning up EclipseLink orm test hierarchykmoore2-7/+31
2011-09-08356292 - Validation error for entities with @AttributeOverride on attribute ↵kmoore2-20/+67
marked as @Version in mapped superclass
2011-08-22303527 - Map key join column model support and validationkmoore6-0/+1483
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore6-13/+674
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ↵kmoore11-23/+2815
mapping
2011-08-02changing the rest of the Iterator API to Iterablekmoore26-191/+191
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to ↵kmoore153-10357/+10251
Iterables instead of Iterators
2011-07-08[339432] fix validation of virtual overridesbvosburgh6-91/+90
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh2-24/+36
2011-02-28319736 - switching a few of our Iterators to Iterableskmoore4-82/+82
2011-02-06renamed org.eclipse.jpt.core.tests to org.eclipse.jpt.jpa.core.testskmoore193-0/+90282

    Back to the top