Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Expand)AuthorFilesLines
2009-09-22This commit was manufactured by cvs2svn to create tag 'v200909220000'.v200909220000nhauge566-160707/+0
2009-09-21Beginning to collapse the JPA 2.0 context model into the 1.0 modelkmoore3-8/+15
2009-09-18289149 - Commenting out testEditFacetSettingsFile since it is somehow unable ...nhauge1-3/+3
2009-09-17Metamodel generation, part 3bvosburgh1-0/+28
2009-09-17create SynchronizedIntbvosburgh2-0/+294
2009-09-17clean up synchronizersbvosburgh2-63/+118
2009-09-17clean up JPA 2.0 Java annotationsbvosburgh5-27/+34
2009-09-16mapping provider -> mapping definitionpfullbright4-71/+71
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore4-0/+2725
2009-09-11create CallbackSynchronizer interface and implementationsbvosburgh6-45/+58
2009-09-11minor clean-upbvosburgh3-24/+24
2009-09-10refactored TypeMapping.overridableAttributes() and overridableAssociations to...kmoore4-33/+40
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore4-169/+204
2009-09-09refactored eclipselink java annotation name interface to match up with xmlpfullbright44-357/+357
2009-09-08refactored to use a container model object for association overrides and attr...kmoore10-543/+669
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore12-17/+17
2009-09-04refactored JpaFactory to remove the orm context model creation. Each Mapping...kmoore2-2/+3
2009-09-03renamed PersistentType.parentPersistentType to superPersistentTypebvosburgh7-53/+53
2009-09-03rename gen packagesbvosburgh1-1/+1
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh12-2428/+3043
2009-09-03create Synchronizer interface and implementationsbvosburgh5-5/+1207
2009-09-03add GenericIteratorWrapperTestsbvosburgh2-0/+53
2009-09-03add GenericIterableWrapperTestsbvosburgh2-0/+45
2009-09-02orm derived id model testspfullbright3-4/+261
2009-09-02changes to DerivedId interface, java hierarchypfullbright2-22/+22
2009-08-31renamed test classespfullbright5-9/+859
2009-08-31added override methodpfullbright2-851/+7
2009-08-31added derived id testspfullbright3-6/+263
2009-08-31bug 281389 - completed orm join table in association overrides workkmoore7-145/+1699
2009-08-28Tweak of derived id work - fixed java source class scanning and validationpfullbright2-4/+58
2009-08-27Adjust version dependencies for wst plugins.nhauge2-2/+2
2009-08-25258538 - [JPA 2.0] Persistence Unit propertiestle1-8/+57
2009-08-25Added convenience methods for testing Persistence Unit propertiestle1-6/+17
2009-08-24282893 - subclasses ignore column mapping on inherited attribute in MappedSup...kmoore1-0/+24
2009-08-24Renamed class to Generic2_0tle4-8/+8
2009-08-24Renamed class to EclipseLink2_0tle3-5/+5
2009-08-24Added EclipseLink2_0 Core Context Model Teststle3-0/+69
2009-08-24Moved EclipseLink interfaces and enums to public packagetle14-30/+31
2009-08-24258538 - [JPA 2.0] Persistence Unit propertiestle2-0/+271
2009-08-22clear workspace preferences in tear-downbvosburgh1-0/+2
2009-08-22tweak commentsbvosburgh1-2/+2
2009-08-22change to 2.0 test casebvosburgh1-2/+2
2009-08-21Big hunk of derived id prework - small tweaks to followpfullbright125-2666/+2712
2009-08-21remove dead codebvosburgh3-32/+40
2009-08-21move PersistenceUnitProperties, JpaOptions2_0, and JpaConnection2_0 to public...bvosburgh17-19/+19
2009-08-21clean up manifestsbvosburgh5-7/+10
2009-08-21add SortedListValueModelWrapperbvosburgh12-37/+302
2009-08-21add convenience constructorbvosburgh1-5/+5
2009-08-21[283897] Static Metamodel generationbvosburgh3-20/+21
2009-08-19fixed the join table defaults for a join table in an association overridekmoore1-0/+47

Back to the top