Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
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
can follow the new update/sync approach
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ↵pfullbright11-661/+8
changes now that wtp code is released
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 ↵kmoore1-2/+9
model tests
2010-10-19removed unused static fieldpfullbright1-5/+1
2010-10-19[313750] Provide link to facets page on JPA properties page.nhauge3-0/+25
2010-10-19[327572] Unfortunately DTP allows for optional support of catalogs in ↵nhauge1-1/+25
extensions.
2010-10-18tweaked package contentpfullbright1-5/+6
2010-10-18327914 - JAXB java resource model and tests for XmlSeeAlsoAnnotationkmoore1-1/+12
2010-10-14265087 - package-level annotation supportkmoore20-143/+836
2010-10-13cleaning up manifest dependency versionskmoore5-11/+12
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface ↵kmoore189-2033/+2396
in preparation for package annotation support.
2010-10-06320392 - Remove descriptor customizer UI from EclipseLink persistence.xml editortle11-15/+129
2010-10-06Refactored org.eclipse.jpt.jaxb.ui and move classes to org.eclipse.jpt.jaxb.coretle1-2/+2
2010-10-06326972 - Add ability to create an ORM mapping file from the 'Make ↵kmoore11-96/+268
Persistent' and 'New JPA Entity' wizards
2010-10-06minor cleaningkmoore1-1/+1
2010-10-06removed unnecessary @SuppressWarnings("unchecked")kmoore1-1/+0
2010-10-04182849 - Add multi-select right-click menu to Java class selection to make ↵kmoore9-76/+972
an Entity
2010-10-04removed an unnecessary @SuppressWarningskmoore1-2/+1
2010-10-04326691 - Add new JAXB components to WTP buildtle2-28/+0
2010-10-01Renamed JAXB plugintle1-1/+1
2010-10-01Temporally added jpt.jaxb.core plugintle1-0/+7
2010-09-29renamed and moved to jaxb componentpfullbright13-457/+1
2010-09-28moved to jaxb componentpfullbright75-8424/+2
2010-09-28jaxb project creation/facet installation uipfullbright15-40/+867
2010-09-28jaxb iconspfullbright6-3/+4
2010-09-28redesigned jpa facet wizban iconpfullbright3-1/+1
2010-09-28jpt changes to accommodate jaxbpfullbright24-43/+167
2010-09-28reworked jpa project wizardpfullbright20-657/+776
2010-09-28library validationpfullbright30-470/+1177
2010-09-28temp bug 324111 workaroundpfullbright7-0/+621
2010-09-28fixed resource locator id'spfullbright1-6/+7
2010-09-28added some input validationpfullbright1-0/+7
2010-09-28added receivers to property testerpfullbright1-1/+8
2010-09-27324955 - Generate JAXB Classes - Dialog does not contain titletle1-0/+1
2010-09-23removed unused error-causing importpfullbright1-5/+1
2010-09-23322565 - JAXB schema from classes, can't select a different projecttle14-354/+667

Back to the top