Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Bug 372069 - NPE when trying to override an association mapping withNan Li1-6/+7
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke16-72/+70
2012-09-05Deleted JavaJpaContextNode and XmlContextNode - no longer needed afterKaren Butzke21-81/+50
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke18-51/+51
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke22-179/+96
2012-08-20380150 - Need tolerance for EclipseLink NoSQL support - refactoringKaren Butzke1-4/+4
2012-08-20Initial oxm resource modelPaul Fullbright2-6/+6
2012-07-20rework plug-in classesbvosburgh2-9/+27
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore3-0/+36
2012-04-18375670 - NPE with 1.0 orm.xml one-to-many code completion - patch from Nan.nhauge1-3/+7
2012-04-05build some things during construction and reordered to minimize the number of...kmoore1-0/+4
2012-04-03[353149] metadata conversion UIbvosburgh3-22/+26
2012-03-28initializing simple defaults during construction, might as well do it before ...kmoore1-1/+1
2012-03-28Bug 374424 - exceptions replacing orm.xml file from history or overwriting vi...kmoore1-11/+39
2012-03-08cache resource annotation text rangesbvosburgh2-15/+16
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh6-49/+101
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge18-18/+418
2012-03-01a little more work on the embedded-id class validation to make it work proper...kmoore1-80/+112
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore4-527/+577
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore1-2/+103
2012-02-24Bug 371295 - ClassCastException: GenericOrmVirtualAssociationOverride cannot ...kmoore1-4/+4
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore8-44/+15
2012-02-10rework JpaProjectManagerbvosburgh1-4/+11
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore1-5/+20
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore1-0/+5
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion2-12/+12
2012-01-23removed compatibility methods, not needed for Junokmoore1-7/+1
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore2-1374/+5
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement AccessHolde...kmoore1-13/+21
2011-12-20Hermes JPQL parser 2 integration (needs EclipseLink 2.4.0) - patch from Pascaltle1-2/+4
2011-12-15364071 - [EclipseLink] partial model support for Structure and Array attribut...kmoore1-20/+1
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore4-75/+0
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge1-0/+7
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge1-0/+5
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge1-0/+7
2011-11-08355415 - Create JPA project and Add New JPA Entity and receive Stack Overflow...kmoore1-2/+1
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge6-0/+96
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore5-6/+22
2011-09-19Bug 357941 - ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoi...kmoore2-8/+0
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore10-146/+178
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh4-6/+49
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore3-15/+5
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore2-13/+0
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore7-11/+8
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore5-70/+64
2011-08-02changing the rest of the Iterator API to Iterablekmoore10-77/+54
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore12-548/+526
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore1-16/+0
2011-07-08[339432] fix validation of virtual overridesbvosburgh24-276/+626
2011-06-29349071- updating eclipselink orm and oxm 2.3 schemas. updating orm 2.3 ecore ...kmoore4-475/+543

Back to the top