Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-01-24[332673] Added validation for duplicate entities. Patch from Nan.nhauge7-45/+297
2011-01-24Reverting accidental check-in of this file.nhauge1-1/+1
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge44-101/+541
2011-01-21changed PackageChooserPane to reference IJavaProject instead of JpaProject in...kmoore2-8/+8
2011-01-21changed ClassChooserPane to reference IJavaProject instead of JpaProject in p...kmoore18-88/+90
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore12-32/+44
2011-01-21added copyrightkmoore2-0/+18
2011-01-20[331558] validation added for converter class. Patch from Les.nhauge19-190/+533
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore6-183/+185
2011-01-19combo was not displaying Default(FIELD) when the access has been specified on...kmoore1-1/+1
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh1928-72656/+76390
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore1-1/+18
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-30added some more helper methods for testskmoore1-2/+11
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore10-23/+19
2010-12-20added static adapt(..) that will synch selection model for youpfullbright1-10/+44
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore13-156/+648
2010-12-15added test infrastructure for testing enumskmoore1-0/+156
2010-12-15updated to the latest eclipselink_oxm_2_2.xsdkmoore1-9/+13
2010-12-15updated to the latest eclipselink_orm_2_2.xsd, modified ecore and translatorskmoore54-450/+17637
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge1-1/+2
2010-12-09re-orged project properties/prefs; added jaxb project properties, facet versi...pfullbright6-440/+553
2010-11-29tweaked project content location in navigatorpfullbright1-0/+1
2010-11-23cosmeticpfullbright2-7/+8
2010-11-23added jaxb.ui plugin to friendspfullbright1-0/+8
2010-11-23tweaked message for logging duplicate extension valuespfullbright5-7/+7
2010-11-22added context model support for the XmlType annotation along with testskmoore1-0/+4
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore1-1/+16
2010-11-17removed unused propertypfullbright1-1/+0
2010-11-16checking in recent changes to eclipselink_oxm schemaskmoore2-3/+7
2010-11-15used shortcut method for downcasting values()kmoore1-3/+2
2010-11-15removed redundant downcast methodkmoore1-6/+1
2010-11-11added null check on primaryType, this can be null for a compilation unitkmoore1-1/+4
2010-11-10fixed ddl gen so that errors are displayed on the UI threadkmoore1-13/+18
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore1-2/+28
2010-11-02Added XmlSchema xmlns context model support along with testskmoore2-0/+13
2010-11-02more test helper methods for modifying JDT annotationskmoore1-0/+90
2010-11-01helper methods for editing JDT annotations directlykmoore1-1/+126
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore16-22/+71
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright11-661/+8
2010-10-27added metadata cleanup on facet uninstallpfullbright2-5/+38
2010-10-26added eclipselink_oxm_2_2.xsd schemakmoore2-3/+572
2010-10-26fixed commentkmoore1-1/+1
2010-10-25328509 - EclipseLink 2.2 platform and orm resource model supportkmoore56-199/+10576
2010-10-22cleaned up orm ecore model - remove EString since we use String in most placeskmoore27-121/+99
2010-10-20renamed "Package" -> "AnnotatedPackage"pfullbright5-11/+11
2010-10-20added package annotation testing apipfullbright3-15/+92
2010-10-20refactored resource testcase hierarchypfullbright50-92/+126
2010-10-20fix tests in build by not attempting to add the JPA jars to JAXB resource mod...kmoore1-2/+9

Back to the top