Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22This commit was manufactured by cvs2svn to create tag 'v200909220000'.v200909220000nhauge3085-463250/+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 modelkmoore56-586/+589
2009-09-18bad refactoring when i renamed getNullAnnotation to buildNullAnnotationkmoore2-2/+2
2009-09-18renamed JavaResourcePersistentAttribute.getNullAnnotation() to buildNullAnnot...kmoore4-9/+9
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 3bvosburgh23-541/+1033
2009-09-17minor clean-upbvosburgh16-103/+99
2009-09-17create SynchronizedIntbvosburgh1-0/+468
2009-09-17clean up synchronizersbvosburgh8-273/+182
2009-09-17clean up JPA 2.0 Java annotationsbvosburgh6-29/+35
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 definitionpfullbright71-963/+971
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 mappingskmoore62-266/+927
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 implementationsbvosburgh15-212/+700
2009-09-11minor clean-upbvosburgh23-361/+515
2009-09-10refactored TypeMapping.overridableAttributes() and overridableAssociations to...kmoore27-201/+236
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore51-1258/+513
2009-09-09refactored eclipselink java annotation name interface to match up with xmlpfullbright66-176/+175
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...kmoore37-1493/+2460
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 ....kmoore52-163/+77
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...kmoore187-2987/+2152
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 superPersistentTypebvosburgh3-93/+72
2009-09-03rename gen packagesbvosburgh47-87/+87
2009-09-03refactor ChangeListener implementationsbvosburgh5-116/+141
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh54-3040/+3931

Back to the top