Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26This commit was manufactured by cvs2svn to create tag 'v201203261436'.v201203261436nhauge395-20294/+0
2012-03-08cache resource annotation text rangesbvosburgh11-113/+234
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh17-26/+150
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge4-8/+29
2012-03-05Bug 369940 - [EclipseLink] dynamic persistence validation for parent-class at...kmoore1-0/+25
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore1-1/+13
2012-02-27Clean up code handling generators in virtual attributesbvosburgh2-6/+23
2012-02-27305591- mappedBy choices should not include transients.nhauge2-0/+12
2012-02-21cleaned up targetEmbeddable so that it works more like targetEntitykmoore1-6/+0
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type 'virtua...kmoore3-36/+31
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore3-19/+12
2012-02-10rework JpaProjectManagerbvosburgh17-121/+165
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore9-70/+43
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore5-11/+49
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion3-16/+37
2012-01-23removed compatibility methods, not needed for Junokmoore8-52/+7
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore3-27/+32
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore1-0/+33
2012-01-17changed access type to a String in the ORM resource model, preparing to suppo...kmoore1-8/+8
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement AccessHolde...kmoore2-15/+5
2012-01-09bug 367122 - [EclipseLink] Invalid validation for EclipseLink collection mapp...kmoore1-4/+4
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore1-1/+13
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore1-24/+0
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge1-0/+5
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge1-0/+4
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge4-0/+21
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge3-0/+15
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge7-0/+36
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore4-1/+58
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore26-134/+524
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh12-69/+119
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore1-5/+0
2011-08-25bug 354444 - Invalid ORM ElementCollection target-class validation with packa...kmoore1-0/+9
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore1-1/+1
2011-08-17added XmlBaseColumn interfacekmoore1-3/+3
2011-08-17refactoring to allow JavaJoinColumn to be used for MapKeyJoinColumnskmoore1-3/+3
2011-08-16added getJavaResourceType() API to TypeMappingkmoore2-5/+9
2011-08-16created a common interface XmlBaseJoinColumn for join columns and pk join col...kmoore2-7/+6
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore10-45/+236
2011-08-02changing the rest of the Iterator API to Iterablekmoore13-52/+33
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore76-372/+401
2011-07-12[348773] Refactored validation for duplicate entity names. Patch from Nan.nhauge1-54/+0
2011-07-08tweak commentsbvosburgh4-8/+8
2011-07-08minor tweaksbvosburgh1-5/+10
2011-07-08[339432] fix validation of virtual overridesbvosburgh111-771/+1201
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh11-91/+102
2011-04-28remove extraneous importbvosburgh1-2/+1
2011-04-28fix commentbvosburgh1-1/+4
2011-04-28[336296] fix validation of virtual attribute mappingsbvosburgh4-15/+30
2011-04-21[339298] Fix ElementCollection Map attribute overrides. Patch from Nan.nhauge1-2/+2

Back to the top