Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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 followpfullbright88-2199/+2229
2009-08-21move PersistenceUnitProperties, JpaOptions2_0, and JpaConnection2_0 to public...bvosburgh3-5/+5
2009-08-21[283897] Static Metamodel generationbvosburgh1-6/+6
2009-08-19fixed the join table defaults for a join table in an association overridekmoore1-0/+47
2009-08-18bug 281389 - java joinTable association override supportkmoore3-0/+1834
2009-08-15JPA 2.0 supporttle2-0/+34
2009-08-14Refactored to support JPA 2.0tle1-0/+340
2009-08-14JPA 2.0 supporttle3-0/+458
2009-08-13minor refactorbvosburgh2-5/+5
2009-08-07285604 - changed check to actually test in both scenarios.nhauge1-20/+21
2009-08-07285604 - added version check to determine whether to run test that is failing...nhauge1-16/+28
2009-08-04model framework changes necessary to support derived id'spfullbright2-9/+15
2009-07-30283721 - Patch to fix our parser problems on IBM JRE. Patch contributed by D...nhauge2-8/+15
2009-07-30association override - switch to use JoinColumnJoiningStrategykmoore4-87/+111
2009-07-22more class renames and movingkmoore4-6/+6
2009-07-22scratch that last commitkmoore1-12/+7
2009-07-22added a buildJavaNullConverter method to JpaFactorykmoore1-7/+12
2009-07-21committing the changes from RefactoringPart1.xml scriptkmoore2-13/+13
2009-07-17refactor java resource model implementation and tests classeskmoore7-11/+11
2009-07-17package rename to jpa2kmoore17-1/+4509
2009-07-16Reverting last change so I can release this project.nhauge1-12/+7
2009-07-16Reverting last change so I can release core.tests project.nhauge1-2/+1
2009-07-16uncommenting tests for HEAD, we don't want to release thesekmoore2-8/+14
2009-07-15commenting out a few remaining build test failures, they do not fail locally ...kmoore1-2/+1
2009-07-15commenting out build test failureskmoore1-12/+7
2009-07-09add the default join column when you override the association override. It i...kmoore1-12/+30
2009-07-06190327 - virtual association overrides support in orm.xmlkmoore2-57/+485
2009-06-29updated the java attribute and association override testskmoore1-82/+133
2009-06-29281389 - added java resource model support for joinTable on AssociationOverri...kmoore1-0/+5
2009-06-25misc testsbvosburgh2-1/+54
2009-06-23258523 - [JPA 2.0] Add catalog and schema support to SequenceGeneratortle2-2/+5
2009-06-17258487 - Access annotation and orm support in the JPA 2.0 platformkmoore2-0/+6
2009-06-17set the jpt.jpa facet version using the IDataModel instead of hardcoding to "...kmoore1-1/+7
2009-06-15fixed RootContextNodeTests, have to set the persistence.xml versionkmoore1-1/+4
2009-06-15279806 - generatorContainer and queryContainer are now built using the JpaFac...kmoore1-65/+65
2009-06-12Reverted previous committle1-1/+1
2009-06-12272982 - Memory leak in EntityCachePropertiestle1-1/+1
2009-06-12Refactored AnnotationProvider factory methodtle1-2/+7
2009-06-12refactored translators for eclipselink 1.0 and 1.1 resource modelskmoore2-4/+2
2009-06-11279467 - orm 2.0 xml resource modelkmoore1-1/+5
2009-06-11need to set the version on the new persistence elementkmoore1-1/+5
2009-06-09refatored orm and eclipselink ecores to remove the attribute mapping interfaceskmoore1-20/+15
2009-06-08refactored generators in the orm resource model into an XmlGeneratorContaine...kmoore7-264/+265
2009-06-08refactored queries in the orm resource model into an XmlQueryContainer to red...kmoore11-192/+199

Back to the top