Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26This commit was manufactured by cvs2svn to create tag 'v201203261436'.v201203261436nhauge190-25630/+0
2012-03-08cache resource annotation text rangesbvosburgh15-88/+87
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh12-103/+196
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge18-18/+418
2012-03-01[372431] rework "combination" annotationsbvosburgh1-1/+2
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...kmoore4-2/+128
2012-02-27Clean up code handling generators in virtual attributesbvosburgh1-30/+18
2012-02-24Bug 371295 - ClassCastException: GenericOrmVirtualAssociationOverride cannot ...kmoore1-4/+4
2012-02-17bug 369964 - dynamic persistence supportkmoore1-0/+5
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore15-93/+20
2012-02-10rework JpaProjectManagerbvosburgh8-45/+98
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore2-11/+20
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore2-0/+31
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion5-25/+30
2012-01-24365011 - correct invalid validation for id class where transients are involve...nhauge1-1/+10
2012-01-23removed compatibility methods, not needed for Junokmoore3-23/+3
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
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore3-8/+206
2011-12-20Hermes JPQL parser 2 integration (needs EclipseLink 2.4.0) - patch from Pascaltle2-5/+8
2011-12-15364071 - [EclipseLink] partial model support for Structure and Array attribut...kmoore1-20/+1
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore6-477/+4
2011-11-29reordering the initialization of owner and container for consistency, doesn't...kmoore1-1/+1
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...nhauge2-0/+14
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge1-0/+8
2011-11-08355415 - Create JPA project and Add New JPA Entity and receive Stack Overflow...kmoore1-2/+1
2011-11-01Bug 362598 - generanted canonical metamodel classes all have validation warningkmoore1-0/+4
2011-10-31362225 - JoinTable specified inverse join columns invalid validationkmoore1-5/+2
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge12-1/+190
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore12-19/+65
2011-09-19Bug 357941 - ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoi...kmoore7-38/+6
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore25-295/+364
2011-09-01removed unused methodskmoore1-13/+0
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh7-7/+80
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore7-34/+10
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore4-24/+0
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore15-25/+19
2011-08-17refactoring to allow JavaJoinColumn to be used for MapKeyJoinColumnskmoore3-12/+8
2011-08-16fixed CCE with virtual java association override validationkmoore1-3/+3
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore13-175/+315
2011-08-02changing the rest of the Iterator API to Iterablekmoore30-223/+175
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore55-1435/+1138
2011-07-13refactor specifiedAccess to simplify and remove extra PersistentType implemen...kmoore1-1/+2
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore2-32/+0
2011-07-08minor tweaksbvosburgh1-2/+0
2011-07-08[339432] fix validation of virtual overridesbvosburgh76-902/+1627

Back to the top