Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create tag 'v201109210855'.v201109210855nhauge664-172041/+0
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore1-1/+57
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore2-1/+5528
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+49
2011-08-16added check for type being subtype of itself, and testpfullbright1-3/+9
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright1-39/+47
2011-08-15added support for arrays and genericspfullbright8-89/+324
2011-08-09lost a few of Brian's changes related to validation virtual atributes when co...kmoore2-11/+22
2011-08-08Update plugin versions for M1.nhauge2-2/+2
2011-08-08fixed annotation removal code when changing the primary annotationkmoore1-11/+14
2011-08-05Update plugin version numbers for 3.1 M1.nhauge3-3/+3
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore48-190/+3205
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge2-14/+16
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore1-14/+10
2011-07-08singleton toString()sbvosburgh15-236/+671
2011-07-08rework text rangesbvosburgh12-141/+126
2011-07-08add VersionComparatorbvosburgh1-0/+246
2011-07-08add InterruptibleCommand/Executorbvosburgh5-31/+303
2011-07-08add "lateral" iterators and iterablesbvosburgh12-107/+308
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore1-5/+5
2011-06-28moved NullAnnotation to jpt.common.corekmoore1-0/+77
2011-06-27forgot to export one of the new packageskmoore1-0/+1
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore40-24/+4821
2011-06-24349071 - [EclipseLink] eclipselink 2.3 schemas not up to dateR3_0_0_maintenancekmoore3-7/+39
2011-06-24349031 - [EclipseLink] descriptor customizer validation incorrect when defaul...kmoore1-3/+12
2011-06-24342624 - ASTTools.findTypeInHierarchy() does not handle parameterized type re...kmoore1-1/+1
2011-06-24316022 - NPE refreshing out of sync entity - added null checkskmoore4-6/+18
2011-06-23bug 349175 - fixed ResourceLocation instantiationpfullbright1-2/+1
2011-05-19bug 342987pfullbright2-0/+5
2011-05-19345617 - JAXB class generation doesn't work with JDK-shipped JAXB librariestle1-1/+1
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh3-8/+6
2011-05-10Reverting fix for 345011 until the bug is determined as necessary for RC1 and...nhauge1-12/+1
2011-05-10Fix for bug 345011. It seems Combo.setText() does not update the selected ite...pfilion1-1/+12
2011-05-09added EclipseLink 2.3 JPA platform and UIpfullbright3-0/+10339
2011-04-28fix commentbvosburgh1-2/+2
2011-04-28add behavior to SynchronizedBooleanbvosburgh1-38/+117
2011-04-27moved eclipselink schemas to *.common.eclipselink.core pluginpfullbright21-2/+48438
2011-04-22Fixed class gen for files in other projects and catalog entries.pfullbright1-1/+5
2011-04-22updated API informationpfullbright1-18/+3
2011-04-19[330619] [277138] [330619] - Class validation for various EclipseLink Customi...nhauge1-0/+18
2011-04-12[337930] - Content assist and validation for JPQL Named Queries. Includes as...nhauge1-137/+161
2011-04-04Initial check-in.tle22-0/+352
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh8-9/+49
2011-03-30[340175] Re-institute support for custom variables for the JPA facet. These ...nhauge1-6/+1
2011-03-22more x-friend/access rules clean-upbvosburgh5-53/+79
2011-03-22clean up .cvsignore filesbvosburgh4-16/+0

Back to the top