Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-09This commit was manufactured by cvs2svn to create tag 'v201108091523'.v201108091523nhauge66-14448/+0
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore3-203/+7
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore1-2/+2
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore1-18/+18
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright2-58/+58
2011-06-29added schema component ref impl to xml root element and xml typepfullbright4-112/+110
2011-06-29added schema component ref annotation and context model supportpfullbright2-40/+40
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore58-104/+104
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright5-121/+816
2011-04-11jaxb.properties file support testingpfullbright2-0/+77
2011-04-11cosmeticpfullbright1-1/+0
2011-04-07added defaults for attribute/elementFormDefaultpfullbright1-31/+39
2011-03-14added jaxb.index context testspfullbright1-0/+46
2011-03-11JaxbIndexResource testingpfullbright2-0/+96
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright6-116/+390
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore2-0/+227
2011-03-02326720 - XmlID context model support and validationkmoore2-0/+114
2011-03-02added attribute references to jaxb context calculationpfullbright2-2/+147
2011-03-01changed criteria for what makes an enum automatically picked up into jaxb con...pfullbright2-25/+25
2011-03-01added directly referenced types to jaxb context, starting with persistent cla...pfullbright1-22/+64
2011-03-01renamed AbstractJavaResourceType -> JavaResourceAbstractType (don't ask)pfullbright3-33/+33
2011-02-28336388 - context model support for XmlTransient and inherited attributeskmoore1-2/+2
2011-02-10326718 - XmlAnyElement, XmlAnyAttribute, XmlMixed context model support and v...kmoore3-0/+490
2011-02-08changed facet config to use data model only; added jre and user library valid...pfullbright2-25/+34
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore47-66/+66
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore2-0/+152
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore2-1/+115
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore1-0/+59
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore22-58/+57
2011-01-24added tests for default namespacepfullbright1-1/+9
2011-01-21adding XmlSchemaType support to XmlAttributeMapping and XmlElementMappingkmoore3-8/+122
2011-01-18326717 - JAXB support for XmlAttribute, XmlELement, XmlJavaTypeAdapter and th...kmoore7-12/+528
2011-01-18added default name and namespace, content assist, and validation to XmlRootEl...pfullbright1-17/+34
2011-01-18added default namespace and getXsdTypeDefinition() to JaxbPersistentTypepfullbright2-22/+38
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh11-27/+25
2011-01-11changed tests to address default/specified namepfullbright2-28/+50
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore3-0/+693
2011-01-11change XmlElement and XmlElements annotations to both be standalone annotatio...kmoore1-27/+13
2010-12-31basic schema loading supportpfullbright4-39/+194
2010-12-30added attribute(fields/properties) support to the JAXB context modelkmoore1-2/+1224
2010-12-21added specified/default namespace apipfullbright1-10/+17
2010-12-17removed some of the getDefault*() methods from our jaxb interfaces. I don't t...kmoore4-134/+46
2010-12-16added XmlElementDecl annotation context model supportkmoore2-0/+405
2010-12-16cleaned up test annotationskmoore1-2/+2
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore22-168/+184
2010-12-15added enum context model supportkmoore3-4/+937
2010-12-15added Xml registry and enum context model supportkmoore2-0/+212
2010-11-29support for superPersistentClass so we can use it for defining the default ac...kmoore1-11/+85
2010-11-24added basic registry support (can switch between XmlType and XmlRegistry)pfullbright3-53/+164
2010-11-24renamed JaxbRootContextNode -> JaxbContextRoot; added api on JaxbContextNodepfullbright9-95/+95

Back to the top