Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22This commit was manufactured by cvs2svn to create tag 'v200909220000'.v200909220000nhauge3821-635161/+0
2009-09-22Fix versioning errors for M2 build.nhauge3-3/+3
2009-09-22fixing persistence.xml 2.0 support in the eclipselink 2.0 platformkmoore4-4/+9
2009-09-22continued collapsing the 2.0 context model into the 1.0 modelkmoore35-1866/+1316
2009-09-21added commentkmoore1-0/+1
2009-09-21Refactoring sequence generators to support schema and catalog in eclipselink 2.0kmoore33-645/+1262
2009-09-21Collapsing the JPA 2.0 context model into the 1.0 model - embedded mapping 2.0kmoore17-273/+414
2009-09-21Beginning to collapse the JPA 2.0 context model into the 1.0 modelkmoore59-594/+604
2009-09-18bad refactoring when i renamed getNullAnnotation to buildNullAnnotationkmoore2-2/+2
2009-09-18renamed JavaResourcePersistentAttribute.getNullAnnotation() to buildNullAnnot...kmoore4-9/+9
2009-09-18289149 - Commenting out testEditFacetSettingsFile since it is somehow unable ...nhauge1-3/+3
2009-09-18289068 - remove old, local velocity jar references.nhauge2-3/+0
2009-09-17added eclipselink 2.0 mapping file definitionpfullbright1-1/+3
2009-09-17Metamodel generation, part 3bvosburgh24-541/+1061
2009-09-17minor clean-upbvosburgh16-103/+99
2009-09-17create SynchronizedIntbvosburgh3-0/+762
2009-09-17clean up synchronizersbvosburgh10-336/+300
2009-09-17clean up JPA 2.0 Java annotationsbvosburgh11-56/+69
2009-09-16storing default access so that property change notification can be fired and ...kmoore2-4/+30
2009-09-16removed extra implementation classes by building xml resource model object us...kmoore28-2458/+1850
2009-09-16mapping provider -> mapping definitionpfullbright75-1034/+1042
2009-09-15cleaning up access type code, at one point PersistentAttribute didn't impleme...kmoore4-64/+9
2009-09-15refactored orm type/attribute mapping providers, removing all new "versions"pfullbright89-3206/+954
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore66-266/+3652
2009-09-11small schema changespfullbright2-3/+5
2009-09-11whoops - comment out static metamodel gen in constructor, for nowbvosburgh1-2/+4
2009-09-11create CallbackSynchronizer interface and implementationsbvosburgh21-257/+758
2009-09-11minor clean-upbvosburgh26-385/+539
2009-09-10refactored TypeMapping.overridableAttributes() and overridableAssociations to...kmoore31-234/+276
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore55-1427/+717
2009-09-09refactored eclipselink java annotation name interface to match up with xmlpfullbright110-533/+532
2009-09-09refactored xml node name interfacespfullbright8-85/+55
2009-09-08277662 - Enhance New Entity wizard to accept short names for attribute types ...nhauge6-114/+162
2009-09-08added eclipselink 2.0 resource hookspfullbright4-5/+3424
2009-09-08refactored xml node name interfacespfullbright114-1268/+593
2009-09-08258538 - [JPA 2.0] Persistence Unit propertiestle4-20/+132
2009-09-08Extracted buildEntityMappingsGeneratorsComposite for sub-classingtle2-16/+16
2009-09-08Refactored EntityMappings details providerstle4-12/+85
2009-09-08refactored to use a container model object for association overrides and attr...kmoore47-2036/+3129
2009-09-04269057 - Filter out empty tables from the table selection list. This removes...nhauge2-24/+40
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore64-180/+94
2009-09-04add orm xml 2_0 mapping file definition to platform providerkmoore1-0/+2
2009-09-04removed the extra buildMappingFile method from MappingFileDefinition, use the...kmoore4-21/+1
2009-09-04refactored JpaFactory to remove the orm context model creation. Each Mapping...kmoore189-2989/+2155
2009-09-04validation support for derived idpfullbright7-3/+66
2009-09-03fix broken eclipselink 1.1 orm tests. Needed to be building resource models ...kmoore6-8/+218
2009-09-03got the providers backwards and broke them instead of fixing them. Now both ...kmoore2-3/+2
2009-09-03renamed PersistentType.parentPersistentType to superPersistentTypebvosburgh10-146/+125
2009-09-03rename gen packagesbvosburgh48-88/+88
2009-09-03refactor ChangeListener implementationsbvosburgh5-116/+141

Back to the top