Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-02inherited attribute typePaul Fullbright2-3/+4
2012-07-20rework plug-in classesbvosburgh18-256/+306
2012-07-20added inherited attribute apipfullbright2-1/+18
2012-07-20added commentpfullbright1-1/+5
2012-07-18change JavaResourceAnnotatedElement.removeAnnotation(String) api to not check...kmoore1-2/+4
2012-07-18Bug 377562 - [EclipseLink] Add Virtual Attribute action does not set target-e...kmoore3-3/+23
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore1-0/+5
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore4-7/+58
2012-04-26Bug 367122 - [API] Invalid validation for EclipseLink collection mappingskmoore1-3/+4
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

Back to the top